Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

12957

August 6th, 2014 14:00

what happen after a power outage ?

hi, I'm working on writing script to handle long power outage (shutdown and boot). I shutdown my 3 PowerEdge R710 but what will happen when power come back ? I guess that PowerEdge will not boot up alone. How is it possible to Wake them up automatically ? Wake on lan ? I can't find anything in IDRAC... thanks for your answers. greetings

Moderator

 • 

6.2K Posts

August 6th, 2014 16:00

Hello

You can use racadm commands to turn the server back on. I'm not sure exactly how you would script it.

SSH to the iDRAC IP address. You will need to provide the user/pass. After you are remoted into the iDRAC you can run this command to power on the server:

racadm serveraction powerup

Thanks

2 Posts

August 6th, 2014 17:00

that's exactly what I needed ! If it works as I expect, I could post my python script here if it can help someone really thanks you daniel !
No Events found!

Top