White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
238 
Name=DCIM:LCService -h $IPADDRESS -V -v -c dummy.cert -P 443 
–u $USERNAME -p $PASSWORD 
-J SetAttribute_iDRAC_IPChange_Notification.xml -j utf-8 -y basic 
The input file setattribute.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>IPChangeNotifyPS</p:AttributeName> 
 <p:AttributeValue>on</p:AttributeValue> 
</p:SetAttribute_INPUT> 
OUTPUT: 
<n1:SetAttribute_OUTPUT> 
 <n1:RebootRequired>No</n1:RebootRequired> 
 <n1:ReturnValue>0</n1:ReturnValue> 
 <n1:SetResult>Set CurrentValue</n1:SetResult> 
</n1:SetAttribute_OUTPUT> 
To verify the changes after setattribute was executed, list the LC attributes as shown in  Section 
19.8.1. 
20  Remote Service Status 
To get the remote service status, invoke the GetRemoteServicesAPIStatus () method in the class 
DCIM_LCService. This method is used to obtain the overall remote services API status that includes both 
the host system status as well as the Lifecycle Controller (Data Manager included) status. The overall 
rolled up status shall be reflected in the Status output parameter. 
NOTE: The LCStatus output parameter value includes the status reported by the DMStatus output 
parameter in the GetRSStatus() method. Thus, GetRSStatus() method invocation is redundant.. 
Profile and Associated MOFs:  
http://www.delltechcenter.com/page/DCIM.Library.Profile 
20.1  Getting Remote Service Status 
EXAMPLE: 










