VMware Communities
Speed_Optimizer
Contributor
Contributor

Scripting - how to make virtual machines go into a paused state?

The next question is how to make virtual machines go into a paused state via a script, preferably in a specic sequence, in VMWare Workstation 6.0?

0 Kudos
4 Replies
continuum
Immortal
Immortal

Read the vmrun help


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

0 Kudos
admin
Immortal
Immortal

Besides using vmrun for shell scripting, you can use the VIX API to do Perl or VB scripting, depending on your platform and preferences. There is documentation for it at http://pubs.vmware.com/vix-api/ReferenceGuide/.

0 Kudos
nkadel
Contributor
Contributor

"vmrun" is a faster and much easier script to use for automated operations than the "vmware" script, which insists on using a GUI.

0 Kudos
Speed_Optimizer
Contributor
Contributor

Hmm....vmrun - sounds interesting. what would be my syntax?

0 Kudos