본문 바로가기
HW Knowledge/Hewlett-Packard Enterprise

Gen10/iLO 5/Get System Health Status information via RESTful Interface Tool

by 스쳐가는인연 2019. 7. 5.

HPE RESTful Interface Tool 2.4.x에서 추가된 serverinfo commands

Check System Health -----------------------
serverinfo --fans
serverinfo --thermals
serverinfo --power

serverinfo --processors --memory
-------------------------------------------
ilorest -d serverinfo --fans
ilorest -d serverinfo --thermals
ilorest -d serverinfo --power

ilorest -d serverinfo --processors --memory
-------------------------------------------

Linux
ilorest list | egrep 'SmartStorageBattery|Status|State|Health'

Windows
ilorest list | findstr "SmartStorageBattery Status State Health"

반응형