Re: [Pacemaker] (no subject)

2015-01-22 Thread Andrew Beekhof
> On 23 Jan 2015, at 8:50 am, Rahim Millious wrote: > > Hello, > > I am hoping someone can help me. I have a custom resource agent which > requires access (via ssh) to the passive node in order to function correctly. > Is it possible to stop the resource when quorum is lost and restart it whe

Re: [Pacemaker] (no subject)

2011-12-08 Thread Charles DeVoe
Oh good, the infamous system settingGreat,  I always love chasing these things down  Thanks for the help --- On Wed, 12/7/11, Andrew Beekhof wrote: From: Andrew Beekhof Subject: Re: [Pacemaker] (no subject) To: "The Pacemaker cluster resource manager" Date: Wednesday,

Re: [Pacemaker] (no subject)

2011-12-07 Thread Andrew Beekhof
Seems to work here... [root@pcmk-4 ~]# service corosync start Starting corosync (via systemctl): [ OK ] [root@pcmk-4 ~]# systemctl start pacemaker.service [root@pcmk-4 ~]# ps axf PID TTY STAT TIME COMMAND 2 ?S 0:00 [kthreadd] ... 3513 ?S

Re: [Pacemaker] (no subject)

2011-10-07 Thread Florian Haas
On 2011-10-07 18:41, Lakshmi Goteti wrote: > I am trying to set up a split-site clustering with Pacemaker. Each site > is likely be served by a different ISP and plan is to have N-M config > with 20 active nodes and 2 passive nodes. In the event of a failover, > data needs to be replicated over to

Re: [Pacemaker] (no subject)

2010-11-14 Thread Pavlos Parissis
On 13 November 2010 23:24, Bob Schatz wrote: > > Lunch this week? Yes, why not. where and at what time? Shall we go to Pacemaker cafeteria as the other time, they are always available for us :-) Cheers, Pavlos ___ Pacemaker mailing list: Pacemaker@oss

Re: [Pacemaker] (no subject)

2010-01-21 Thread Shravan Mishra
Thanks Martin, I was able to solve my problem using ptest. Awesome tool for debugging scores and fine tunning the behavior of your cluster. Sincerely Shravan On Thu, Jan 21, 2010 at 4:02 AM, Martin Gombač wrote: > Increase default-resource-stickiness in the bootstrap part of config > (property).

Re: [Pacemaker] (no subject)

2010-01-21 Thread Martin Gombač
Increase default-resource-stickiness in the bootstrap part of config (property). Check with ptest -sL the scores to confirm, test and get the correct values. Also for most humans it's easier to read outout of crm configure show instead of XML, so i didn't read your config. Regards, M. Shravan