How can I set up a server so that when there is a power cut it is safely shut down, and when power returns it switches back on automatically?

I am specifically using an IBM AIX Server 6.

link|improve this question
Bear in mind this often isn't the best idea unless done very carefully. If you have several machines which all turn back on at the same time, you run the risk of overloading your power. The more intelligent ups units turn servers back on in multiple stages, get one of those if possible. – Sirex Aug 17 '11 at 7:54
oh and (from painful experience) check and double check that your air-con restarts automatically when power returns before you set your servers to turn back on and call the job done. – Sirex Aug 17 '11 at 7:57
feedback

migrated from stackoverflow.com Jun 22 '11 at 16:28

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

1 Answer

up vote 2 down vote accepted

You would need to have a UPS (Uninterruptible Power Supply) for that, which sends a signal to the server when power is about to run out.

link|improve this answer
3  
Also, there are likely BIOS settings that will allow you to have a server start when power returns. – dunxd Jun 22 '11 at 16:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.