You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 20 vcenters here, which collect one-time energy indicators every ten minutes, but the following problems often occur.
Traceback (most recent call last):
File "/home/inspur/icp-collect/collect/vmware/colcmd/icp_gather_storage.py", line 150, in <module>
host=server._get_managed_objects('HostSystem',hostmor)
File "/usr/lib/python2.7/site-packages/pysphere/vi_server.py", line 792, in _get_managed_objects
obj_type=mo_type)
File "/usr/lib/python2.7/site-packages/pysphere/vi_server.py", line 717, in _retrieve_properties_traversal
return request_call(request)
File "/usr/lib/python2.7/site-packages/pysphere/vi_server.py", line 733, in call_retrieve_properties_ex
request)._returnval
File "/usr/lib/python2.7/site-packages/pysphere/resources/VimService_services.py", line 112, in RetrievePropertiesEx
self.binding.Send(None, None, request, soapaction="urn:vim25/5.1", **kw)
File "/usr/lib/python2.7/site-packages/pysphere/ZSI/client.py", line 295, in Send
self.local.h.connect()
File "/usr/lib64/python2.7/httplib.py", line 1251, in connect
HTTPConnection.connect(self)
File "/usr/lib64/python2.7/httplib.py", line 824, in connect
self.timeout, self.source_address)
File "/usr/lib64/python2.7/socket.py", line 571, in create_connection
raise err
socket.timeout: timed out
The text was updated successfully, but these errors were encountered:
I have 20 vcenters here, which collect one-time energy indicators every ten minutes, but the following problems often occur.
The text was updated successfully, but these errors were encountered: