-
Notifications
You must be signed in to change notification settings - Fork 0
hp health
Hamidreza Josheqani edited this page Sep 30, 2018
·
3 revisions
HPE System Health Application and Command line Utilities
usage: hplog [options]
-s <severity> = call to set the severity of a maintenance note
The -s option must precede the -l option.
Supported values for severity are:
REPAIRED, CAUTION, CRITICAL, and INFO
-l <"your note"> = call to log a maintenance note.
(The note typed must be in double quotes).
-v = call to view the entire log
-V <entrynum> = view the entire log starting at entrynum
-t Display current thermal sensor data
-f Display current fan data
-p Display current power data
-i Display pci route table
-a <option> Control Automatic Server Recovery
Supported values for option are:
STATUS, ENABLE, DISABLE, TIMEOUT=<val>
val must be 5, 10, 15, 20 or 30 minutes.
Display current thermal sensor data
# hplog -t
ID TYPE LOCATION STATUS CURRENT THRESHOLD
1 Basic Sensor Ambient Normal 62F/ 17C 107F/ 42C
2 Basic Sensor Processor Zone Normal 104F/ 40C 158F/ 70C
3 Basic Sensor Processor Zone Normal 104F/ 40C 158F/ 70C
4 Basic Sensor Memory Board Normal 77F/ 25C 192F/ 89C
Display current fan data
# hplog -f
ID TYPE LOCATION STATUS REDUNDANT FAN SPEED
1 Var. Speed System Board Normal Yes Normal ( 9)
2 Var. Speed System Board Normal Yes Normal ( 11)
3 Var. Speed System Board Normal Yes Normal ( 11)
4 Var. Speed System Board Normal Yes Normal ( 21)
5 Var. Speed System Board Normal Yes Normal ( 27)
6 Var. Speed System Board Normal Yes Normal ( 27)
Display current power data
# hplog -p
ID TYPE LOCATION STATUS REDUNDANT
1 Standard Pwr. Supply Bay Normal Yes
2 Standard Pwr. Supply Bay Normal Yes
Call to view the entire log (IML output)
# hplog -v
ID Severity Initial Time Update Time Count
-------------------------------------------------------------
0000 Information 16:13 09/23/2018 16:13 09/23/2018 0001
LOG: Maintenance note: IML cleared by Insight Diagnostics
0001 Caution 06:36 09/24/2018 06:58 09/24/2018 0002
LOG: POST Error: 207-Memory initialization error on Processor 2, DIMM 9. The operating system may not have access to all of the memory installed in the system.
0002 Caution 01:00 00/00/0000 07:17 09/24/2018 0004
LOG: POST Error: 295-DIMM Failure - Uncorrectable Memory Error - Processor 2, DIMM 9. This memory will not be available to the operating system. ACTION: Replace the failed DIMM to restore the full amount of memory.
...