Starting a server via IPMI?

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

Peanuthead

Active Member
Jun 12, 2015
839
177
43
44
I'm looking at adding cold storage to my home. Is it possible to starting a server via IPMI or something? Ideally i would SSH into IPMI, start the server, backup, then shut it down. Thoughts? My other option is just to have the system spin the drives down. It really accomplishes the same thing just about - keeping a second backup on hand.
 

Blinky 42

Active Member
Aug 6, 2015
615
232
43
48
PA, USA
Yes you can script power on/off/reboot for servers with ipmi pretty easy. You wouldn't ssh into the ipmi itself, just use ipmitool on a linux box and script that runs something like
Code:
ipmitool -H 10.10.52.72 -U blinkyipmi  chassis power on
then do whatever on the server and have it shutdown and power off when done.
 

Peanuthead

Active Member
Jun 12, 2015
839
177
43
44
Very cool. I figured it could be done but easier to ask than get the correct Google search in place. The plan is to making a 1U cold storage server using Windows and Storage Spaces.
 

fractal

Active Member
Jun 7, 2016
309
69
28
33
You should be able to use wake-on-lan too. That works on boxes that don't have IPMI.