White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Windows  Version: 2.1.0 
100 
</p:PKCS12> 
<p:PKCS12pin>1234567</p:PKCS12pin> 
</p:SetCertificateAndPrivateKey_INPUT> 
OUTPUT: 
SetCertificateAndPrivateKey_OUTPUT 
 Message = Server certificate successfully modified, iDRAC will now reset and be unavailable for a 
few minutes 
 MessageID = LC018 
 ReturnValue = 0 
12.11  Delete Auto-Discovery Server Public Key 
This method is used to delete the public server key set previously by the set auto discovery method.  
Invoke DeleteAutoDiscoveryServerPublicKey() with the following parameters and syntax: 
EXAMPLE: 
winrm i DeleteAutoDiscoveryServerPublicKey  
cimv2/root/dcim/DCIM_LCService 
?SystemCreationClassName=DCIM_ComputerSystem 
+CreationClassName=DCIM_LCService 
+SystemName=DCIM:ComputerSystem 
+Name=DCIM:LCService 
-u:[USER] -p:[PASSWORD] 
-r:https://[IPADDRESS]/wsman  
-encoding:utf-8 -a:basic -SkipCACheck -SkipCNCheck 
OUTPUT: 
DeleteAutoDiscoveryServerPublicKey_OUTPUT 
 ReturnValue = 0 
12.12  Insert Comment in Lifecycle Controller Log 
This method is used to insert additional user comments into the Lifecycle Controller log. 
Invoke InsertCommentInLCLog() with the following parameters and syntax: 
Comment: Replace INSERT COMMENT HERE with desired comment in this location 
EXAMPLE: 
winrm i InsertCommentInLCLog 
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 










