Hi people, i got my active/passive cluster running. when i start the first node all resources are started. but when i start the second node, all resources are stoped on the first node and started on the second node. why? do i something wrong?
crm(live)configure# show node $id="b0de7d28-66b6-4720-987a-dbab18694e16" lc-cl1 node $id="ecde9589-6940-49a5-a45f-a79574dfde33" lc-cl2 primitive ipaddr2 ocf:heartbeat:IPaddr2 \ params ip="10.100.102.105" nic="eth0" cidr_netmask="24" mac="00:23:34:45:56:78" \ op monitor interval="10s" timeout="20s" \ op start interval="0" timeout="20s" \ op stop interval="0" timeout="20s" primitive lcbam ocf:heartbeat:jboss \ params console="/var/log/jbossbam.log" shutdown_timeout="60" kill_timeout="10" user="lcbam" statusurl="http://10.100.102.105:8888" java_home="/usr/jdk" jboss_home="/opt/jbossbam" run_opts="-c all -b 10.100.102.105" shutdown_opts="-s 10.100.102.105:9999 -S" \ op monitor interval="10s" timeout="60s" \ op start interval="0" timeout="240s" \ op stop interval="0" timeout="60s" group bamcluster ipaddr2 lcbam \ meta target-role="Started" property $id="cib-bootstrap-options" \ dc-version="1.0.10-da7075976b5ff0bee71074385f8fd02f296ec8a3" \ cluster-infrastructure="Heartbeat" \ stonith-enabled="false" \ no-quorum-policy="ignore" cheers E _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
