Am a newbie to pacemaker, as far as my experience Pacemaker is not
configured properly, basically XML file is not properly configured. Check
for "crm configure show xml" and make sure the output is matching with
cluster lab examples.

Thanks.


On Thu, Sep 26, 2013 at 6:35 PM, Bartłomiej Wójcik <
bartlomiej.woj...@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 *
>
>       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@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
>
>
_______________________________________________
Pacemaker mailing list: Pacemaker@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

Reply via email to