Trying to do high availability
I am trying to complete this library article and am not getting the same result at the "Configure Cluster Resources" section.
I get the following:
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:
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
4 Replies
It is much simpler to setup.
If I am wrong, please let me know. And if so, can you could point me to any tutorials for HA-mySQL servers?
If you want geographically separated HA, that is a whole other ballpark and will be expensive to implement.