VMware {code} Community
yitianli
Contributor
Contributor

vsphere management sdk write file (txt)

My virtual machine not have a network
How do I pass the information to the virtual machine
How do I write a Notepad (txt file)  

vsphere management sdk

thank

Reply
0 Kudos
1 Reply
stumpr
Virtuoso
Virtuoso

If you're on vSphere 5.x, look at the GuestOperationsManager object.  You can upload files, download files, manage directories and run programs.

If you're on vSphere < 5.x, look into the VIX API.  It's an external DLL implementation.  In vSphere 5, they rolled similar functionality into the core API with the GuestOperationsManager object.

Reuben Stump | http://www.virtuin.com | @ReubenStump
Reply
0 Kudos