Scripts: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==== | ==== Documentation ==== | ||
===== ESX Service Console ===== | ===== ESX Service Console ===== | ||
[[RTFM ESX 3.x Service Console Guide]] | [[RTFM ESX 3.x Service Console Guide]] | ||
===== VMware API ===== | |||
[http://www.vmware.com/support/developer/scripting-API/API-2.3-Release-Notes.html VMware ESX 2.3 scripting API users manual] | [http://www.vmware.com/support/developer/scripting-API/API-2.3-Release-Notes.html VMware ESX 2.3 scripting API users manual] | ||
[http://knowledge.xtravirt.com/white-papers/scripting.html Xtravirt scripting papers about vimsh among others] | [http://knowledge.xtravirt.com/white-papers/scripting.html Xtravirt scripting papers about vimsh among others] | ||
===== RCLI ===== | |||
[[ESX3i Remote CLI documentation]] | [[ESX3i Remote CLI documentation]] | ||
===== vmrun ===== | ===== VIX/vmrun ===== | ||
Using vmrun one can automate ESX3.5/ESXi virtual machines as well as virtual machines on VMware Server 2.0 | Using vmrun one can automate ESX3.5/ESXi virtual machines as well as virtual machines on VMware Server 2.0 and VMware Worstation 6.0 | ||
[http://www.vmware.com/pdf/vix162_vmrun_command.pdf vmrun API guide] but see also the [[VIX]] page for more details. | [http://www.vmware.com/pdf/vix162_vmrun_command.pdf vmrun API guide] but see also the [[VIX]] page for more details. | ||
Line 42: | Line 45: | ||
[[Free VM backup solution for ESX and ESXi]] | [[Free VM backup solution for ESX and ESXi]] | ||
==== RCLI scripts ==== | |||
COMING SOON |
Revision as of 23:40, 5 January 2009
Documentation
ESX Service Console
RTFM ESX 3.x Service Console Guide
VMware API
VMware ESX 2.3 scripting API users manual
Xtravirt scripting papers about vimsh among others
RCLI
ESX3i Remote CLI documentation
VIX/vmrun
Using vmrun one can automate ESX3.5/ESXi virtual machines as well as virtual machines on VMware Server 2.0 and VMware Worstation 6.0
vmrun API guide but see also the VIX page for more details.
vmrun scripts
Scripts to execute to automate actions in your guest.
vmrun return all IPs for running VMs
bash scripts
build host vmware kernel modules
Custom my-vmware-cmd management script
locate all VMs with NPIV WWN for ESX
locate all VMs with NPIV WWN for ESXi
locate all VMs with RDMs for ESX and ESXi
Free VM backup solution for ESX and ESXi
RCLI scripts
COMING SOON