White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
39 
 SupportedMethods = 8 
The privilege property ActivityQualifiers is an array of type string. To set more than one privilege, you 
need to provide the same key name more than once. The tool does not allow duplicate keys to be 
entered through the command line. Instead, you need to perform two operations.  
1.  Get an instance of the CIM_Privilege class of interest. 
2.  Using the class instance, replace the property ActivityQualifiers with the new values. 
3.  Use the new instance XML as input to the set operation. 
To determine if the new password has been successfully set, try logging in with the new password. 
Ensure the account is enabled. 
6  Firmware Inventory 
6.1  Software Inventory Profile Specification 
The Dell Common Information Model (CIM) class extensions for supporting remote firmware inventory 
are defined in the Dell OS Software Update
2
 and related MOFs
3
. The diagrams representing the classes 
that are implemented by the Lifecycle Controller 2.0 firmware can be found in Dell Software Inventory 
Profile. 
6.2  Remote Inventory Method Invocation – Get Software Inventory 
The SoftwareIdentity class contains information for the BIOS and component firmware installed on the 
target system as well as available firmware images cached in the Lifecycle Controller. The 
enumeration of the SoftwareIdentity class returns a list of SoftwareIdentity objects with properties 
such as firmware type and version. 
Profile and Associated MOFs:  
http://www.delltechcenter.com/page/DCIM.Library.Profile 
EXAMPLE: 
wsman enumerate 
http://schemas.dmtf.org/wbem/wscim/1/cimschema/2/root/dcim/DCIM_SoftwareIdentity 
-h $IPADDRESS -V -v -c dummy.cert -P 443  
-u $USERNAME -p $PASSWORD 
-j utf-8 -y basic 
When this method is executed, a list of software identity objects will be returned, including installed 
and available firmware. Below is a snippet of the output. 
OUTPUT: 
 <n1:DCIM_SoftwareIdentity> 
 <n1:BuildNumber>4846</n1:BuildNumber> 










