White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
79 
11.1  OS Deployment Profile Implementation Conformance 
Use the following algorithm to test the instrumentation for OS Deployment Profile version conformance 
and to discover the implementation namespace: 
1.  Enumerate (namespace=’root/interop’, classname=”CIM_RegisteredProfile”) 
2.  Filter the returned enumeration using property filter (RegisteredName=”OS Deployment”) 
3.  Result shall contain one instance of CIM_RegisteredProfile containing property 
RegisteredVersion=”1.1.0” 
4.  Associators (objectpath= “instance returned from step 3”, AssociationClass = 
”CIM_ElementConformsToProfile”)  
5.  Result shall contain one instance of DCIM_OSDeploymentService  
Profile and Associated MOFs:  
http://www.delltechcenter.com/page/DCIM.Library.Profile 
11.2  Checking OS Deployment Service Availability 
Invoke enumerate with the following syntax: 
EXAMPLE: 
wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_OSDeploymentService 
-h $IPADDRESS -V -v -c dummy.cert -P 443 
-u $USERNAME -p $PASSWORD 
-j utf-8 -y basic 
OUTPUT: 
<n1:DCIM_OSDeploymentService> 
 <n1:AvailableRequestedStates xsi:nil="true"/> 
 <n1:Caption xsi:nil="true"/> 
 <n1:CommunicationStatus xsi:nil="true"/> 
 <n1:CreationClassName> 
 DCIM_OSDeploymentService</n1:CreationClassName> 
 <n1:Description xsi:nil="true"/> 
 <n1:DetailedStatus xsi:nil="true"/> 
 <n1:ElementName> 
 Operating System Deployment Service</n1:ElementName> 
 <n1:EnabledDefault>2</n1:EnabledDefault> 
 <n1:EnabledState>5</n1:EnabledState> 
 <n1:HealthState xsi:nil="true"/> 










