Re: [Pacemaker] Best way to check if PM is alive

2010-12-14 Thread Dejan Muhamedagic
Hi, On Thu, Dec 09, 2010 at 02:58:33PM +0300, Evgeniy Ivanov wrote: > On Thu, Dec 9, 2010 at 2:32 PM, Andrew Beekhof wrote: > > On Thu, Dec 9, 2010 at 12:14 PM, Evgeniy Ivanov > > wrote: > >> Hi, > >> > >> What is a best way to check if PM is still alive? > > > > "ps axf | grep crmd" is one app

Re: [Pacemaker] Best way to check if PM is alive

2010-12-09 Thread Evgeniy Ivanov
On Thu, Dec 9, 2010 at 2:32 PM, Andrew Beekhof wrote: > On Thu, Dec 9, 2010 at 12:14 PM, Evgeniy Ivanov > wrote: >> Hi, >> >> What is a best way to check if PM is still alive? > > "ps axf | grep crmd" is one approach It just means that crmd is alive, but doesn't give information about its state

Re: [Pacemaker] Best way to check if PM is alive

2010-12-09 Thread Andrew Beekhof
On Thu, Dec 9, 2010 at 12:14 PM, Evgeniy Ivanov wrote: > Hi, > > What is a best way to check if PM is still alive? "ps axf | grep crmd" is one approach > > We tried following approach: there is a softdog timer (max value is > 300s + extra 60s to give PM another chance) initially started and > ch

[Pacemaker] Best way to check if PM is alive

2010-12-09 Thread Evgeniy Ivanov
Hi, What is a best way to check if PM is still alive? We tried following approach: there is a softdog timer (max value is 300s + extra 60s to give PM another chance) initially started and checked by third party. Clone named HA_alive fails in monitor (except first time), monitor interval is 200s.