[Pacemaker] ping directive configuration
Nikita Michalko
michalko.system at a-i-p.com
Tue Feb 1 07:21:07 UTC 2011
Hi Paul,
see below!
Am Montag, 31. Januar 2011 19:55 schrieb paul harford:
> HI guys
> i'm having some issues with a ping directive, my current config is below
> and basically i want the web resource to failover to the second node if the
> ping can no longer contact the default gateway
>
> so here goes
>
> crm configure primitive ping ocf:pacemaker:ping params dampen=5s
> host_list=(default GateWay) multplier=1000 name=pingval operations
> $id=ping-operations op moinitor interval=10s timeout=15s
- this is surely wrong: "moinitor" ?
- no such primitive (ping) below ...
HTH
Nikita Michalko
>
> and
>
> crm configure clone connected ping meta globally-unique=false
> target-role=started
>
> and
>
> location web_on_connected_node cweb rule $id=web_on_connected_node-rule
> -inf: not_defined pingval or pingval lte 0
>
>
> Does anyone see any isssues's whith the above confiuguration ? i want to
> check first as the last time i tried it wouldn't work and my resources
> would not failover or start
>
>
>
>
> node $id="271808bb-ed74-4eaa-8c94-bf32a00074dd" crhnode1 \
> attributes standby="off"
> node $id="59440607-2a5c-450e-84fa-94bf69742671" crhnode2 \
> attributes standby="off"
> primitive cweb ocf:heartbeat:apache \
> params configfile="/etc/httpd/conf/httpd.conf" \
> op monitor interval="60s" \
> meta target-role="Started"
> primitive failoverip ocf:heartbeat:IPaddr \
> params ip="10.100.1.100" cidr_netmask="255.255.0.0" \
> op monitor interval="30s" \
> meta target-role="Started"
> location cli-prefer-cweb cweb \
> rule $id="cli-prefer-rule-crhweb" inf: #uname eq crhnode1
> location prefer-crhnode1 crhweb 50: crhnode1
> colocation cweb-with-failoverip inf: cweb failoverip
> order crhweb-after-failoverip inf: failoverip cweb
> property $id="cib-bootstrap-options" \
> dc-version="1.0.10-da7075976b5ff0bee71074385f8fd02f296ec8a3" \
> cluster-infrastructure="Heartbeat" \
> stonith-enabled="false" \
> no-quorum-policy="ignore"
> rsc_defaults $id="rsc-options" \
> resource-stickiness="100"
More information about the Pacemaker
mailing list