EXIST — Boolean value that shows if a card is physically present at the given path (TRUE = card is present, False = card is not present).
HWREV — Text string containing the hardware revision level of the card at the given path. The card reports a zero if it does not support hardware revision reporting.
MODEL — Text description of the card model at the given path.
OINTEG — Represents the overall integrity of the card (0 = Good, 1 = Bad).
SNUM — Text string containing the serial number of the card at the given path. The card reports a zero if it does not support a serial number.
STATUS — Text description of the current condition of the card.
The conditions are analyzed in the following order and if any of them exist, the appropriate integrity is determined and the appropriate status is displayed. If none of the below conditions exist, then the integrity is set to 0, and the status is set to Good.
| Condition | Status | OINTEG value |
|---|---|---|
No card in slot — unconfigured |
No Card |
0 |
No card in slot — configured |
No Card |
1 |
Card Status — No Communications |
No Card |
1 |
Card Status — Failstate |
Bad — Failstate Active |
1 |
Card Status — Hardware Error |
Bad — Hardware Error |
1 |
Card Status — Configuration Error |
Bad — Configuration Error |
1 |
Card Status — 5% Communications Error |
5% Comm Error Rate with Card |
0 |
Card Status — Not Configured |
Good — No Installed Configuration |
1 |
Any Channel Integrity Bad |
Good |
1 |
SWREV — Text string containing the software revision level of the card at the given path.