본문 바로가기
서버/VMWare

[VMWare] ESXi 호스트의 Memory 정보

by WYYOON 2023. 3. 22.
728x90
반응형
SMALL

Linux에서는 dmidecode 와 같은 툴로 쉽게 Memory 정보 확인이 가능하지만 VMware ESXi 에는 없다.

ESXi 호스트의 슬롯에 장착된 RAM의 양은 호스트로 ssh 접속 후 smbios 명령을 수행하면 아래 정보 확인이 가능하다.

 

# smbiosDump |grep -A 4 'Physical Memory Array'
sample output below
Physical Memory Array: #4096
Use: 0x03 (System memory)
Location: 0x03 (Motherboard)
Slots: 24
Max. Size: 1536 GB
 
This shows that 24 slots and a total of 1536 GB of memory can be installed. So this server can be filled with 24x64GB sticks of memory.
 
Secondly which slots have memory installed, along with type and size.

 

 

 

SMALL

 

 

# smbiosDump |grep -A 24 'Memory Device'
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
[root@xxxxxxxx:~] smbiosDump | grep -A 24 'Memory Device'
Memory Device: #4352
Location: "A1"
Manufacturer: "00AD00B300AD"
Serial: "2CB562F0"
Asset Tag: "01182751"
Part Number: "HMA84GR7AFR4N-VK"
Memory Array: #4096
Form Factor: 0x09 (DIMM)
Type: 0x1a (DDR4)
Type Detail: 0x2080 (Synchronous, Registered)
Data Width: 64 bits (+8 ECC bits)
Size: 32 GB
Speed: 2666 MHz

Memory Device: #4353
Location: "A2"
Manufacturer: "00AD00B300AD"
Serial: "2CB562A9"
Asset Tag: "01182751"
Part Number: "HMA84GR7AFR4N-VK"
Memory Array: #4096
Form Factor: 0x09 (DIMM)
Type: 0x1a (DDR4)
Type Detail: 0x2080 (Synchronous, Registered)
Data Width: 64 bits (+8 ECC bits)
Size: 32 GB
Speed: 2666 MHz









 

728x90
반응형
SMALL

'서버 > VMWare' 카테고리의 다른 글

[VMWare] ESXi 정보(vender, bios, cpu) 확인  (0) 2023.03.22