1

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.

Annu
  • 113
  • 4
  • 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 07: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 07:57

1 Answers1

2

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.

  • 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