Hello, I'm just setting up a new HA solution and decided to go with the latest peacemaker. However I have encountered some very strange problems:
crm(live)# cib use t1
crm(t1)# configure
crm(t1)configure# property stonith-enabled=false
crm(t1)configure# show
node $id="0f519a50-98e0-4bc2-8fb9-6bc28d87461c" fiona
node $id="57db28bf-a58e-4b98-a9a9-03e65bce2431" shrek
property $id="cib-bootstrap-options" \
dc-version="1.0.6-f709c638237cdff7556cb6ab615f32826c0f8c06" \
cluster-infrastructure="Heartbeat" \
stonith-enabled="false"
crm(t1)configure# primitive failover-ip ocf:heartbeat:IPaddr params ip=10.3.0.1
op monitor interval=10s
ERROR: failover-ip: action monitor_0 does not exist
crm(t1)configure# primitive failover-ip ocf:heartbeat:IPaddr2 params
ip=10.3.0.1 cidr_netmask=32 op monitor interval=10s
ERROR: failover-ip: action monitor_0 does not exist
crm(t1)configure# primitive failover-ip ocf:heartbeat:IPaddr2 params
ip=10.3.0.1 cidr_netmask=32 interval=10s
ERROR: failover-ip: parameter interval does not exist
crm(t1)configure# primitive failover-ip ocf:heartbeat:IPaddr2 params
ip=10.3.0.1 cidr_netmask=32
What I can't understand is where did the monitor operation disappear?
I'm currently using similar setup on one year old setup without any issues.
What am I missing.
The setup is:
CentOS 5.4
Heartbeat: Version : 3.0.1 Release : 1.el5
Pacemaker: Version : 1.0.6 Release : 1.el5
I'm not using openais.
--
Best regards,
Marian Marinov
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
