2. Procedures after Completion of Installation
Express5800/R320g-E4,
R320g-M4
Installation Guide (VMware)
67
Chapter 1 Installing Operating System
If the IP address of Log Server or Host Name has been Changed
If the IP address of log server or host name has been changed, perform the following steps.
Note
See
Chapter 1 (1.10.1.
Log Server)
for the log server.
1. Log in to ftSys Management Appliance as a root user.
2. Run the build-loghost command and specify the log server.
The new IP address or the host name is recognized as the log server.
# /opt/ft/sbin/build-loghost update
–
l <
IP address or hostname of log server
>
3. Run the build-loghost command with no option specified to make sure that the new IP address or host
name is properly recognized as the log server.
# /opt/ft/sbin/build-loghost
Note
Execution example: When the IP address of log server is 192.168.0.7:
# /opt/ft/sbin/build-loghost
Default Network Retry Timeout: 180
Local Log Output: /scratch/log
Local Log Output Is Configured: true
Local Log Output Is Persistent: true
Local Logging Default Rotation Size: 1024
Local Logging Default Rotations: 8
Log To Unique Subdirectory: false
Remote Host: 192.168.0.7
4. 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.