White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Windows  Version: 2.1.0 
85 
cimv2/root/dcim/DCIM_OSDeploymentService 
?CreationClassName=DCIM_OSDeploymentService 
+Name=DCIM:OSDeploymentService 
+SystemCreationClassName=DCIM_ComputerSystem 
+SystemName=DCIM:ComputerSystem  
-u:[USER] -p:[PASSWORD]  
-r:https://[IPADDRESS]/wsman:443 -SkipCNCheck -SkipCACheck 
-encoding:utf-8 -a:basic 
OUTPUT: 
DisconnectRFSISOImage_OUTPUT 
 ReturnValue = 0 
11.3.20 Get RFS ISO Image Connection Information 
The GetRFSISOImageConnectionInfo() method is used to provide the status of the ISO Image connection 
that has been exposed to the host system. 
Invoke GetRFSISOImageConnectionInfo() with the following syntax: 
EXAMPLE: 
winrm i GetRFSISOImageConnectionInfo 
cimv2/root/dcim/DCIM_OSDeploymentService 
?CreationClassName=DCIM_OSDeploymentService 
+Name=DCIM:OSDeploymentService 
+SystemCreationClassName=DCIM_ComputerSystem 
+SystemName=DCIM:ComputerSystem  
-u:[USER] -p:[PASSWORD]  
-r:https://[IPADDRESS]/wsman:443 -SkipCNCheck -SkipCACheck 
-encoding:utf-8 -a:basic 
OUTPUT: 
GetRFSISOImageConnectionInfo_OUTPUT 
 Message = Unable to connect to ISO using RFS. 
 MessageID = OSD60 
 ReturnValue = 2  
A return value of 0 indicates success, while the above output indicates an image was not present to 
retrieve the connection information from. 
11.3.21 Boot To Hard Drive (HD) 
The BootToHD() method is used for one time boot to the host server’s hard disk. After this method is 
executed thye host is rebooted immediately and will boot to the first configured hard disk irrespective 
of its boot order. 
Invoke BootToHD() with the following syntax: 










