Hello,

For an active/passive configuration enviroment i want to know the
status of hearthbeat on the local machine.

I have found a script: 

/etc/ha.d/rc.d/status

But this outputs: 
/etc/ha.d/rc.d/status: line 3: .: filename argument required
.: usage: . filename

The problem is line 3 in sourcing the . $HA_FUNC:

#!/bin/sh

. $HA_FUNCS

case $HA_st in
  dead) $HA_BIN/mach_down $HA_src;;
esac


Can anyone tell me where is should retrieve this $HA_FUNCS from?
It would make life so much simpler to know wheter or not the local
machine is active / passive.


Thanks in advance!
/Mark.

Ps: i sent a mail to this mailing list straight after enabling access to
this list, but it failed to arrive.

_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to