Reference Guide

159 Lifecycle Controller Web Services Interface Guide for Linux
<n1:LastUpdateTime>20110316141312.000000+000</n1:LastUpdateTime>
<n1:PSUCount>0</n1:PSUCount>
<n1:PrimaryStatus>0</n1:PrimaryStatus>
<n1:ProductName>BACKPLANE 0:0</n1:ProductName>
<n1:RollupStatus>0</n1:RollupStatus>
<n1:ServiceTag></n1:ServiceTag>
<n1:SlotCount>8</n1:SlotCount>
<n1:TempProbeCount>0</n1:TempProbeCount>
<n1:Version>1.07</n1:Version>
<n1:WiredOrder>0</n1:WiredOrder>
</n1:DCIM_EnclosureView>
16.12 Listing the Controller Batteries
Enumerate the DCIM_ControllerBatteryView class to list the controller batteries in the System.
EXAMPLE:
OUTPUT:
16.13 Listing the Enclosure EMM
Enumerate the DCIM_EnclosureEMMView class to list the Enclosure EMM.
EXAMPLE:
OUTPUT:
16.14 Listing the Enclosure PSU
Enumerate the DCIM_EnclosurePSU class to list the enclosure PSUs.
EXAMPLE:
OUTPUT:
16.15 Reset Configuration-ResetConfig()
The ResetConfig() method is used to delete all virtual disks and unassign all HotSpare physical disk
drives. The deletions will not occur until a configuration job ( Section 16.15) is scheduled and the System
is rebooted. All data on the existing virtual disks will be lost!
Invoke ResetConfig with the following parameters and syntax:
TARGET: This parameter is the FQDD of the DCIM_ControllerView (Section 16.7)
EXAMPLE:
wsman invoke -a ResetConfig
http://schemas.dmtf.org/wbem/wscim/1/cimschema/2/root/dcim/DCIM_RAIDService?Sy
stemCreationClassName=DCIM_ComputerSystem,CreationClassName=DCIM_RAIDService,
SystemName=DCIM:ComputerSystem,Name=DCIM:RAIDService
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD
-J ResetConfig.xml -j utf-8 -y basic
The input file ResetConfig.xml is shown below:
<p:ResetConfig_INPUT
xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cimschema/2/root/dcim/DCIM_RAIDS
ervice”>
<p:Target>RAID.Integrated.1-1</p:Target>