Technical White Paper
OUTPUT-A:
This method will return status 0 or a message is displayed indicating an error.
<n1:ClearProvisioningServer_OUTPUT>
<n1:ReturnValue>0</n1:ReturnValue>
</n1:ClearProvisioningServer_OUTPUT>
Setting the Provisioning Server name or IP address for the provisioning service
The Provisioning Server name and/or IP Addresses can be set by invoking the SetAttribute() method
of the
DCIM_LCService
class.
[PS_IP_ADDRESS]: Substitution will need to be replaced with the actual IP address(s) or
DNS name(s) of the Provisioning Server(s).
EXAMPLE-B:
wsman invoke -a SetAttribute http://schemas.dmtf.org/wbem/wscim/1/cimschema/
2/root/dcim/DCIM_LCService
?SystemCreationClassName=DCIM_ComputerSystem,CreationClassName=DCIM_LCService
,SystemName
=DCIM:ComputerSystem,Name=DCIM:LCService
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD
-J SetProvisioningServer.xml -j utf-8 -y basic
The input file SetProvisioningServer.xml is shown below:
<p:SetAttribute_INPUT xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService">
<p:AttributeName>Provisioning Server</p:AttributeName>
<p:AttributeValue>[PS_IP_ADDRESS]</p:AttributeValue>
</p:SetAttribute_INPUT>
OUTPUT-B:
This method will return status 0 or a message is displayed indicating an error.
<n1:SetAttribute_OUTPUT>
<n1:RebootRequired>No</n1:RebootRequired>
<n1:ReturnValue>0</n1:ReturnValue>
<n1:SetResult>Set CurrentValue</n1:SetResult>
</n1:SetAttribute_OUTPUT>
12.5 Check VFlash License Enablement
The following command can be used to check VFlash License enablement. Features such as
Part Replacement, downloading ISO image to VFlash, or booting from VFlash are licensed
features and require Dell VFlash SD Card to be inserted in order to function.
EXAMPLE:
wsman get http://schemas.dell.com/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCEnumeration
?InstanceID=LifecycleController.Embedded.1#LCAttributes.1#Licensed