ESXi 7.0 UUID、CPU情報、サーバー情報など取得方法

環境
vmware ESXi 7.0

操作方法
1.サーバー情報を取得する

[root@ESXi1:~] esxcli hardware platform get
Platform Information
   UUID: 0x56 0x4d 0x97 0xd4 0x7f 0xae 0x18 0x22 0xfb 0xb4 0xcb 0x17 0xa1 0x5 0xc6 0xea
   Product Name: VMware Virtual Platform
   Vendor Name: VMware, Inc.
   Serial Number: VMware-56 4d 97 d4 7f ae 18 22-fb b4 cb 17 a1 05 c6 ea
   Enclosure Serial Number: None
   BIOS Asset Tag: No Asset Tag
   IPMI Supported: false

2.UUIDを取得する
[root@ESXi1:~] esxcli system uuid get
643cecb0-c747-67e9-7153-000c2905c6ea

3.バージョン情報を取得する

[root@arkdata:~] esxcli system version get
   Product: VMware ESXi
   Version: 7.0.3
   Build: Releasebuild-19193900
   Update: 3
   Patch: 20

4.CPU情報の取得

[root@ESXi1:~] esxcli hardware cpu global get
   CPU Packages: 2
   CPU Cores: 2
   CPU Threads: 2
   Hyperthreading Active: false
   Hyperthreading Supported: false
   Hyperthreading Enabled: true
   HV Support: 3

5.メモリ情報の取得

[root@ESXi1:~] esxcli hardware memory get
   Physical Memory: 17179336704 Bytes
   Reliable Memory: 0 Bytes
   NUMA Node Count: 1

6.PCI情報を取得する
esxcli hardware pci list

Vmware

Posted by arkgame