Michael Schwartzkopff wrote:
> Hi,
> 
> As far as I know pingnodes have to be configured in heartbeat. heartbeat 
> pings 
> the nodes and updates the CIB.
> 
> Where can I configure pingnodes, when I use OpenAIS as the cluster stack?

Create a pingd clone resource in the CIB. It's the preferred way of
running pingd anyway.

S.th. like

primitive pingd ocf:pacemaker:pingd \
        params host_list="1.2.3.4 5.6.7.8" interval="5" dampen="10" \
        op monitor interval="30" timeout="30"
clone cl-pingd pingd

Regards
Dominik
_______________________________________________
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