I have two identical servers. one is main server which responds to the clients request. Other server will constantly check whether main server in up or not. If main server is down then this identical server should act as main server automatically. Now my question is, is there any process to make my second server up when my main server is down???

Thank you...

link|improve this question
feedback

migrated from stackoverflow.com Mar 2 '11 at 13:57

This question came from our site for professional and enthusiast programmers.

2 Answers

Check out Linux-HA.

link|improve this answer
feedback

If what you need is theoretical explanation then you should be reading about High Availability. If what you need is specific information for your environment then you should provide us with more data about your server's configuration and environment.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown