0x0019 - RAID
This module can be used to manage and check physical components in a RAID hard disk array.
0x8nn0 – Module Header
SubIndex | Type | Name | Value | Type | Access |
---|---|---|---|---|---|
00 | VAR | Len |
| UNSIGNED16 | read-only |
01 | VAR | Address | 0x0019 00nn | UNSIGNED32 | read-only |
02 | VAR | Type | RAID Controller | VISIBLE STRING | read-only |
03 | VAR | Name | SCSI Number | VISIBLE STRING | read-only |
04 | VAR | Dev type | 0x0019 2710 | UNSIGNED32 | read-only |
0x8nn1 – Controller Info
SubIndex | Type | Name | Type | Access |
---|---|---|---|---|
00 | VAR | Len | UNSIGNED16 | read-only |
01 | VAR | State | UNSIGNED32 | read-only |
02 | VAR | Offline Reason | UNSIGNED32 | read-only |
State Info | ||||
1 = GOOD => Normal operation. | ||||
Offline Reason Info | ||||
0 = NO_REASON => reason unknown. |
0x8nn2 – RAID Set: Type
The tables 0x8nn2, 0x8nn3 and 0x8nn4 are connected to each other. Each table contains information on existing Raid Sets. The same index references the same Raid Set.
Example: In all three tables index 1 contains detailed information on the same Raid Set.
SubIndex | Type | Name | Type | Access |
---|---|---|---|---|
00 | VAR | Len | UNSIGNED16 | read-only |
01..Len | VAR | Type | UNSIGNED8 | read-only |
Type info | ||||
0 = no RAID |
0x8nn3 – RAID Set: State & Info
SubIndex | Type | Name | Type | Access |
---|---|---|---|---|
00 | VAR | Len | UNSIGNED16 | read-only |
01..Len | VAR | State & Info | UNSIGNED16 | read-only |
State = low byte | ||||
0 = OK => indicator: RAID set is ready for operation. | ||||
Information = high byte | ||||
state == OK: Info is 0. |
1 Not supported
0x8nn4 – RAID Set: Hard disks
This is a list of all RAID Sets in the current system configuration. Each line contains a specific number of hard disks. One byte of the value represents an index in the 0x8nn9 / 0x8nnA list. Detailed information can be found in the 0x8nn9 and 0x8nnA tables. The maximum value is 255.
SubIndex | Type | Name | Type | Access |
---|---|---|---|---|
00 | VAR | Len | UNSIGNED16 | read-only |
01..Len | VAR | Hard disks | ARRAY [ ] OF UNSIGNED8 | read-only |
0x8nn5 – 0x8nn8 : Reserved
0x8nn9 – Hard disk: Serial number
SubIndex | Type | Name | Type | Access |
---|---|---|---|---|
00 | VAR | Len | UNSIGNED16 | read-only |
01..Len | VAR | Serial Number | VISIBLE STRING | read-only |
Serial Number | ||||
Maximum 40 bytes |
0x8nnA – Hard disk: State
SubIndex | Type | Name | Type | Access |
---|---|---|---|---|
00 | VAR | Len | UNSIGNED16 | read-only |
01..Len | VAR | State | UNSIGNED8 | read-only |
State | ||||
0 = OK => indicator: The physical hard disk is in operation. |
1 Not Supported
System requirements
OS | XPE, WES, WES 7 |
RAID driver | IMSM 7.0 PV or higher |