Web Services Interface Guide
132 Dell Lifecycle Controller Web Services Interface Guide for Windows
-u:[USER] -p:[PASSWORD] -r:https://[IPADDRESS]/wsman -encoding:utf-8 -a:basic -
file:SetProvisioningServer.xml
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 error message.
SetAttribute_OUTPUT
RebootRequired = No
ReturnValue = 0
SetResult = Set CurrentValue
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:
winrm g cimv2/root/dcim/DCIM_LCEnumeration
?InstanceID=LifecycleController.Embedded.1#LCAttributes.1#Licensed -u:[USER] -p:[PASSWORD] -
r:_https://[IPADDRESS]/wsman:443 -encoding:utf-8 -a:basic
Note: For 11G, InstanceID=DCIM_LCEnumeration:CCR1
OUTPUT:
This ‘get’ command will return the instance of the DCIM_LCEnumeration attribute class. The CurrentValue
property will contain “True” (yes) or “False” (no) indicating whether features dependent on the presence of
the VFlash SD card are enabled.
DCIM_LCEnumeration
AttributeName = Licensed