Hi,
im trying to extract information about vms (IP, MAC, Hostname) from Vsphere4. The command (script) needs to be executed from remote Linux server.
I installed package VMware-vSphere-CLI-4.1.0-254719.x86_64.tar. What I get so far is this..:
$ esxcli --server x.x.x.x --username user --passwordd passwd vms vm
This however doesnt give much.. Can you please tell me how can i get required information..? Is there another command or some simple script i can use..?
Thank you, your help would be appreciated...