I need a simple way to turn on my dell optiplex remotely, and shut it off. Its running ubuntu 13.04. How would i go about that? would i need a separate device to press the power button, or would it be as simple as installing a card to the machine?
Asked
Active
Viewed 2.6k times
3 Answers
17
If I understood correctly you are looking for "Wake on LAN", which is supported by DELL Optiplex systems (at least in principle).
- Enable "Wake on LAN" in the BIOS of the target.
- Disable "Deep Sleep" in the BIOS of the target.
- On your "other" Computer (assuming it is in the same LAN) install wakeonlan
. This tool can send "magic packets" to the target. - Now create a file (lets call it
optiplex.wol) in your home directory with just MAC address of the Optiplex (like54:04:a6:a0:90:a1) as content. - Type
wakeonlan -f optiplex.wol- the machine should start within seconds
2
It's possible that this question is relevant : How can I enable wake-on-lan permanently?
I'd add that I'm not aware of any way to remotely shutdown the computer, short of SSH'ing to the device and issuing a halt or shutdown now command.
An added idea may be to research APC managed power bars. These network-based devices provide various power ports, each of which can be turned on/off by visiting the device's web page. The PC would have to set to power on when power is restored though and not all PC's support that setting in their BIOS.
