Is there a way to execute shell commands on VMWare server via PyVMomi?

2015-02-11 Thread Johnny Ting Shi
We have some VM running on top of EXSi. We want to be to run some remote arbitrary commands on the VM, anyone has experience with https://github.com/vmware/pyvmomi? which command do i need to call? Thanks -- https://mail.python.org/mailman/listinfo/python-list

Re: Is there a way to execute shell commands on VMWare server via PyVMomi?

2015-02-11 Thread Steven D'Aprano
Johnny Ting Shi wrote: We have some VM running on top of EXSi. We want to be to run some remote arbitrary commands on the VM, anyone has experience with https://github.com/vmware/pyvmomi? which command do i need to call? I'm afraid I've never used pyvmomi, but I'm not sure why the fact it is