Re: [ClusterLabs] IPaddr2 failed to start

2016-06-22 Thread Ken Gaillot
On 06/22/2016 06:46 AM, wd wrote:
> if [ X`uname -s` != "XLinux" ]; then
> ocf_log err "IPaddr2 only supported Linux."
> exit $OCF_ERR_INSTALLED
> fi
> 
> Do you run on a linux? what is 'uname -s' command returned?

It could also return "not installed" if
/usr/lib/ocf/resource.d/heartbeat/IPaddr2 does not exist or is not
executable on debian-drbd1, or if IPaddr2 can't find a command to send ARPs.

The ARP command depends on the value of the resource's "arp_sender"
option, which defaults to "send_arp" (which will look for
/usr/libexec/heartbeat/send_arp) but can be set to "ipoibarping" (when
using infiniband).


> On Wed, Jun 22, 2016 at 6:07 PM, Юрченко Станислав
> > wrote:
> 
> Hello!
> I have configured cluster pacemaker + corosync and it's works. Both
> nodes are online. But when I starting to addind failover_ip resource
> I've faced with this error:
> * failover_ip_monitor_0 on debian-drbd1 'not installed' (5): call=5,
> status=Not installed, exitreason='none',
>  last-rc-change='Wed Jun 22 12:26:08 2016', queued=0ms, exec=1ms
>  However,  crm ra list ocf heartbeat command shows all modules, as
> expected.
> It seems, that some monitor module is not intalled, but I don't know
> how to find which are.
> May someone help me with that?
> -- 
> С уважением, *Юрченко Станислав *
> Системный администратор *ООО "ТЭКАР" *
> e-mail: *yurchenk...@etecar.ru *
> тел.: (861)*991-01-01 доб. 1055*

___
Users mailing list: Users@clusterlabs.org
http://clusterlabs.org/mailman/listinfo/users

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org


Re: [ClusterLabs] IPaddr2 failed to start

2016-06-22 Thread wd
if [ X`uname -s` != "XLinux" ]; then
ocf_log err "IPaddr2 only supported Linux."
exit $OCF_ERR_INSTALLED
fi

Do you run on a linux? what is 'uname -s' command returned?

On Wed, Jun 22, 2016 at 6:07 PM, Юрченко Станислав 
wrote:

> Hello!
> I have configured cluster pacemaker + corosync and it's works. Both nodes
> are online. But when I starting to addind failover_ip resource I've faced
> with this error:
> * failover_ip_monitor_0 on debian-drbd1 'not installed' (5): call=5,
> status=Not installed, exitreason='none',
>  last-rc-change='Wed Jun 22 12:26:08 2016', queued=0ms, exec=1ms
>  However,  crm ra list ocf heartbeat command shows all modules, as
> expected.
> It seems, that some monitor module is not intalled, but I don't know how
> to find which are.
> May someone help me with that?
> --
> С уважением, * Юрченко Станислав *
> Системный администратор * ООО "ТЭКАР" *
> e-mail: *yurchenk...@etecar.ru *
> тел.: (861)*991-01-01 доб. 1055*
>
> ___
> Users mailing list: Users@clusterlabs.org
> http://clusterlabs.org/mailman/listinfo/users
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org
>
>
___
Users mailing list: Users@clusterlabs.org
http://clusterlabs.org/mailman/listinfo/users

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org