[Pacemaker] Simple installation Pacemaker + CMAN + fence-agents
Bartłomiej Wójcik
bartlomiej.wojcik at turbineam.com
Thu Sep 26 10:35:06 UTC 2013
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*
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!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clusterlabs.org/pipermail/pacemaker/attachments/20130926/2b382978/attachment-0003.html>
More information about the Pacemaker
mailing list