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"
반응형