i make an empty file tmp.xml:<br><pre class="programlisting"> &lt;cib admin_epoch=&quot;0&quot; epoch=&quot;0&quot; num_updates=&quot;0&quot; have-quorum=&quot;false&quot;&gt;<br>   &lt;configuration&gt;<br>    &lt;crm_config/&gt;<br>
    &lt;nodes/&gt;<br>    &lt;resources/&gt;<br>    &lt;constraints/&gt;<br>   &lt;/configuration&gt;<br>   &lt;status/&gt;<br>  &lt;/cib&gt;<br><br>and issue the command &quot;cibadmin --replace --xml-file tmp.xml&quot; ,try to erase all configure in cluster,but failed with error<br>
how to do this(erase current configure)<br><br></pre>[root@SEC ~]# cibadmin --replace --xml-file tmp.xml<br>Call cib_replace failed (-45): Update was older than existing configuration<br>&lt;null&gt;<br><br>