Hi all,
After an issue we had a few weeks ago, VMware noticed this from the logs:
2018-01-24 10:37:42,038 ERROR [VMVI RetrieverThread Datacenter Watcher:1] (82850) com.vmware.vcops.vlsi.VcSessions.terminateSession - Unable to logout from VC
(vim.fault.NotAuthenticated) {
faultCause = null,
faultMessage = null,
object = ManagedObjectReference: type = Folder, value = group-d1, serverGuid = null,
privilegeId = System.View
.....
And further down, it looks like it tried to reconnect but could not:
2018-01-24 10:37:42,038 WARN [VMVI RetrieverThread Datacenter Watcher:1] com.vmware.vim.vmomi.client.http.impl.HttpConfigurationCompilerBase$ConnectionMonitorThreadBase.shutdown - Shutting down the connection monitor.
2018-01-24 10:37:42,038 INFO [VMVI RetrieverThread HostMemorySystem:3] (82850) com.vmware.vcops.vlsi.VcSessions.terminateSession - Terminating the VC connection.
2018-01-24 10:37:42,038 WARN [VLSI-client-connection-monitor-84] com.vmware.vim.vmomi.client.http.impl.HttpConfigurationCompilerBase$ConnectionMonitorThreadBase.run - Interrupted, no more connection pool cleanups will be performed.
2018-01-24 10:37:42,038 INFO [VMVI RetrieverThread Datacenter Watcher:1] (82850) com.integrien.adapter.vmware.VMwareAdapter.connect - Creating connection Datacenter Watcher:1, with socket timeout:3600000
2018-01-24 10:37:42,038 INFO [VMVI RetrieverThread HostMemorySystem:3] (82850) com.vmware.vcops.vlsi.VcSessions.terminateSession - Attempting to get the session
2018-01-24 10:37:42,047 ERROR [VMVI RetrieverThread HostMemorySystem:3] (82850) com.vmware.vcops.vlsi.VcSessions.terminateSession - Unable to logout from VC
(vim.fault.NotAuthenticated) {
faultCause = null,
faultMessage = null,
object = ManagedObjectReference: type = Folder, value = group-d1, serverGuid = null,
privilegeId = System.View
I was informed this was a disconnect between vROps and the vCenter server.
Question:
I wanted to ask if there was any type of monitoring that I could create when vROps loses connection to a vCenter server?
How can I monitor for the disconnect?
- By a specific alert
- By a port disconnect
- By a ping/SNMP trap?
Thanks for any and all help!