Users Guide
46 Remote Services Operations
Validating vFlash presence Using WS-Management
To ensure that the system is equipped with a Dell-licensed vFlash card follow
these steps:
1
Using an application, script or command line shell that can process WS-
Management based web services requests, send a get instance request for
the DCIM_LCEnumeration class instance with the InstanceID of
DCIM_LCEnumeration:CCR1.
2
If the vFlash is present, the output will have the following attribute values:
• AttributeName = Licensed
• CurrentValue = Yes
3
If the vFlash is not present on the system, or if it is not Dell-licensed, the
output will have the following attribute values:
• AttributeName = Licensed
• CurrentValue = No
Using WS-Management to get/set Part Firmware and Configuration Update
Attributes
To get the current Part Firmware Update and Collect System Inventory On
Restart property values using WS-Management, an enumerate command
request may be sent to get instances of the class DCIM_LCEnumeration. A
DCIM_LCEnumeration instance object is returned per attribute where the
AttributeName string property on the object will contain the name of the Part
Replacement related property, such as Part Firmware Update. The
CurrentValue property contains the current setting of the property. See
the Dell Lifecycle Controller Management Profile specification for specific
attribute names and values. Some of them are:
• AttributeName = Part Configuration Update
• PossibleValues = Disabled, Apply always, Apply only if firmware match
• AttributeName = Part Firmware Update
• PossibleValues = Disable, Allow version upgrade only, Match firmware of
replaced part
To configure a Part Replacement related property value, set and apply actions
are requested using the WS-Management Web services protocol.