VIX: Difference between revisions

From VI-Toolkit
Jump to navigation Jump to search
No edit summary
(4 intermediate revisions by the same user not shown)
Line 12: Line 12:


[http://www.vmware.com/pdf/vix162_vmrun_command.pdf vmrun commands (see also VIX API link above)]
[http://www.vmware.com/pdf/vix162_vmrun_command.pdf vmrun commands (see also VIX API link above)]
[http://www.virtuallyghetto.com/2013/07/whitepaper-migrating-from-vix-api-to.html Whitepaper: Migrating From VIX API to the vSphere Guest Operations API]
==== Download ====
The link for the API page no longer offers a working download (strange)
These however works, but you do need to login:
* [https://my.vmware.com/web/vmware/details?productId=492&downloadGroup=VIXAPI114 VMware VIX 1.14]
* [https://download3.vmware.com/software/player/file/VMware-VIX-1.17.0-6661328.x86_64.bundle VMware VIX 1.17 (linux x64)]
* [https://download3.vmware.com/software/player/file/VMware-VIX-1.17.0-6661328.exe VMware VIX 1.17 (Windows)]
However you might have problems installing.
If you do then it is probably better to install VMware Workstation Professional which bundles VMware VIX and installs it on your behalf.
VMware Workstation has VMware Player as well and Player will continue to work after the Professional trial runs out.


==== Presentations ====
==== Presentations ====
Line 29: Line 45:


[[vixCOMWrapper]]
[[vixCOMWrapper]]
[[Vix Java Toolkit]]


[[Category: VIX]] [[Category: SDK]]
[[Category: VIX]] [[Category: SDK]]

Revision as of 10:39, 25 July 2020

VIX allows you to automate virtual machine operations and is the engine behind for example VMware's vmrun command.

Supported on VMware Workstation 6.0.x and up, VMware Server 1.x and up, VMware ESX3.5U2+

VMware VIX API page

VMware VIX 1.1 API reference Guide

VMware VIX 1.6 API reference Guide

VMware VIX API Blog

vmrun commands (see also VIX API link above)

Whitepaper: Migrating From VIX API to the vSphere Guest Operations API

Download

The link for the API page no longer offers a working download (strange)

These however works, but you do need to login:

However you might have problems installing.

If you do then it is probably better to install VMware Workstation Professional which bundles VMware VIX and installs it on your behalf.

VMware Workstation has VMware Player as well and Player will continue to work after the Professional trial runs out.

Presentations

VIX API Tech Talk Partner Exchange

3rd party

JVix

pyVix

pyvmware

Rexx/Vix

VMWareTasks

vixCOMWrapper

Vix Java Toolkit