Oriey
Contributor
Contributor

ESXi 4.0 Startup/Shutdown Feature

Hello

I have been setting up the VM startup & shutdown orders so they will power down & start up with the system. This feature is a great help to making it easier to shutdown the server.

I am wondering is there a way for me to make the startup/shutdown order happen manually?

This would be handy when I want to put the host into maintenance mode & update it.

I only have the vShpere client to manage the ESXi host. Is this a feature that I can only do if I have vCenter Server installed or not possible at all?

Tags (2)
Reply
0 Kudos
Samcer
Expert
Expert

You may create a script using powershell + powercli (see start-VM or stop-VM) or vCLI by using vmware-cmd

Sam

samcer| http://about.me/samcer | http://www.vm-support.it/ | @samuelecerutti
Oriey
Contributor
Contributor

I get the following error when i run the command Get-VM -name VM1 | Start-VM

Start-VM : 5/05/2010 9:29:39 AM Start-VM 52ab8fe5-7854-1fea-db5b-67c5aa40

5572 fault.RestrictedVersion.summary

At line:1 char:9

+ start-vm <<<< VM1

+ CategoryInfo : NotSpecified: (Smiley Happy , SecurityErrorExcep

tion

+ FullyQualifiedErrorId : Client20_MoServiceImpl_Invoke_ViError,VMware.Vim

Automation.Commands.StartVM

Reply
0 Kudos