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
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
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
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.