<div dir="ltr">Hi,<div><br></div><div>This is my first time using/trying to setup pacemaker with corosync and I'm trying to set it up on 2 ubuntu 13.10 VMs. I'm following the instructions in this link - <a href="http://clusterlabs.org/quickstart-ubuntu.html">http://clusterlabs.org/quickstart-ubuntu.html</a></div>
<div><br></div><div>But when I attempt to install the cman package, I see this error:</div><div><br></div><div><p style="margin:0px;font-size:11px;font-family:Menlo">user@pmk2:~$ sudo apt-get install cman</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">Reading package lists... Done</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">Building dependency tree       </p>
<p style="margin:0px;font-size:11px;font-family:Menlo">Reading state information... Done</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">Package cman is not available, but is referred to by another package.</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">This may mean that the package is missing, has been obsoleted, or</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">is only available from another source</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">However the following packages replace it:</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">  fence-agents:i386 dlm:i386 fence-agents dlm</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br></p>
<p style="margin:0px;font-size:11px;font-family:Menlo">E: Package 'cman' has no installation candidate</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">user@pmk2:~$ </p></div><div><br></div><div><br></div><div>So it says that the fence-agents replaces the obsolete cman package, but then I don't know what the new equivalent service for cman is, or what the config files are. I don't see an /etc/default/cman file, and even if I add one manually with a single line in it:</div>
<div><br></div><div>QUORUM_TIMEOUT=0 (for a two node cluster)</div><div><br></div><div>it doesn't seem to be used anywhere. Also, since there is no cman service as such, this is what happens:</div><div><br></div><div>
<p style="margin:0px;font-size:11px;font-family:Menlo">user@pmk2:~$ sudo service cman status</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">cman: unrecognized service</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">user@pmk2:~$ </p></div><div><br></div><div><br></div><div>If I try to ignore the above error and simply attempt to start up the pacemaker service, I see this:</div><div>
<br></div><p style="margin:0px;font-size:11px;font-family:Menlo">user@pmk2:~$ sudo crm status</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">Could not establish cib_ro connection: Connection refused (111)</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">Connection to cluster failed: Transport endpoint is not connected</p>
<div><span style="font-family:Menlo;font-size:11px">user@pmk2:~$</span><span style="font-family:Menlo;font-size:11px"> </span></div><div><br></div><div><br></div><div>Same with the crm commands:<br></div><div><br></div><div>
<br></div><div><p style="margin:0px;font-size:11px;font-family:Menlo">user@pmk2:~$ crm configure property stonith=enabled=false</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">ERROR: running cibadmin -Ql: Could not establish cib_rw connection: Connection refused (111)</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">Signon to CIB failed: Transport endpoint is not connected</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">Init failed, could not perform requested operations</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br></p>
<p style="margin:0px;font-size:11px;font-family:Menlo">ERROR: No CIB!</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">user@pmk2:~$ </p><p style="margin:0px;font-size:11px;font-family:Menlo"><br></p><p style="margin:0px;font-size:11px;font-family:Menlo"><br></p><p style="margin:0px">
It would be great if someone could help me out with the setup (additional explanation/info would be awesome) or point me to instructions for Ubuntu 13.10.. <br></p><p style="margin:0px"><br></p><p style="margin:0px"><br></p>
<p style="margin:0px">Thanks!</p><p style="margin:0px">Regards,</p><p style="margin:0px">Vijay</p></div></div>