I just finished my first cluster yay.
And Im doing some testing, see how it react to different "stimulus"
Unfortunately one of my first test failed.
I hope its because I forgot something.
I have 2 nodes
Node01 owns the ClusterIP, OCFS2 and WebsphereMQ
When I yank out the fiber cable... it doesn't seem to detect it
and it doesn't switch the ressources on the second node...
What have I forgot?
I tried adding a op monitor interval=5s to the WMQFS primitive but it didn't
improve my situation.
node labgfs01
node labgfs02
primitive ClusterIP ocf:heartbeat:IPaddr2 \
params ip="10.2.22.102" cidr_netmask="32" \
op monitor interval="30s"
primitive LABGFA10 ocf:heartbeat:wmq \
params qmname="LABGFA10" qmport="10414" qmadmin="mqm" \
op monitor interval="120s"
primitive WMQFS ocf:heartbeat:Filesystem \
params device="/dev/mapper/360050768019102c24000000000000043_part1"
directory="/var/mqm" fstype="ocfs2" \
op monitor interval="5s" \
meta target-role="Started"
primitive dlm ocf:pacemaker:controld \
op monitor interval="120s"
primitive o2cb ocf:ocfs2:o2cb \
op monitor interval="120s"
clone dlm-clone dlm \
meta interleave="true"
clone o2cb-clone o2cb \
meta interleave="true"
colocation WMQ-with-WMQFS inf: LABGFA10 WMQFS
colocation WMQFS-with-ClusterIP inf: WMQFS ClusterIP
colocation WMQFS-with-o2cb inf: WMQFS o2cb-clone
colocation o2cb-with-dlm inf: o2cb-clone dlm-clone
order ClusterIP-before-WMQFS inf: ClusterIP WMQFS
order WMQ-after-WMQFS inf: WMQFS LABGFA10
order start-WMQFS-after-o2cb inf: o2cb-clone WMQFS
order start-o2cb-after-dlm inf: dlm-clone o2cb-clone
property $id="cib-bootstrap-options" \
dc-version="1.1.2-2e096a41a5f9e184a1c1537c82c6da1093698eb5" \
cluster-infrastructure="openais" \
expected-quorum-votes="2" \
stonith-enabled="false" \
no-quorum-policy="ignore"
rsc_defaults $id="rsc-options" \
resource-stickiness="100"
Patrick Ouellet Administrateur de system Linux Direction Technologie Groupe Promutuel 418 840-1188, poste 2393 1 800 510-4630 promutuel.ca <http://www.promutuel.ca/> Si vous devez imprimer ce document, faites-le recto verso. Si vous n'êtes pas le destinataire de ce message, veuillez le détruire après avoir informé l'expéditeur de son erreur. Par ailleurs, il est interdit de copier ou de modifier tout courriel sans l'autorisation de l'auteur. Promutuel n'assume aucune responsabilité à l'égard du contenu des messages personnels envoyés par ses employés.
<<image001.gif>>
<<image002.jpg>>
_______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
