White Papers

16 Version 1.2.0
Table 17 DCIM_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 18 DCIM_OSDeploymentService.DownloadISOToVFlash() Method: Parameters
Qualifiers
Name
Type
Description/Values
IN
IPAddress
String
TFTP, CIFS, or NFS share IPv4 address.
Example 192.168.10.100
IN
ShareName
String
Network share point. Here is an example for
share name. NFS share name -
"/home/guest". CIFS share name -
guest_smb
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.
OUT
(optional)
MessageArgument
s
string[]
Substitution variables for dynamic error
messages
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 20. No standard messages are defined for this method.