Web Services Interface Guide

Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0
176
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD -j utf-8 -y basic
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 disks.
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/cim-
schema/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