Reference Guide

156 Lifecycle Controller Web Services Interface Guide for Linux
16.9 Listing the RAID Inventory-PhysicalDiskView Class
Enumerating the PhysicalDiskView, results in the attributes and inventory of the available physical disk
drives in the System.
Enumerate PhysicalDiskView with the following parameters and syntax:
EXAMPLE:
wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cimschema/2/root/dcim/DCI
M_PhysicalDiskView
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD -j utf-8 -y basic
OUTPUT:
<n1:DCIM_PhysicalDiskView>
<n1:BusProtocol>6</n1:BusProtocol>
<n1:Connector>0</n1:Connector>
<n1:DriveFormFactor>3</n1:DriveFormFactor>
<n1:FQDD>Disk.Bay.0:Enclosure.Internal.0-0:RAID.Slot.1-1</n1:FQDD>
<n1:FreeSizeInBytes>8978432</n1:FreeSizeInBytes>
<n1:HotSpareStatus>0</n1:HotSpareStatus>
<n1:InstanceID>Disk.Bay.0:Enclosure.Internal.0-0:RAID.Slot.1-1</n1:Instance
ID>
<n1:LastSystemInventoryTime>20120116145459.000000+000</n1:LastSystemInvento
ryTime>
<n1:LastUpdateTime>20120116145459.000000+000</n1:LastUpdateTime>
<n1:Manufacturer>SEAGATE </n1:Manufacturer>
<n1:ManufacturingDay>7</n1:ManufacturingDay>
<n1:ManufacturingWeek>50</n1:ManufacturingWeek>
<n1:ManufacturingYear>2010</n1:ManufacturingYear>
<n1:MaxCapableSpeed>3</n1:MaxCapableSpeed>
<n1:MediaType>0</n1:MediaType>
<n1:Model>ST9500430SS </n1:Model>
<n1:OperationName>None</n1:OperationName>
<n1:OperationPercentComplete>0</n1:OperationPercentComplete>
<n1:PPID>TH0R734K212330CG0027A00 </n1:PPID>
<n1:PredictiveFailureState>0</n1:PredictiveFailureState>
<n1:PrimaryStatus>1</n1:PrimaryStatus>
<n1:RaidStatus>2</n1:RaidStatus>
<n1:Revision>DS62</n1:Revision>
<n1:RollupStatus>1</n1:RollupStatus>
<n1:SASAddress>5000C50025D64875</n1:SASAddress>
<n1:SecurityState>0</n1:SecurityState>
<n1:SerialNumber>9SP297S1 </n1:SerialNumber>
<n1:SizeInBytes>499558383616</n1:SizeInBytes>
<n1:Slot>0</n1:Slot>
<n1:SupportedEncryptionTypes>None</n1:SupportedEncryptionTypes>
<n1:UsedSizeInBytes>35827154944</n1:UsedSizeInBytes>
</n1:DCIM_PhysicalDiskView> .