Re: [ClusterLabs] implementation of fence and stonith agents for pacemaker

2015-08-13 Thread Kostiantyn Ponomarenko
Thank you for the help :-) On Aug 13, 2015 20:19, "Digimer" wrote: > Ah, yes. If it's a RHEL/CentOS machine, put it in /usr/sbin/. If it's > another OS, locate fence_ipmilan and put your agent in the same directory. > > digimer > > On 13/08/15 01:03 PM, Kostiantyn Ponomarenko wrote: > > Sorry, I

Re: [ClusterLabs] implementation of fence and stonith agents for pacemaker

2015-08-13 Thread Digimer
Ah, yes. If it's a RHEL/CentOS machine, put it in /usr/sbin/. If it's another OS, locate fence_ipmilan and put your agent in the same directory. digimer On 13/08/15 01:03 PM, Kostiantyn Ponomarenko wrote: > Sorry, I should be more clear. > I mean the place where I must put my agent so it is visib

Re: [ClusterLabs] implementation of fence and stonith agents for pacemaker

2015-08-13 Thread Kostiantyn Ponomarenko
Sorry, I should be more clear. I mean the place where I must put my agent so it is visible to the cluster. For example I know that you need to put your agent into /usr/sbin/ and start its name with "fence_" in order to get it visible to the cluster. So I want to know the rules, are there other plac

Re: [ClusterLabs] implementation of fence and stonith agents for pacemaker

2015-08-13 Thread Digimer
On 13/08/15 07:54 AM, Kostiantyn Ponomarenko wrote: > Digimer, > > Thank you. I will try this out. > One more question. What about directories for those agents, what rules > are here? > > Thank you, > Kostya I'm not entirely sure I understand the question, sorry. What do you mean by "directories

Re: [ClusterLabs] implementation of fence and stonith agents for pacemaker

2015-08-13 Thread Kostiantyn Ponomarenko
Digimer, Thank you. I will try this out. One more question. What about directories for those agents, what rules are here? Thank you, Kostya On Tue, Aug 11, 2015 at 6:21 PM, Digimer wrote: > On 11/08/15 11:17 AM, Kostiantyn Ponomarenko wrote: > > Hi guys, > > > > Is there any documentation whic

Re: [ClusterLabs] implementation of fence and stonith agents for pacemaker

2015-08-11 Thread Digimer
On 11/08/15 11:17 AM, Kostiantyn Ponomarenko wrote: > Hi guys, > > Is there any documentation which describes implementation of fence and > STONITH agents like those ones for Resource Agents?: > http://www.linux-ha.org/wiki/OCF_Resource_Agents > http://www.linux-ha.org/doc/dev-guides/ra-de

[ClusterLabs] implementation of fence and stonith agents for pacemaker

2015-08-11 Thread Kostiantyn Ponomarenko
Hi guys, Is there any documentation which describes implementation of fence and STONITH agents like those ones for Resource Agents?: http://www.linux-ha.org/wiki/OCF_Resource_Agents http://www.linux-ha.org/doc/dev-guides/ra-dev-guide.html I am particular interested in the arguments which