<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello,<br>
    <br>
    <span id="result_box" class="short_text" lang="en"><span class="hps">I
        install</span> <span class="hps">Pacemaker in accordance with </span></span><a class="moz-txt-link-freetext" href="http://clusterlabs.org/quickstart-ubuntu.html">http://clusterlabs.org/quickstart-ubuntu.html</a>
    on Ubuntu 13.04 two nodes <span id="result_box" class="short_text"
      lang="en"><span class="hps">changing</span> <span class="hps">only
        the IP addresses</span></span>.<br>
    <br>
    /etc/cluster/cluster.conf:<br>
    <br>
    <?xml version="1.0"?><br>
    <cluster config_version="1" name="pacemaker1"><br>
    <logging debug="off"/><br>
    <clusternodes><br>
    <clusternode name="fmpgpool4" nodeid="1"><br>
    <fence><br>
    <method name="pcmk-redirect"><br>
    <device name="pcmk" port="fmpgpool4"/><br>
    </method><br>
    </fence><br>
    </clusternode><br>
    <clusternode name="fmpgpool5" nodeid="2"><br>
    <fence><br>
    <method name="pcmk-redirect"><br>
    <device name="pcmk" port="fmpgpool5"/><br>
    </method><br>
    </fence><br>
    </clusternode><br>
    </clusternodes><br>
    <fencedevices><br>
    <fencedevice name="pcmk" agent="fence_pcmk"/><br>
    </fencedevices><br>
    </cluster><br>
        <br>
    <br>
    <span id="result_box" class="short_text" lang="en"><span class="hps">gets</span>
      <span class="hps">only the server: </span></span><br>
    <pre> ps -ef|grep pacemaker
        
        <b>pacemakerd </b>

        and nothing more

<span id="result_box" class="short_text" lang="en"><span class="hps">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!
</span></span>
I don't know what could be wrong.


Regards!


</pre>
  </body>
</html>