.. Explore the power of vCenter Orchestrator!
|
|
We are proud to announce that vCO Team members and VMware labs today released a vCO (4.1) VIX plug-in for the VIX API version 1.10. If you wonder what VIX is here is an extract of the VIX landing page:
The plug-in is coming with workflows with the following functionality:
The plug-in provides the guest functions of the VIX API as vCO Javascript objects and methods to allow users to create workflows to run operations within a Windows / Linux Guest.
Some methods such as CopyFileFromGuestToHost, CopyFileFromHostToGuest, RunProgramInGuest, RunScriptInGuest and powerOnVM support an asynchronous mode generating a trigger on completion. The asynchronous mode supports a timeout option allowing for example to develop a remediation flow in case the called operation is not returning soon enough.
This plug-in is also coming with its source code under the MIT License. This allows developer to understand how it was done and to eventually extend it with new functionality. Since VIX does not provide Java bindings the plug-in is interfaced with the 64-bit VIX DLLs through JNA. You may wonder what are the practical operations specific to the VIX plug-in. Two of the most important features supported are to be able to copy a script to a VM and to run it. This allows for example to handle post provisioning VM operations such as:
IT professionals are using several ways to automate these type of operations such as:
This can work but is not very practical since it requires maintaining scripts or agents within the templates / sysprep, having to handle a lot of presets, permissions and test to make sure script copy and execution works properly in a given environment. With using VIX the requirements are much less intrusive: Providing vCenter and the VM credential. Then the scripts can be centralized on the vCO server as resource elements or generated on the fly by workflows and applied on VMs as part of a post provisioning process or scheduled maintenance workflows. Be one of the first one to download, try, rate and comment it on the VMware labs vCO VIX plug-in fling page.
Add comment
|