[Pacemaker] PE ignores monitor failure of stonith:external/rackpdu

2010-10-28 Thread Pavlos Parissis
Hi, I wanted to check what happens when the monitor of a fencing agents fails, thus I disconnected the PDU from network, reduced the monitor interval and put debug statements on the fencing script. here is the debug statements on the status code status) if [ -z "$pduip" ]; then

Re: [Pacemaker] Pacemaker-1.1.4, when?

2010-10-28 Thread Pavlos Parissis
On 28 October 2010 22:55, Andrew Beekhof wrote: > Its released already, but the wrong packages got built because I ran > the wrong command :-( > Fedora 13 packages are uploading now, I'll do opensuse 11.3 in the morning I have seen the tag on Mercurial but I haven't seen any rpm on rpm-next for E

[Pacemaker] Cotrolled migration of resources

2010-10-28 Thread Matthew F. Hymowitz
I am building a two node active/passive cluster supporting iSCSITarget,iSCSILogicalUnit and ocf:linbit:drbd. I can hard power down a primary node (i.e. pull the power cord ) and all my resource migrate correctly to the other node. However, if I try to migrate the resoruces, put an active no

Re: [Pacemaker] How to delete orphan resource(packages version)

2010-10-28 Thread jiaju liu
  > Thanks for your reply, I have used cleanup order, They still there. When > I use crm resource show datavol_mpath0 it shows not exist. however when I > use crm_mon it shows ORPHANED Started oss2. If?restart corosync servcie > the service could not stop. fortunately,?this is doesn't happe

[Pacemaker] simulate multiple nodes

2010-10-28 Thread Alan Jones
Has anyone configured pacemaker to simulate multiple nodes with multiple process instances? Ideally, I'd like to bind corosync daemons to different loopback IPs (e.g. 127.0.0.1, 127.0.0.2, etc) and somehow direct the pacemaker instances to separate corosync processes. Any thoughts or comments welco

Re: [Pacemaker] Pacemaker-1.1.4, when?

2010-10-28 Thread Andrew Beekhof
Its released already, but the wrong packages got built because I ran the wrong command :-( Fedora 13 packages are uploading now, I'll do opensuse 11.3 in the morning On Thu, Oct 28, 2010 at 1:12 PM, Pavlos Parissis wrote: > Hi, > > When do we expect to have Pacemaker-1.1.4 available? > > Cheers,

Re: [Pacemaker] Impossible to add a 4th node to a cluster

2010-10-28 Thread Pavlos Parissis
On 28 October 2010 18:30, Guillaume Chanaud wrote: [...snip...] >> corosync and auth files are the same on server2? >> > > Yes of course :D (copied by scp), as i told server1 can join when server2 is > offline, and server 2 can join when server1 is offline, but if one is > online, the other can't

Re: [Pacemaker] cloned IPaddr2 on 4 nodes

2010-10-28 Thread Michael Schwartzkopff
On Thursday 28 October 2010 16:00:39 Vladimir Legeza wrote: > *Hello folks. > > I try to setup four ip balanced nodes but, I didn't found the right way to > balance load between nodes when some of them are filed. > > I've done:* > > [r...@node1 ~]# crm configure show > node node1 > node node2 >

Re: [Pacemaker] Impossible to add a 4th node to a cluster

2010-10-28 Thread Guillaume Chanaud
Le 28/10/2010 18:30, Guillaume Chanaud a écrit : Le 28/10/2010 17:55, Pavlos Parissis a écrit : On 28 October 2010 16:09, Guillaume Chanaud wrote: Hello, i have a cluster of two master/slave drbd server running into a vlan (machines are dedicated servers) (filer1 and filer2) I added a th

Re: [Pacemaker] Impossible to add a 4th node to a cluster

2010-10-28 Thread Guillaume Chanaud
Le 28/10/2010 17:55, Pavlos Parissis a écrit : On 28 October 2010 16:09, Guillaume Chanaud wrote: Hello, i have a cluster of two master/slave drbd server running into a vlan (machines are dedicated servers) (filer1 and filer2) I added a third node to the cluster (a "blank node" for the mom

Re: [Pacemaker] Impossible to add a 4th node to a cluster

2010-10-28 Thread Pavlos Parissis
On 28 October 2010 16:09, Guillaume Chanaud wrote: >  Hello, > > i have a cluster of two master/slave drbd server running into a vlan > (machines are dedicated servers) > (filer1 and filer2) > I added a third node to the cluster (a "blank node" for the moment) > correctly > (server1) > When i add

Re: [Pacemaker] Stonith Device APC AP7900

2010-10-28 Thread Dejan Muhamedagic
Hi, On Thu, Oct 28, 2010 at 08:35:30AM -0600, Rick Cone wrote: > Dejan, > > Sorry to confuse. I just assumed a script would be issued or new version, > etc. > > I do apologize for this though. No problems. > As fate would have it, I did just so happen > see an issue (while testing something el

Re: [Pacemaker] Problem with configuring stonith rcd_serial

2010-10-28 Thread Dejan Muhamedagic
Hi, On Thu, Oct 28, 2010 at 03:19:07PM +0200, Eberhard Kuemmerle wrote: > On 27 Oct 2010 11:52, Dejan Muhamedagic wrote: > > Hi, > > > > On Tue, Oct 26, 2010 at 09:33:17AM +0200, Eberhard Kuemmerle wrote: > >> Hi, > >> > >> I try to configure stonith and get an error message that I don't > >> und

Re: [Pacemaker] Stonith Device APC AP7900

2010-10-28 Thread Rick Cone
Dejan, Sorry to confuse. I just assumed a script would be issued or new version, etc. I do apologize for this though. As fate would have it, I did just so happen see an issue (while testing something else) concerning the AP7900 using apcmastersnmp, just yesterday. You may want to let me know if

Re: [Pacemaker] Multiple independent two-node clusters side-by-side?

2010-10-28 Thread Vadym Chepkov
On Oct 28, 2010, at 2:53 AM, Dan Frincu wrote: > Hi, > > Andreas Ntaflos wrote: >> >> Hi, >> >> first time poster, short time Pacemaker user. I don't think this is a >> very difficult question to answer but I seem to be feeding Google the >> wrong search terms. I am using Pacemaker 1.0.8 an

[Pacemaker] Impossible to add a 4th node to a cluster

2010-10-28 Thread Guillaume Chanaud
Hello, i have a cluster of two master/slave drbd server running into a vlan (machines are dedicated servers) (filer1 and filer2) I added a third node to the cluster (a "blank node" for the moment) correctly (server1) When i add a 4th node to the cluster (which is a "mirror" of server1) (serv

[Pacemaker] cloned IPaddr2 on 4 nodes

2010-10-28 Thread Vladimir Legeza
*Hello folks. I try to setup four ip balanced nodes but, I didn't found the right way to balance load between nodes when some of them are filed. I've done:* [r...@node1 ~]# crm configure show node node1 node node2 node node3 node node4 primitive ClusterIP ocf:heartbeat:IPaddr2 \ params ip="

Re: [Pacemaker] Multiple independent two-node clusters side-by-side?

2010-10-28 Thread Andreas Ntaflos
On Thursday 28 October 2010 08:53:54 Dan Frincu wrote: > Hi, > > Andreas Ntaflos wrote: > > Hi, > > > > first time poster, short time Pacemaker user. I don't think this is > > a very difficult question to answer but I seem to be feeding > > Google the wrong search terms. I am using Pacemaker 1.0.

Re: [Pacemaker] Multiple independent two-node clusters side-by-side?

2010-10-28 Thread Andreas Ntaflos
On Thursday 28 October 2010 07:39:05 Pavlos Parissis wrote: > this > http://www.gossamer-threads.com/lists/linuxha/users/67482?search_stri > ng=Redundant%20Rings%20%26quot;Still%20Not%20There%3F;#67482 post > has a lot information for you on this subject. An interesting read, thank you. Although I

Re: [Pacemaker] Multiple independent two-node clusters side-by-side?

2010-10-28 Thread Andreas Ntaflos
On Thursday 28 October 2010 07:22:54 Vladislav Bogdanov wrote: > 28.10.2010 03:36, Andreas Ntaflos wrote: > > Short version: How do I configure multiple independent two-node > > clusters where the nodes are all on the same subnet? Only the two > > nodes that form the cluster should see that cluster

Re: [Pacemaker] Problem with configuring stonith rcd_serial

2010-10-28 Thread Eberhard Kuemmerle
On 27 Oct 2010 11:52, Dejan Muhamedagic wrote: > Hi, > > On Tue, Oct 26, 2010 at 09:33:17AM +0200, Eberhard Kuemmerle wrote: >> Hi, >> >> I try to configure stonith and get an error message that I don't understand: >> >> crm(live)# configure primitive stonith-P stonith::rcd_serial params >> hostlis

[Pacemaker] Pacemaker-1.1.4, when?

2010-10-28 Thread Pavlos Parissis
Hi, When do we expect to have Pacemaker-1.1.4 available? Cheers, Pavlos ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http://ww

Re: [Pacemaker] AP9606 fencing device

2010-10-28 Thread Pavlos Parissis
On 28 October 2010 10:21, Dejan Muhamedagic wrote: > Hi, > > On Wed, Oct 27, 2010 at 08:15:09PM +0200, Pavlos Parissis wrote: > > On 27 October 2010 19:46, Pavlos Parissis > wrote: > > > > > I did more testing using the clone type of fencing and worked as I > > > expected. > > > > > > test1 hack

Re: [Pacemaker] Stonith Device APC AP7900

2010-10-28 Thread Dejan Muhamedagic
On Wed, Oct 27, 2010 at 10:12:03AM -0600, Rick Cone wrote: > The AP7900 does seem to be working properly and tested with the > apcmastersnmp. I guess you can add it to the list. What is the change > after it is added to the list? Not sure if I understand your question. The only difference would

Re: [Pacemaker] AP9606 fencing device

2010-10-28 Thread Dejan Muhamedagic
Hi, On Wed, Oct 27, 2010 at 08:15:09PM +0200, Pavlos Parissis wrote: > On 27 October 2010 19:46, Pavlos Parissis wrote: > > > I did more testing using the clone type of fencing and worked as I > > expected. > > > > test1 hack init script to return 1 on stop and run a crm resource move on > > tha