Checking System Health
Description
Check the health status of all devices or specified devices. If a device is unhealthy, an error message is displayed.
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Command
asys health -d=deviceId
Parameters
d: specifies the ID of the device whose health status is to be displayed. This parameter is optional. If device is not specified, the health status of all devices is displayed. If device is specified and the device is abnormal, the fault code and fault information are displayed on the terminal screen. Only the first five groups of faults are displayed. If Fault Information Collection and Service Re-run And Fault Information Collection are specified, all fault codes and fault information are written into the health_result.txt file.
Usage Example and Output Description
- If no device is specified, all devices are normal. The following uses dual devices as an example:
asys health +------------------------+------------------------------+ | Group of 2 Device | Overall Health: Healthy | +========================+==============================+ | Device ID: 0 | Healthy | +------------------------+------------------------------+ | Device ID: 1 | Healthy | +------------------------+------------------------------+
- Specify the device. The device is normal. The following uses device 0 as an example:
asys health -d=0 +-------------------+------------------------------+ | Device ID: 0 | Overall Health: Healthy | | | ErrorCode Num: 0 | +===================+==============================+
- The specified device is abnormal. The following uses device 0 as an example:
asys health -d=0 +-------------------+------------------------------+ | Device ID: 0 | Overall Health: Warning | | | ErrorCode Num: 1 | +===================+==============================+ | 0xa419321c | lp pmbus error | +-------------------+------------------------------+
You can click Black Box Error Codes and Health Management Fault Definition to obtain the manual of the corresponding version and view the detailed description of the fault code. The mapping between the fault level and the health status returned by the asys health command is as follows: Warning - Healthy (Healthy is displayed even if there is no problem or the health status is normal), Minor - Warning, and Major - Alarm, critical: critical; Unknown: unknown.