Show hardware error logging status
Component: | BS2000 |
Functional area: | Error logging |
Domain: | ERROR-LOGGING |
Privileges: | HARDWARE-MAINTENANCE |
Function
The SHOW-HEL-STATUS lists information relating to hardware error logging. The output indicates whether logging is active. If logging is active, the path name of the current logging file is shown as well.
Logging is started up automatically at system startup; but it can also be activated with the START-HEL-LOGGING command.
Format
SHOW-HEL-STATUS |
Return codes
(SC2) | SC1 | Maincode | Meaning |
---|---|---|---|
0 | CMD0001 | Command successfully executed | |
64 | HEL0110 | Privilege error |
Example
/show-hel-status
—————————————————————————————————————————
(1)
% HEL0003 HW ERROR LOGGING IS ACTIVE. FILE : ':DEL2:$TSOS.SYS.HEL.2016-11-26.042905'
/stop-hel-log
—————————————————————————————————————————
(2)——
% HEL0002 HW-ERROR-LOGGING FILE ':DEL2:$TSOS.SYS.HEL.2016-11-26.042905' CLOSED
/show-hel-status
% HEL0004 HW-ERROR-LOGGING INACTIVE
/start-hel-log file=*same
——————————————————————————————
(3)
% HEL0001 HW-ERROR-LOGGING FILE ':DEL2:$TSOS.SYS.HEL.2016-11-26.042905' OPENED WITH ́SPACE= 402 ́
/show-hel-status
———————————————————————————————————————
(4)
% HEL0003 HW-ERROR-LOGGING IS ACTIVE. FILE : ':DEL2:$TSOS.SYS.HEL.2016-11-26.042905'
(1) | The SHOW-HEL-LOGGING command indicates that logging is active and that the name of the logging file is: DEL2: |
(2) | The STOP-HEL-LOGGING command switches logging off, as indicated by the SHOW-HEL-LOGGING command which follows. |
(3) | The START-HEL-LOGGING command reactivates logging. The command-line argument FILE=*SAME causes the most recently opened logging file to be reopened (compare with Point 1). |
(4) | The SHOW-HEL-LOGGING command indicates that logging is active and shows the name of the logging file. |