White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Windows  Version: 2.1.0 
101 
-encoding:utf-8 -a:basic -file:InsertCommentInLCLog.xml 
The input file InsertCommentInLCLog.xml is shown below: 
<p:InsertCommentInLCLog_INPUT xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService"> 
 <p:Comment>INSERT COMMENT HERE</p:Comment> 
</p:InsertCommentInLCLog_INPUT> 
OUTPUT: 
InsertCommentInLCLog_OUTPUT 
 ReturnValue = 0 
12.13  Export Lifecycle Controller Log 
This method is used to export the log from the Lifecycle Controller after processing jobs. 
Invoke ExportLCLog() with the following parameters and syntax: 
IPAddress: This is the IP address of the target export server.  
ShareName: This is the directory path to the mount point.  
FileName: This is the target output file.  
ShareType: Type of share 
NFS=0, CIFS=2  
Username: This is the username to the target export server. 
Password: This is the password to the target export server. 
Workgroup: This is the applicable workgroup. 
EXAMPLE: 
winrm i ExportLCLog http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService 
?SystemCreationClassName=DCIM_ComputerSystem 
+CreationClassName=DCIM_LCService 
+SystemName=DCIM:ComputerSystem 
+Name=DCIM:LCService 
-u:[USER] -p:[PASSWORD] 
-r:https://[IPADDRESS]/wsman -SkipCNcheck -SkipCAcheck  
-encoding:utf-8 -a:basic -file:ExportLCLog.xml  
The input file ExportLCLog.xml is shown below: 
<p:ExportLCLog_INPUT xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService"> 
 <p:IPAddress>123.456.7.8</p:IPAddress> 










