Querying Disk Array Information (arrayinfo)
Function
The arrayinfo command is used to query disk array information.
Format
ipmcget -t storage -d arrayinfo -v <control_id> <option>
Parameters
Parameter |
Description |
Value |
---|---|---|
control_id |
Specifies the ID of the RAID controller to which the disk array belongs. |
0 to 255 |
option |
Specifies the disk array to be queried. |
|
Usage Guidelines
- The RAID controller card supports iBMC out-of-band management. You can refer to the Technical Specifications section in the RAID controller card user guide to determined whether the RAID card supports the iBMC out-of-band management.
- The iBMA 2.0 has started on the OS.
Example
# Query information about disk array 1 of RAID controller 0.
iBMC:/->ipmcget -t storage -d arrayinfo -v 0 1
Disk Array Information
----------------------------------------------------------------------
Array ID : 1
Used Space : 800.000 GB
Free Space : 716.655 GB
Free Blocks Space : (0)500.000 GB
: (1)216.655 GB
Logcial Drive(s) ID : 1,5
Physical Drive(s) ID : 1,2
----------------------------------------------------------------------
# Query information about all disk arrays of RAID controller 0.
iBMC:/->ipmcget -t storage -d arrayinfo -v 0 all
Disk Array Information
----------------------------------------------------------------------
Array ID : 0
Used Space : 110.000 GB
Free Space : 447.861 GB
Free Blocks Space : (0)30.000 GB
: (1)417.861 GB
Logcial Drive(s) ID : 0,4
Physical Drive(s) ID : 0
----------------------------------------------------------------------
Disk Array Information
----------------------------------------------------------------------
Array ID : 1
Used Space : 800.000 GB
Free Space : 716.655 GB
Free Blocks Space : (0)500.000 GB
: (1)216.655 GB
Logcial Drive(s) ID : 1,5
Physical Drive(s) ID : 1,2
----------------------------------------------------------------------
Disk Array Information
----------------------------------------------------------------------
Array ID : 2
Used Space : 300.000 GB
Free Space : 816.655 GB
Free Blocks Space : (0)400.000 GB
: (1)416.655 GB
Logcial Drive(s) ID : 2,6
Physical Drive(s) ID : 3
----------------------------------------------------------------------