Reference Guide
99 Lifecycle Controller Web Services Interface Guide for Linux
12.2.5 Get Part Firmware Update Attribute
Get the current Part Replacement firmware update mode as follows:
EXAMPLE:
wsman get http://schemas.dell.com/wbem/wscim/1/cimschema/2/root/dcim/DCIM_LCEn
umeration?InstanceID=LifecycleController.Embedded.1#LCAttributes.1#PartFirmwar
eUpdate
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD
-j utf-8 -y basic
NOTE: For 11G, InstanceID=DCIM_LCEnumeration:CCR4
OUTPUT:
<n1:DCIM_LCEnumeration>
<n1:AttributeName>Part Firmware Update</n1:AttributeName>
<n1:Caption xsi:nil="true"/>
<n1:CurrentValue>Allow version upgrade only</n1:CurrentValue>
<n1:DefaultValue>Disable</n1:DefaultValue>
<n1:Description xsi:nil="true"/>
<n1:ElementName>LC.emb.1</n1:ElementName>
<n1:InstanceID>LifecycleController.Embedded.1#LCAttributes.1#PartFirmwa
reUpdate</n1:InstanceID>
<n1:IsOrderedList xsi:nil="true"/>
<n1:IsReadOnly>false</n1:IsReadOnly>
<n1:PendingValue xsi:nil="true"/>
<n1:PossibleValues>Disable</n1:PossibleValues>
<n1:PossibleValues>Allow version upgrade only</n1:PossibleValues>
<n1:PossibleValues>Match firmware of replaced part</n1:PossibleValues>
<n1:PossibleValuesDescription xsi:nil="true"/>
</n1:DCIM_LCEnumeration>
See Section 12.5 to get the status on whether or not there is a valid VFlash license on the System.
12.3 Re-Initiate Auto-Discovery Client
Invoke the ReInitiateDHS() method to reinitialize and restart the Auto-Discovery client. All configuration
information is replaced with the auto discovery factory defaults. Auto discovery can be disabled, enabled
and initiated immediately, or delayed until next power cycle.
Invoke ReInitiateDHS() with the following parameters and syntax:
[PS_IP_ADDRESS]: Substitution will need to be replaced with the actual IP address(s) or DNS name(s)
of the Provisioning Server(s).
PerformAutoDiscovery:
1 = off (disables auto discovery)
2 = Now (enables and initiates auto discovery immediately )
3 = NextBoot (delay reconfiguration & auto discovery until next power cycle)
EXAMPLE:
wsman invoke -a ReInitiateDHS
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