Hi,
I am trying to complete this library article and am not getting the same result at the "Configure Cluster Resources" section.
http://library.linode.com/linux-ha/high ... untu-10.04
I get the following:
Code:
node $id="f1225930-62b5-4158-a350-e7309b5124c3" ha1-db
property $id="cib-bootstrap-options" \
dc-version="1.0.8-042548a451fce8400660f6031f4da6f0223dd5dd" \
cluster-infrastructure="Heartbeat"
rather than what is described in the article of:
Code:
node $id="1a0e5ce2-1787-433a-9ffc-64badc4c5994" ha2-db
node $id="ec7c37eb-c7fc-4eb4-b7dc-2f9dc6c9483b" ha1-db
property $id="cib-bootstrap-options" \
dc-version="1.0.8-042548a451fce8400660f6031f4da6f0223dd5dd" \
cluster-infrastructure="Heartbeat"
Mine is missing the ha2-db line at the top. Can anyone explain what I might have done wrong? I skipped the NFS and PostgreSQL portions as I just want to run a MySQL server.
Thanks, Josh