esx.problem.vmsyslogd.remote.failure
/var/log/vobd.log
file, you see entries similar to:[UserLevelCorrelator] nnnnnnnnus: [vob.user.vmsyslogd.remote.failure] The host "x.x.x.13:514" has become unreachable. Remote logging to this host has stopped.
Note: The preceding log excerpts are only examples. Date, time, and environmental variables may vary depending on your environment.
VMware vSphere ESXi
The network connection has been interrupted.
The remote host has closed the connection.
A firewall is preventing the logs from being sent.
The remote syslog server is not available.
This event indicates that the ESXi syslog service vmsyslogd
stopped sending messages to a remote syslog server. This issue may occur if:
/var/log/.vmsyslogd.err
on the ESXi host to identify the timeframe and any cited reason for connection failure from the perspective of the ESXi host vmsyslogd
service.In some versions of vSphere ESXi, the syslog service automatically reconnects to the remote syslog server after a network interruption.
If the vSphere ESXi syslog service does not automatically re-establish the connection to the remote syslog server, reconnect manually.
To reconnect manually:
esxcli [--server hostname --user username] system syslog reload
esxcli system syslog reload
command returns the error Failed to signal reload to vmsyslogd
, then the vmsyslogd
process is likely not running. Continue with steps in the Starting Service section.If the vSphere ESXi syslog service is not running correctly or has exited, start the service.
To start the syslog service:
vmsyslogd
is not running by running the command: # ps -Cuv | grep vmsyslogd
/usr/lib/vmware/vmsyslog/bin/vmsyslogd
esxcli system syslog reload