[Pacemaker] Announce: LCMC 1.1.0 / Pacemaker, DRBD, KVM GU

2011-11-20 Thread Rasto Levrinc
Hi, Here is a new release LCMC (Linux Cluster Management Console) 1.1.0. In this release there's a new feature after some time. According to my thorough calculations this small feature will immediately double the number of users, so it was well worth it. It is now possible to connect to the alrea

Re: [Pacemaker] Fence_pcmk hangs

2011-11-20 Thread Brendan Regan
Hi Andrew, Thanks, that took care of the problem. Brendan On 11/20/11 8:03 PM, "Andrew Beekhof" wrote: >On Mon, Nov 21, 2011 at 10:14 AM, Brendan Regan >wrote: >> >> Hi Andrew, >> >> I originally encountered the problem when I ran ccs_update_schema -f -v >>it >> hangs when it gets to fence

Re: [Pacemaker] Resource group restarts every 15 minutes

2011-11-20 Thread Andrew Beekhof
On Mon, Nov 21, 2011 at 10:48 AM, Andreas Kurz wrote: > On 11/21/2011 12:06 AM, Charles Ulrich wrote: >> Hello, >> >> First off, I'm brand new to pacemaker and all of its tools. I'm trying >> to come up to speed as quickly as I can, but understand that my >> knowledge is probably lacking in some k

Re: [Pacemaker] Fence_pcmk hangs

2011-11-20 Thread Andrew Beekhof
On Mon, Nov 21, 2011 at 10:14 AM, Brendan Regan wrote: > >  Hi Andrew, > > I originally encountered the problem when I ran ccs_update_schema -f -v it > hangs when it gets to fence_pcmk > > Generating resource-agents cache >  ras: checking required files >  ras: cannot find rng files. Creating stub

Re: [Pacemaker] Resource group restarts every 15 minutes

2011-11-20 Thread Andreas Kurz
On 11/21/2011 12:06 AM, Charles Ulrich wrote: > Hello, > > First off, I'm brand new to pacemaker and all of its tools. I'm trying > to come up to speed as quickly as I can, but understand that my > knowledge is probably lacking in some key areas. As Murphy would have > it, I've come across a probl

Re: [Pacemaker] Fence_pcmk hangs

2011-11-20 Thread Brendan Regan
Hi Andrew, I originally encountered the problem when I ran ccs_update_schema -f -v it hangs when it gets to fence_pcmk Generating resource-agents cache ras: checking required files ras: cannot find rng files. Creating stubs Generating fence-agents cache fas: checking required files fas: loo

[Pacemaker] Resource group restarts every 15 minutes

2011-11-20 Thread Charles Ulrich
Hello, First off, I'm brand new to pacemaker and all of its tools. I'm trying to come up to speed as quickly as I can, but understand that my knowledge is probably lacking in some key areas. As Murphy would have it, I've come across a problem that Google has not been able to help me with. Here's

Re: [Pacemaker] "static" cluster state?

2011-11-20 Thread Andrew Beekhof
Run crmadmin -S for the DC. If you see S_IDLE its done. On Fri, Nov 18, 2011 at 9:12 PM, Gerhard Rieger wrote: > Hi, > > After a change like taking a node standby or online I want to know when the > cluster has reached its static state again, i.e. when PM has finished > moving, promoting etc reso

Re: [Pacemaker] Fence_pcmk hangs

2011-11-20 Thread Andrew Beekhof
When invoked by cman, stdin is used to pass in the options. So this problem only occurs when you run it from the command line - which shouldn't be necessary. I've not yet found better loop logic but you can work around the problem by running with < /dev/null On Mon, Nov 21, 2011 at 9:15 AM, Brend

[Pacemaker] Fence_pcmk hangs

2011-11-20 Thread Brendan Regan
Hi, I am having a problem with the fence_pcmk agent. It seem to be getting stuck in an infinite loop in this while loop: while( defined($in = <>) ) { $_ = $in; chomp; # strip leading and trailing whitespace s/^\s*//; s/\s*$//; # skip com