Is there a way to (initiate) shutdown an ESX server remotely from Windows, similarly to the shutdown -m \\server ... command?

link|improve this question

44% accept rate
feedback

2 Answers

up vote 5 down vote accepted

A better option is that you can install the PowerCLI tools and then use a script to shut it down. This method works without having to enable anything on the server (I'm not sure about ESX but SSH is unsupported in ESXi).

link|improve this answer
This is the "better" option from a long-term perspective. ESX won't be around forever. – Graeme Donaldson Oct 14 '10 at 12:18
Okay, I think I like this option the best. Thanks! – marcwenger Oct 14 '10 at 23:00
feedback

SSH to the ESX server and shut it down?

link|improve this answer
Ok, but can that be automated? – marcwenger Oct 13 '10 at 21:41
3  
Setup ssh key-based-authentication. Use plink with the keys to authenticate and shutdown? – Zoredache Oct 13 '10 at 21:44
I'll give that a shot – marcwenger Oct 13 '10 at 21:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.