2. Procedures after Completion of Installation
Express5800/R320g-E4, R320g-M4 Installation Guide (VMware)
64
Chapter 1 Installing Operating System
2.
Procedures after Completion of Installation
2.1
Confirmation of the Kernel Version
Explain how to check the kernel version of ftSys Management Appliance and a version of VMware ESXi.
Check the version following the steps below.
VMware ESXi
1. Run the following command on the ftSys Management Appliance.
# esxcli –s <IP address or hostname of ESXi host> system version get
Product: VMware ESXi
Version: 6.7.0
Build: Releasebuild-10302608
Update: 1
Patch: 28
Make sure that Version, Build, and Update are exactly same as those shown above.
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.
ftSys Management Appliance
1. Run the following command on the ftSys Management Appliance.
# uname –a
Linux ftSysMgt-Sample 3.10.0-957.el7.x86_64 #1 SMP Thu Nov 8 23:39:32
UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
"
3.10.0-957.el7
" indicates version of kernel, and "
#1 SMP Thu Nov 8 23:39:32 UTC 2018”
indicates release information of kernel.
Make sure that the version of kernel is correct.
This completes version confirmation.