White Papers

28 Version 1.4.0
Table 33 – DCIM_OSDeploymentService.DownloadISOToVFlash() Method: Parameters 479
Qualifiers Name Type Description/Values
IN, REQ IPAddress String
TFTP, CIFS, or NFS share IPv4 address.
For example, 192.168.10.100
IN, REQ ShareName String
NFS or CIFS network share point. For
example, "/home/guest" or guest_smb.”
IN, REQ ImageName String ISO Image name
IN, REQ ShareType Uint32
0 (NFS)
1 (TFTP)
2 (CIFS)
IN Workgroup String Workgroup name, if applicable.
IN UserName String User name, if applicable.
IN Password String Password, if applicable.
IN Port Uint32 Port number, if applicable.
IN HashType Uint16
Type of hash algorithm used to compute
checksum:
1 (MD5)
2 (SHA1)
IN HashValue String
Checksum value in string format computed
using HashType algorithm.
OUT, REQ Job CIM_ConcreteJob REF
Returned to keep track of OSD
UnpackAndShare job.
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
MessageArgument
s[]
string
Substitution variables for dynamic error
messages
Table 34 – DCIM_OSDeploymentService.DownloadISOToVFlash() Method: Standard Messages 480
MessageID (OUT parameter) Message MessageArguments[]
OSD1 The command was successful
OSD3
Lifecycle Controller is being used
by another process
OSD16
Mount network share failed -
incorrect IP address or share name
OSD18
Unable to locate the ISO image on
the network share point
OSD19
The fork() command for a child
process to do the task failed
OSD28
Hash verification on the ISO image
failed