White Papers

32 Version 1.4.0
Table 42 – DCIM_OSDeploymentService.DeleteISOFromVFlash() Method: Parameters 510
Qualifiers Name Type Description/Values
OUT MessageID String
If the method fails to execute, the error
message ID is returned.
OUT Message String
If the method fails to execute, the error
message in English is returned.
OUT
MessageArguments
[]
String
Substitution variables for dynamic error
messages
Table 43 – DCIM_OSDeploymentService.DeleteISOFromVFlash() Method: Standard Messages 511
MessageID (OUT parameter) Message MessageArguments[]
OSD3
Lifecycle Controller is being used
by another process
OSD39 Unable to find the VFlash
OSD40 VFlash is not Dell-licensed
OSD41 ISO Image not found on Vflash
OSD43 Vflash unavailable
OSD45
Cannot delete ISO image from
Vflash
OSD52 Vflash is Disabled
OSD53 Vflash is write-protected
512
8.13 DCIM_OSDeploymentService.ConnectNetworkISOImage() 513
514
The ConnectNetworkISOImage() method is used to connect to the ISO present on the network share and 515
expose the ISO as a local USB CD-ROM device to the host system. This method will connect to the ISO 516
located on an NFS/CIFS share and expose it as a virtual CDROM device to the host server. Even though 517
the successful method execution shall not change the boot order of that device, the host shall always 518
boot to the virtual CDROM. Also note that after the ISO is exposed to the host server, Lifecycle Controller 519
shall be locked and no other jobs like configuration/update etc shall be performed until the ISO is 520
detached using the DisconnectNetworkISOImage() method. The successful exection of the 521
DisconnectNetworkISOImage() shall revert the host system to the regular boot list. 522
523
The following table lists the return values for the ConnectNetworkISOImage() method, where the method-524
execution behavior matches the return-code description. 525
NOTE: The recommended methodology for connecting to an ISO image is by using the 526
ConnectRFSISOImage() method that utilizes the remote file system (RFS). See section 0 for more details. 527
Table 44 – DCIM_OSDeploymentService.ConnectNetworkISOImage () Method: Return Code Values 528
Value Description
2 Error occurred.
4096
Job started: REF returned to started
CIM_ConcreteJob
The following table lists the input and output parameters for the ConnectNetworkISOImage() method. 529