Unsolved
2 Posts
0
658
December 2nd, 2020 09:00
Wake up R710 using IPMI commands?
I currently use a web browser with java to access idrac to turn on R710 server but java can be a bit hit & miss.
Would be great if I could do this via a command over ssh.
I looked up ipmi commands but it seemed overcomplicated.
Is this possible?
Anyone have any pointers?
Thanks
No Events found!
Dell-DylanJ
4 Operator
•
2.9K Posts
0
December 2nd, 2020 14:00
Hello,
I'm not sure if this would work with an 11G server and the older generation of iDRAC, but you could see if you can SSH into the iDRAC and issue the command 'racadm serveraction powerup' or racadm serveraction powerup -f.' The -f is just a force operator, so it shouldn't be necessary. Let me know if this works out for you.
trevaaaaaaa
2 Posts
0
December 6th, 2020 17:00
Thanks for your reply.
racadm serveraction powerup worked like a charm.