Technical White Paper
OUTPUT:
<n1:DCIM_EnclosureView>
<n1:AssetTag> </n1:AssetTag>
<n1:Connector>0</n1:Connector>
<n1:EMMCount>0</n1:EMMCount>
<n1:FQDD>Enclosure.Internal.0-0:RAID.Integrated.1-1</n1:FQDD>
<n1:FanCount>0</n1:FanCount>
<n1:InstanceID>Enclosure.Internal.0-0:RAID.Integrated.1-1
</n1:InstanceID>
<n1:LastSystemInventoryTime>20110316150158.000000+000
</n1:LastSystemInventoryTime>
<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 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
?SystemCreationClassName=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/cim-
schema/2/root/dcim/DCIM_RAIDService">
<p:Target>RAID.Integrated.1-1</p:Target>
</p:ResetConfig_INPUT>
OUTPUT:
<n1:ResetConfig_OUTPUT>
<n1:RebootRequired>YES</n1:RebootRequired>
<n1:ReturnValue>0</n1:ReturnValue>
</n1:ResetConfig_OUTPUT>