[Pacemaker] pacemaker-mgmt - future support, python bindings

2009-07-16 Thread Nikola Ciprich
Hello, few days ago, I asked about python bindings, since then, I played a bit with pacemaker-mgmt package, especially the pymgmt class. I was able to create very simple python management class using it, which could be used as a base for creating more sophisticated library (which I'd like to cre

[Pacemaker] A demand to the process trouble.(OpenAIS/Corosync and Pacemaker)

2009-07-16 Thread renayama19661014
Hi, We began shift investigation to the combination of Pacemaker and corosync/openais now. We put Pacemaker and openais(whitetank) together and confirmed movement at the time of the process trouble. (This is the function that a reboot emergency occurred by a combination with Heartbeat.) I let

Re: [Pacemaker] hbagent of pacemaker-mgmt

2009-07-16 Thread Yan Gao
Hi, On Thu, 2009-07-16 at 20:28 +0900, Junko IKEDA wrote: > Hi, > > The new patch worked well! > and the error message also disappeared. > Thanks a lot! > I will continue the test around snmp. Okay. Attached the improved patch. If it's built only for openais (configure --without-heartbeat-support)

Re: [Pacemaker] hbagent of pacemaker-mgmt

2009-07-16 Thread Junko IKEDA
Hi, The new patch worked well! and the error message also disappeared. Thanks a lot! I will continue the test around snmp. Regards, Junko On Thu, 16 Jul 2009 17:22:54 +0900, Yan Gao wrote: > On Thu, 2009-07-16 at 16:20 +0900, Junko IKEDA wrote: >> Hi, >> >> Does openais need not "myuuid" but

Re: [Pacemaker] Run only one resource per node?

2009-07-16 Thread Lars Marowsky-Bree
On 2009-07-15T21:06:43, li...@unimitated.com wrote: > Hello all, I've been trying to set my cluster up so that no two resources > run on the same node together (i.e. each node in the cluster runs one and > only one resource and if there are not enough nodes something does not > run). Is it pos

Re: [Pacemaker] Run only one resource per node?

2009-07-16 Thread Andrew Beekhof
On Thu, Jul 16, 2009 at 4:06 AM, wrote: > Hello all, I've been trying to set my cluster up so that no two resources > run on the same node together (i.e. each node in the cluster runs one and > only one resource and if there are not enough nodes something does not run). >  Is it possible to easily

Re: [Pacemaker] hbagent of pacemaker-mgmt

2009-07-16 Thread Yan Gao
On Thu, 2009-07-16 at 16:20 +0900, Junko IKEDA wrote: > Hi, > > Does openais need not "myuuid" but "myid"? Usually, a node's uuid is same as its uname for openais. Please try the new attached patch, it should work in most cases. As you know, System uname could be changed later, So we'll seek a bet

Re: [Pacemaker] hbagent of pacemaker-mgmt

2009-07-16 Thread Junko IKEDA
Hi, Does openais need not "myuuid" but "myid"? I still get the following error. Could not map uname=dom3 to a UUID: The object/attribute does not exist Thanks, Junko On Thu, 16 Jul 2009 11:21:59 +0900, Junko IKEDA wrote: > Hi, > > I tried your patch, > and there was no problem with compilin