Re: [Pacemaker] trigger STONITH for testing purposes

2009-06-03 Thread Yan Gao
On Fri, 2009-05-22 at 12:33 +0200, Andrew Beekhof wrote: On Wed, May 20, 2009 at 6:39 PM, Bob Haxo bh...@sgi.com wrote: Hi Andrew, I'd say you removed no-quorum-policy=ignore Actually, the pair of no_quorum_policy and no-quorum-policy are set to ignore, and expected-quorum-votes is

Re: [Pacemaker] trigger STONITH for testing purposes

2009-06-03 Thread Andrew Beekhof
2009/6/3 Yan Gao y...@novell.com: On Fri, 2009-05-22 at 12:33 +0200, Andrew Beekhof wrote: On Wed, May 20, 2009 at 6:39 PM, Bob Haxo bh...@sgi.com wrote: Hi Andrew, I'd say you removed no-quorum-policy=ignore Actually, the pair of no_quorum_policy and no-quorum-policy are set to

Re: [Pacemaker] trigger STONITH for testing purposes

2009-06-03 Thread Yan Gao
On Wed, 2009-06-03 at 09:26 +0200, Andrew Beekhof wrote: 2009/6/3 Yan Gao y...@novell.com: On Fri, 2009-05-22 at 12:33 +0200, Andrew Beekhof wrote: On Wed, May 20, 2009 at 6:39 PM, Bob Haxo bh...@sgi.com wrote: Hi Andrew, I'd say you removed no-quorum-policy=ignore Actually,

Re: [Pacemaker] cibadmin doesn't change cib.xml

2009-06-03 Thread Dejan Muhamedagic
On Tue, Jun 02, 2009 at 07:32:37PM -0400, Infos E-Blokos wrote: Hi, when I try to modify cib.xml with cibadmin -S -x newcib.xml nothing is changed. Do you get an error message? BTW, -S is not the right option, try -R. Thanks, Dejan - 4 nodes - Fedora 10 - heartbeat 2.99-8 - pacemaker

Re: [Pacemaker] System Health backend part

2009-06-03 Thread Eliot Gable
I actually do start pingd on just one node and fail it over. It won't work on my slave node because the slave node does not have Internet access, only local cluster access. If it ran all the time on that node, it would always show Internet connectivity down. Thus, I must agree with Andrew:

[Pacemaker] Erro messages

2009-06-03 Thread Infos E-Blokos
Hi Andrew, I saw on archive (may 4th) that a guy had already a problem of error messages like this Jun 3 03:43:44 server-9 crmd: [3476]: ERROR: do_fsa_action: Action A_CL_JOIN_RESULT took 814606728s to complete Jun 3 03:43:44 server-9 crmd: [3476]: ERROR: do_fsa_action: Action A_LOG took

Re: [Pacemaker] cibadmin doesn't change cib.xml

2009-06-03 Thread Infos E-Blokos
- Original Message - From: Dejan Muhamedagic deja...@fastmail.fm To: pacema...@clusterlabs.org Sent: Wednesday, June 03, 2009 4:51 AM Subject: Re: [Pacemaker] cibadmin doesn't change cib.xml On Tue, Jun 02, 2009 at 07:32:37PM -0400, Infos E-Blokos wrote: Hi, when I try to modify

Re: [Pacemaker] cibadmin doesn't change cib.xml

2009-06-03 Thread Infos E-Blokos
- Original Message - From: Dejan Muhamedagic deja...@fastmail.fm To: pacema...@clusterlabs.org Sent: Wednesday, June 03, 2009 4:51 AM Subject: Re: [Pacemaker] cibadmin doesn't change cib.xml On Tue, Jun 02, 2009 at 07:32:37PM -0400, Infos E-Blokos wrote: Hi, when I try to modify

Re: [Pacemaker] cibadmin doesn't change cib.xml

2009-06-03 Thread Infos E-Blokos
- Original Message - From: Dejan Muhamedagic deja...@fastmail.fm To: pacema...@clusterlabs.org Sent: Wednesday, June 03, 2009 4:51 AM Subject: Re: [Pacemaker] cibadmin doesn't change cib.xml On Tue, Jun 02, 2009 at 07:32:37PM -0400, Infos E-Blokos wrote: Hi, when I try to modify

Re: [Pacemaker] cibadmin doesn't change cib.xml

2009-06-03 Thread Eliot Gable
Try: crm_verify -V -x newcib.xml and make sure it verifies OK. Then do: cibadmin -R -o cib -x newcib.xml After doing that, try: cibadmin -Q | less And check to see if it has the new CIB. If that doesn't work, post your CIB. Eliot Gable Senior Engineer 1228 Euclid Ave, Suite 390

Re: [Pacemaker] cibadmin doesn't change cib.xml

2009-06-03 Thread Eliot Gable
You can always check. Probably look at /var/lib/heartbeat and everything under it if you are using Heartbeat. If OpenAIS, not sure where to look. Eliot Gable Senior Engineer 1228 Euclid Ave, Suite 390 Cleveland, OH 44115 Direct: 216-373-4808 Fax: 216-373-4657 ega...@broadvox.net CONFIDENTIAL

Re: [Pacemaker] cibadmin doesn't change cib.xml

2009-06-03 Thread Infos E-Blokos
- Original Message - From: Eliot Gable ega...@broadvox.net To: pacemaker@oss.clusterlabs.org pacema...@clusterlabs.org Sent: Wednesday, June 03, 2009 11:51 AM Subject: Re: [Pacemaker] cibadmin doesn't change cib.xml Try: crm_verify -V -x newcib.xml and make sure it verifies

[Pacemaker] reliable way to cib SEGFAULT -- how is cibadmin -Q --xpath supposed to work?

2009-06-03 Thread Lars Ellenberg
current mercurial pacemaker stable-1.0 do cibadmin -Q --xpath //@id and watch your cib segfault: WARN: Managed /usr/lib/heartbeat/cib process 15295 killed by signal 11 [SIGSEGV - Segmentation violation] :) (gdb) bt #0 0x40280a8b in xmlAddChild () from /usr/lib/libxml2.so.2 #1 0x40031828 in

Re: [Pacemaker] reliable way to cib SEGFAULT -- how is cibadmin -Q --xpath supposed to work?

2009-06-03 Thread Andrew Beekhof
On Wed, Jun 3, 2009 at 6:10 PM, Lars Ellenberg lars.ellenb...@linbit.com wrote: current mercurial pacemaker stable-1.0 do cibadmin -Q --xpath //@id and watch your cib segfault: WARN: Managed /usr/lib/heartbeat/cib process 15295 killed by signal 11 [SIGSEGV - Segmentation violation] crap