White Papers

Version 1.1.0 16
Table 12DCIM_OSDeploymentService.BootToNetworkISO() Method: Parameters
Qualifiers Name Type Description/Values
IN IPAddress String TFTP or NFS share IP address
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 User name, if applicable
IN (optional) Password String Password, if applicable
IN (optional) Port Uint32 Port number, if applicable
IN (optional) ExposeDuration DateTime
Identifies the amount of time (up to 18
hours) for the ISO Image to be exposed as a
local CD-ROM device to the host.
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 the HashType algorithm
OUT Job CIM_ConcreteJob REF
Returned to keep track of OSD
UnpackAndShare job.
OUT
(optional)
MessageID String
If the method fails to execute, the error
message ID is returned.
OUT
(optional)
Message String
If the method fails to execute, the error
message in English is returned.
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 13, where the method-execution behavior matches the return-code description.
DetachISOImage () method’s parameters are specified in Table 14
DCIM_OSDeploymentService.DetachISOImage () Method: Parameters.