vMA scripting
vMA scripting
(OP)
I'm using the vMA5 to interface with my APC UPS's for controlled shutdowns when my power switches to battery.
The shutdowns work as expected.
My problem is during the restarts, I have my hosts starting properly, but the VMs need to start in a particular order (i.e. DC first, then Exch, then SQL, then vCenter, etc.)
I'm trying to use scripting in the vMA to poweron the VMs but cannot find an appropriate command to do so.
Does anyone know if this is even possible to do? I've been googling this all morning and just can't seem to find what I'm looking for.
Thanks!
h
The shutdowns work as expected.
My problem is during the restarts, I have my hosts starting properly, but the VMs need to start in a particular order (i.e. DC first, then Exch, then SQL, then vCenter, etc.)
I'm trying to use scripting in the vMA to poweron the VMs but cannot find an appropriate command to do so.
Does anyone know if this is even possible to do? I've been googling this all morning and just can't seem to find what I'm looking for.
Thanks!
h
RE: vMA scripting
To answer your question though, the vSphere CLI command is:
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
Brent Schmidt Senior Network Engineer
Keep IT Simple http://www.kiscc.com
Novell Platinum Partner Microsoft Gold Partner
VMWare Enterprise Partner Citrix Gold Partner
RE: vMA scripting
But, the command you gave looks like what I need to feed into a script that runs on the vMA.
Thanks!