i follow your way ,do this in prim node and sec node<br><br>here is prim node output<br><br>[root@PRIM ~]#  crm resource stop fs_mysql<br>[root@PRIM ~]#  crm resource stop ip_mysql<br>[root@PRIM ~]#  crm resource stop mysqld<br>
[root@PRIM ~]# crm resource stop drbd_mysql<br>[root@PRIM ~]# crm configure erase<br>WARNING: resource drbd_mysql is running, can't delete it<br>ERROR: CIB erase aborted (nothing was deleted)<br>[root@PRIM ~]# crm resource stop drbd_mysql<br>
[root@PRIM ~]# crm configure erase<br>WARNING: resource drbd_mysql is running, can't delete it<br>ERROR: CIB erase aborted (nothing was deleted)<br><br>and here is sec node output<br><br>[root@SEC home]# crm resource stop fs_mysql<br>
[root@SEC home]# crm resource stop ip_mysql<br>[root@SEC home]# crm resource stop mysqld<br>[root@SEC home]# crm resource stop drbd_mysql<br>[root@SEC home]# crm configure erase<br>WARNING: resource fs_mysql is running, can't delete it<br>
WARNING: resource ip_mysql is running, can't delete it<br>WARNING: resource mysqld is running, can't delete it<br>WARNING: resource drbd_mysql is running, can't delete it<br>ERROR: CIB erase aborted (nothing was deleted)<br>
<br>erase command failed on both nodes<br><br><div class="gmail_quote">On Mon, Jun 7, 2010 at 3:46 PM, Dalibor Dukic <span dir="ltr"><<a href="mailto:dalibor.dukic@gmail.com">dalibor.dukic@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On Mon, 2010-06-07 at 15:35 +0800, ch huang wrote:<br>
> how to do this(erase current configure)<br>
<br>
</div>You could stop all resources with:<br>
# crm resource stop RES_NAME<br>
<br>
and afterwards erase CIB with<br>
# crm configure erase<br>
<br>
--<br>
Dalibor Dukic <<a href="mailto:dalibor.dukic@gmail.com">dalibor.dukic@gmail.com</a>><br>
<br>
<br>
_______________________________________________<br>
Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
<a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker" target="_blank">http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker</a><br>
</blockquote></div><br>