White Papers

Version 1.1.0 18
Table 17DCIM_OSDeploymentService.DownloadISOToVFlash() 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 18DCIM_OSDeploymentService.DownloadISOToVFlash() Method: Parameters
Qualifiers Name Type Description/Values
IN IPAddress String TFTP, CIFS, or NFS share IP address
IN ShareName String Network share point
IN ImageName String ISO Image name
IN ShareType Uint32 0=NFS | 1=TFTP | CIFS = 2
IN(optional) 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) 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
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.9 Method: DCIM_OSDeploymentService.BootToISOFromVFlash()
The BootToISOFromVFlash() method is used to boot to the vFlash pre-OS image that was already
downloaded. Return values for BootToISOFromVFlash() shall be as specified in Table 19, where the
method-execution behavior matches the return-code description. BootToISOFromVFlash(
) method’s
parameters are specified in Table 20DCIM_OSDeploymentService.BootToISOFromVFlash() Method:
Parameters. No standard messages are defined for this method.
Table 19DCIM_OSDeploymentService.BootToISOFromVFlash() 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