Link to home
Start Free TrialLog in
Avatar of gourav_jain
gourav_jain

asked on

Automatic server startup / shutdown

I want my linux server to automatically shutdown at some specific time and start again based on time specified. The intention here is to save the power in night time. I know there are some options available to control the power used by monitor, HDD etc but have not analyzed how much power will be saved on that.
ASKER CERTIFIED SOLUTION
Avatar of Lee W, MVP
Lee W, MVP
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Shutdown should be no problem, but getting the server to start automatically can cause problems. This depends on your BIOS. Some BIOS have the option to automatically start at a given time, but often that isn't available in servers.

If the server is from a big company like HP, then check if it already has, or can be upgraded with an ILO card (that's the HP/Compaq option, I don't know what other manufacturers have). This is a PCI card which is n fact a small PC complete with NIC, VGA, Keyboard and mouse input, and also an external power input. With these cards you can remotely control a server and turn it off and back on if necessary. This card uses a lot less power than the actual server.
If you can have ONE system available, then Wake on LAN should do the trick:
More information:
http://en.wikipedia.org/wiki/Wake-on-LAN
Avatar of gourav_jain
gourav_jain

ASKER

Its good idea of WoL, I went through the idea of WoL and its good and working for me.