Web Services Interface Guide

226 Dell Lifecycle Controller Web Services Interface Guide for Windows
AssignSpare_OUTPUT
Message = Physical disk FQDD did not identify a valid physical disk for the
operation MessageID = STOR009
ReturnValue = 2
16.16.3 Unassigning the Hot Spare-UnassignSpare()
The UnassignSpare() method is used to unassign a physical disk. The physical disk may be used as a
dedicated hot spare to a virtual disk, or as a global hot spare. After the method executes successfully the
physical disk is no longer a hotspare.
Invoke UnassignSpare() with the following parameters and syntax:
TARGET: This parameter is the FQDD of the DCIM_PhysicalDiskView
EXAMPLE:
winrm i UnassignSpare cimv2/root/dcim/DCIM_RAIDS
ervice?SystemCreationClassName=DCIM_ComputerSystem
+CreationClassName=DCIM_RAIDService
+SystemName=DCIM:ComputerSystem+Name=DCIM:RAIDService -u:[USER] -p:[PASSWORD]
-r:https://[IPADRESS]/wsman -SkipCNcheck -SkipCAcheck -encoding:utf-8 -a:basic -
file:UnassignSpare.xml
The input file UnassignSpare.xml is shown below:
<p:UnassignSpare_INPUT xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_RAIDService"> <p:Target>Disk.Bay.3:Enclosure.Internal.0-
0:RAID.Integrated.1-1</p:Target>
</p:UnassignSpare_INPUT>
OUTPUT:
UnassignSpare_OUTPUT
RebootRequired = YES
ReturnValue = 0
16.17 Managing Keys for Self Encrypting Drives
Note: The Dell Key Manager feature is not available at this time.