White Papers
Version 1.0.0 Dell Confidential 15
Table 11 – DCIM_OSDeploymentService.BootToNetworkISO() Method: Return Code Values
Value Description
0 Request was successfully executed.
1 Method is not supported in the implementation.
2 Error occurred.
4096
Job started: REF returned to started
CIM_ConcreteJob
Table 12 – DCIM_OSDeploymentService.BootToNetworkISO() Method: Parameters
Qualifiers Name Type Description/Values
IN IPAddress String IP address of TFTP or NFS share
IN NFSShare String NFS share point
IN ImageName String ISO Image name
IN ShareType Uint32 0=NFS | 1=TFTP | CIFS = 2
IN Workgroup String Workgroup name, if applicable
IN (optional) UserName String Username, if applicable
IN (optional) Password String Password, if applicable
IN (optional) Port Uint32 Port num, if applicable
IN (optional) HashType Uint16
Type of Hash algorithm used to compute
checksum (1=MD5 | 2=SHA1)
IN (optional) HashValue String
Checksum value in string format computed
using HashType algorithm
OUT Job CIM_ConcreteJob REF
Returned to keep track of OSD –
UnpackAndShare job.
OUT
(optional)
MessageID String
Error MessageID is returned If the method
fails to execute.
OUT
(optional)
Message String
Error Message in English corresponding to
MessageID is returned If the method fails to
execute.
8.6 Method: DCIM_OSDeploymentService.DetachISOImage()
This method will detach the ISO Image from the host server.
Return values for DetachISOImage() shall be as specified in Table 4, where the method-execution
behavior matches the return-code description. DetachISOImage () method’s parameters are specified in
Table 5 – DCIM_OSDeploymentService. DetachISOImage () Method: Parameters.