Table 1 lists the commands used for managing enclosures.
Command |
IOC |
IOP |
ROC |
Description |
● |
● |
● |
Get information on enclosure, enclosure element, or enclosure configuration. | |
● |
● |
● |
Display information on adapter (hba), virtual disk (vd), disk array, physical disk (pd), Port multiplexer (pm), expander (exp), block disk (blk) or spare drive information. |
Use enc to display properties of an enclosure, enclosure element, or enclosure configuration.
The syntax for the enc command (including all required and optional parameters) is as follows:
enc -o <enc|ele|elecfg> -i <enclosure ID> -e <element ID> -t <dev|arydev|pow|fan|tpr|dor|alm|dpl|vlt>
Table 2 describes the required and optional parameters for the enc command.
Syntax |
Description |
Required Parameters |
|
-o <enc|ele|elecfg> |
Use one of the following options to select the object: enc (enclosure info) ele (element info) elecfg (element configuration) |
-i <enclosure ID> |
Use to specify enclosure ID when using the following parameter: -o <enc> |
-e <element ID> |
Use to specify element ID when using the following parameter: -o <ele> |
-t <dev|arydev|pow|fan|tpr|dor|alm|dpl|vlt> |
Use to specify Element Type only when using the following parameter: -o <ele> The Element Type options are as follows: dev (Device) arydev (Array device) pow (Power) fan (Cooling) tpr (Temperature) dor (Door) alm (Alarm) dpl (Display) vlt (Voltage sensor) |
Optional Parameter |
|
None |
n/a |
Example |
|
enc -o ele -e 5 -t vlt |
Display information on the voltage sensor of enclosure element 5. |
Use info for information on all hardware and software components.
The syntax for the info command (including all required and optional parameters) is as follows:
info -o <hba|vd|pd|array|pm|exp|blk|spare|bbu> [-i <id>] [-h]
Table 3 describes the required and optional parameters for the info command.
Syntax |
Description |
Required Parameter |
|
-o <hba|vd|pd|array|pm|exp|blk|spare|bbu> |
Use one of the following options to select the object: hba (HBA) vd (virtual disk) pd (physical disk) pm (port multiplexer) exp (expander) spare (spare drives) bbu (battery backup unit) |
Optional Parameters |
|
[-i <id>] |
Use to specify object ID. Note: If this parameter is not included in the command line, CLI displays information for all instances of the object. |
[-h] |
Use to display help text on info command. |
Examples |
|
info -o exp |
Display information on all expanders. |
info -o pm -i 1 |
Display information on port multiplier 1. |