set -x
+echo "The following commands should have been run on both nodes."
+echo " systemctl enable pcsd"
+echo " systemctl start pcsd"
+echo " systemctl disable lxc"
+echo " systemctl stop lxc"
+echo " passwd hacluster"
+read -p "Press enter if they have been run on both nodes."
+
pcs cluster status
read -p "Press enter to stop and destroy the existing cluster"
sleep 5
-systemctl enable pcsd
-systemctl start pcsd
-
-#passwd hacluster
-
pcs host auth vhost1 addr=10.228.93.1 -u hacluster -p Passw@rd01
pcs host auth vhost2 addr=10.228.93.2 -u hacluster -p Passw@rd01