1. Setup Procedure
Express5800/R320g-E4, R320g-M4 Installation Guide (VMware)
56
Chapter 1 Installing Operating System
If the log server is restarted due to restart of ESXi host, the log generated on ESXi host
during the period from the startup of ESXi host to restart of log server, is not transferred to
log server.
After the log server completes its startup process, the log transfer from the ESXi host does
not resume automatically. Thus, run the following command to reload the syslog daemon..
# esxcli
–
s <
IP address or hostname of ESXi host
> system syslog
reload
Tips
In some cases, the following error message may be displayed as the result of the esxcli
command.
# esxcli -s ftESXi storage mpm list
Enter username: root
Connect to ftESXi failed. Server SHA-1 thumbprint:
48:01:F6:82:E1:92:F7:35:BE:C4:37:E3:9C:89:58:E6:03:9B:FE:95
(not
trusted).
If the above error message is output, execute the esxcli command with '--thumbprint' option.
Specify the thumbprint shown in the error message for the '--thumbprint' option.
# esxcli
--
thumbprint=
48:01:F6:82:E1:92:F7:35:BE:C4:37:E3:9C:89:58:E6:03:9B:F
E:95
-s ftESXi storage mpm list
For details of the esxcli command, see the documents from VMware.