398 XML API basetype properties
enclosure-list
Properties
Example
# show disks encl
...
<OBJECT basetype="enclosure-list" name="drive" oid="1" format="rows">
<PROPERTY name="status" type="string">Up</PROPERTY>
<PROPERTY name="status-numeric" type="string">1</PROPERTY>
<PROPERTY name="enclosure-id" type="uint32">1</PROPERTY>
<PROPERTY name="slot" type="uint32">1</PROPERTY>
<PROPERTY name="vendor" type="string">HP</PROPERTY>
<PROPERTY name="model" type="string">MM0500FAMYT</PROPERTY>
<PROPERTY name="serial-number" key="true" type="string">SN</PROPERTY>
<PROPERTY name="size" units="GB" type="string">500.10GB</PROPERTY>
<PROPERTY name="size-numeric" units="blocks512" type="string">976773168</PROPERTY>
</OBJECT>
...
Table 30 enclosure-list properties
Name Type Description
status string Disk slot status.
• Up: The disk is present and is properly communicating with the expander.
• Spun Down: The disk is present and has been spun down by the drive spin
down feature.
• Warning: The disk is present but the system is having communication
problems with the disk LED processor. For disk and midplane types where
this processor also controls power to the disk, power-on failure will result in
Error status.
• Error: The disk is present but is not detected by the expander.
• Unknown: Initial status when the disk is first detected or powered on.
• Not Present: The disk slot indicates that no disk is present.
status-numeric string Numeric equivalents for status values.
• 1: Up
• 2: Error
• 3: Warning
• 5: Not Present
• 6: Unknown
• 20: Spun Down
enclosure-id uint32 Enclosure ID.
slot uint32 Disk slot number.
vendor string Disk vendor.
model string Disk model.
serial-number string Disk serial number.
size string Disk capacity, formatted to use the current base, precision, and units.
size-numeric string Unformatted size value in 512-byte blocks.