I have read a few tutorials now. Some mention turning off highly available services and some do not mention it. I am making 'sshd' and 'httpd' highly available on my ha cluster. Once I have everything configured one tutorial said to make sure that your services AND heartbeat are configured NOT to start at boot time on both servers. I understand this during the testing aspect but when this is ready to go live I believe this is the way it should be:
server1 (primary) /etc/init.d/heartbeat (start at boot) /etc/init.d/sshd (does not start at boot ?? ) /etc/init.d/httpd ( does not start at boot ??) server2 (secondary) /etc/init.d/heartbeat (start at boot) /etc/init.d/sshd ( does not start at boot ) /etc/init.d/httpd ( does not start at boot ) Could someone please look at my above assumptions and correct me if I am wrong. I also assume that if server1 went down and server 2 became primary that is a building wide power outage occurred that when power was restored that server2 would still know it was primary. thanks Doug -- What profits a man if he gains the whole world yet loses his soul? _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
