[Pacemaker] Simple installation Pacemaker + CMAN + fence-agents

Andrew Beekhof andrew at beekhof.net
Thu Sep 26 22:26:34 EDT 2013


On 26/09/2013, at 8:35 PM, Bartłomiej Wójcik <bartlomiej.wojcik at turbineam.com> wrote:

> Hello,
> 
> I install Pacemaker in accordance with http://clusterlabs.org/quickstart-ubuntu.html on Ubuntu 13.04 two nodes changing only the IP addresses.
> 
> /etc/cluster/cluster.conf:
> 
> <?xml version="1.0"?>
> <cluster config_version="1" name="pacemaker1">
> <logging debug="off"/>
> <clusternodes>
> <clusternode name="fmpgpool4" nodeid="1">
> <fence>
> <method name="pcmk-redirect">
> <device name="pcmk" port="fmpgpool4"/>
> </method>
> </fence>
> </clusternode>
> <clusternode name="fmpgpool5" nodeid="2">
> <fence>
> <method name="pcmk-redirect">
> <device name="pcmk" port="fmpgpool5"/>
> </method>
> </fence>
> </clusternode>
> </clusternodes>
> <fencedevices>
> <fencedevice name="pcmk" agent="fence_pcmk"/>
> </fencedevices>
> </cluster>
>     
> 
> gets only the server: 
> 	ps -ef|grep pacemaker
> 	
> 	
> pacemakerd 

What do the logs from pacemakerd say?

> 
> 
> 	and nothing more
> 
> 
> I try to do:
> 	crm configure property stonith-enabled=false
> 	
> and gets:
> 	Signon to CIB failed: connection failed
> 	Init failed, could not perform requested operations
> 	ERROR: cannot parse xml: no element found: line 1, column 0
> 	ERROR: No CIB!
> 
> 
> I don't know what could be wrong.
> 
> 
> Regards!
> 
> 
> 
> _______________________________________________
> Pacemaker mailing list: Pacemaker at oss.clusterlabs.org
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
> 
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 841 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <https://lists.clusterlabs.org/pipermail/pacemaker/attachments/20130927/90d03c3b/attachment-0003.sig>


More information about the Pacemaker mailing list