White Papers

160 Lifecycle Controller Integration Best Practices Guide
Prerequisites for script: set network parameters by editing script
Script: ConnectRFSISOImage.win
Note: Check of Lifecycle Controller (LC) remote service state, via GetRemoteServicesAPIStatus(), is not required
since ISO is connected using RFS USB endpoint and LC status is not relevant.
A) Confirm RFS (remote file share) is NOT in Detach mode. iDRAC attribute AttachMode value needs to be changed
to Attached.
B) ConnectRFSISOImage(): Invoke the method, successful return value is 0.
C) GetRFSISOImageConnectionInfo(): Invoke the method to view connection information and confirm C) was
successful.
32.7.2 Disconnect and Detach ISO Image Exposed Through RFS USB End Point
Following sequence of CIM Operations shall be used to disconnect and detach the ISO Image that is exposed via RFS
USB end point to host server.
Applies to: LC2+
Prerequisites for script: none
Script: DisconnectRFSISOImage.win
Note: Check of Lifecycle Controller (LC) remote service state, via GetRemoteServicesAPIStatus(), is not required
since ISO is connected using RFS USB endpoint and LC status is not relevant.
A) DisconnectRFSISOImage(): Invoke the method, successful return value is 0.
B) GetRFSISOImageConnectionInfo(): Invoke the method to confirm the B) was successful.
32.7.3 Get RF ISO Image Connection Status
The GetRFSISOImageConnectionInfo() method is used to provide the status of the ISO Image connection that has been
exposed to the host system.
Applies to: LC2+
Prerequisites for script: none
Script: GetRFSISOImageConnectionInfo.win
Note: Check of Lifecycle Controller (LC) remote service state, via GetRemoteServicesAPIStatus(), is not required
since ISO is connected using RFS USB endpoint and LC status is not relevant.
A) GetRFSISOImageConnectionInfo(): Invoke the method, successful return value is 0