IT/개발

[ESXi] - 메모리 정보 확인

알콩달콩아빠 2023. 11. 28. 17:13
728x90
반응형

ESXi HOST 에 메모리를 증설하기에 앞서 기존에 장착되어 있는 메모리 정보를 확인하는 방법

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

출처: https://tars.tistory.com/100 [Insert No Coins:티스토리]

728x90
반응형