<HTML>
<HEAD>
<TITLE>Unable to configure Pacemaker with cibadmin</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hello,<BR>
<BR>
I am trying to update the configuration of my cluster through the cibadmin command, but the command always fails:<BR>
<BR>
cibadmin --replace --scope resources --xml-file r.xml<BR>
Call cib_replace failed (-41): Remote node did not respond<BR>
&lt;null&gt;<BR>
<BR>
I was able to replace the initial blank configuration, but updating it doesn&#8217;t seem to work. &nbsp;The cluster is functioning and running some of the resources. &nbsp;Some of the are down, but I don&#8217;t think that should make a difference:<BR>
<BR>
============<BR>
Last updated: Fri Jul 22 18:33:03 2011<BR>
Stack: openais<BR>
Current DC: poc-tst-rh4 - partition with quorum<BR>
Version: 1.0.9-89bd754939df5150de7cd76835f98fe90851b677<BR>
2 Nodes configured, 2 expected votes<BR>
3 Resources configured.<BR>
============<BR>
<BR>
Online: [ poc-tst-rh4 poc-tst-rh4-2 ]<BR>
<BR>
&nbsp;Resource Group: mysql<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fs_mysql &nbsp;&nbsp;&nbsp;(ocf::heartbeat:Filesystem): &nbsp;&nbsp;&nbsp;Started poc-tst-rh4<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mysqld &nbsp;&nbsp;&nbsp;(ocf::heartbeat:mysql): &nbsp;&nbsp;&nbsp;Stopped <BR>
&nbsp;Master/Slave Set: ms_drbd_mysql<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Masters: [ poc-tst-rh4 ]<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Slaves: [ poc-tst-rh4-2 ]<BR>
&nbsp;Clone Set: pingclone<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Started: [ poc-tst-rh4-2 poc-tst-rh4 ]<BR>
<BR>
Failed actions:<BR>
&nbsp;&nbsp;&nbsp;&nbsp;mysqld_start_0 (node=poc-tst-rh4, call=26, rc=5, status=complete): not installed<BR>
&nbsp;&nbsp;&nbsp;&nbsp;fs_mysql_start_0 (node=poc-tst-rh4-2, call=31, rc=5, status=complete): not installed<BR>
<BR>
If I try to use the crm command line, it rejects any configuration changes I make:<BR>
crm configure edit<BR>
ERROR: could not replace mysql<BR>
INFO: offending xml: &lt;group id=&quot;mysql&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&lt;meta_attributes id=&quot;mysql-meta_attributes&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;nvpair id=&quot;mysql-meta_attributes-target-role&quot; name=&quot;target-role&quot; value=&quot;Started&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/meta_attributes&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&lt;primitive class=&quot;ocf&quot; id=&quot;fs_mysql&quot; provider=&quot;heartbeat&quot; type=&quot;Filesystem&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;instance_attributes id=&quot;fs_mysql-instance_attributes&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;nvpair id=&quot;fs_mysql-instance_attributes-device&quot; name=&quot;device&quot; value=&quot;/dev/drbd0&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;nvpair id=&quot;fs_mysql-instance_attributes-directory&quot; name=&quot;directory&quot; value=&quot;/var/lib/mysql/&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;nvpair id=&quot;fs_mysql-instance_attributes-fstype&quot; name=&quot;fstype&quot; value=&quot;ext3&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/instance_attributes&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;operations&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;op id=&quot;fs_mysql-start-0&quot; interval=&quot;0&quot; name=&quot;start&quot; timeout=&quot;60&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;op id=&quot;fs_mysql-stop-0&quot; interval=&quot;0&quot; name=&quot;stop&quot; timeout=&quot;60&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/operations&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/primitive&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&lt;primitive class=&quot;ocf&quot; id=&quot;mysqld&quot; provider=&quot;heartbeat&quot; type=&quot;mysql&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;instance_attributes id=&quot;mysqld-instance_attributes&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;nvpair id=&quot;mysqld-instance_attributes-binary&quot; name=&quot;binary&quot; value=&quot;/usr/bin/mysqld_safe&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;nvpair id=&quot;mysqld-instance_attributes-pid&quot; name=&quot;pid&quot; value=&quot;/var/lib/mysql/mysql.pid&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/instance_attributes&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;operations&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;op id=&quot;mysqld-monitor-15s&quot; interval=&quot;15s&quot; name=&quot;monitor&quot; timeout=&quot;60&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;op id=&quot;mysqld-start-0&quot; interval=&quot;0&quot; name=&quot;start&quot; timeout=&quot;240&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;op id=&quot;mysqld-stop-0&quot; interval=&quot;0&quot; name=&quot;stop&quot; timeout=&quot;240&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/operations&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/primitive&gt;<BR>
&lt;/group&gt;<BR>
<BR>
<BR>
What could be causing the configuration to fail?<BR>
<BR>
Thank you for any assistance,<BR>
Kelly Wong</SPAN></FONT>
</BODY>
</HTML>