Closed GoogleCodeExporter closed 8 years ago
Hi, thanks for reporting this.
I've haven't been able to reproduce it, I left a long process running on a
Windows VM (about 40 minutes), and I could run list_processes successfully.
However, the error you're getting is triggered and return by your server
(vCenter or ESX), pysphere just raises the fault returned as a python
exception. So if this happen to be a bug, it's a VMWare bug not a pysphere's.
This is the fault returned by your server:
http://pubs.vmware.com/vsphere-50/index.jsp?topic=/com.vmware.wssdk.apiref.doc_5
0/vim.fault.GuestOperationsUnavailable.html
I guess this my be a communication issue between the Host server and the guest
agent (which runs within the vmware tools service)
I'm closing this ticket as invalid.
Original comment by argo...@gmail.com
on 6 Mar 2012 at 1:00
I believe you are right. The more we looked into it, the more it appears that
the guest agent isn't able to respond when the host VM gets really busy (this
occurred while software was being installed). We noticed that if we just kept
polling, eventually the system would start responding again.
Original comment by kenru...@q.com
on 7 Mar 2012 at 7:42
Original issue reported on code.google.com by
kenru...@q.com
on 1 Mar 2012 at 5:37