White Papers

14 Version 1.2.0
Table 12 DCIM_OSDeploymentService.BootToNetworkISO() Method: Parameters
Qualifiers
Name
Type
Description/Values
IN
IPAddress
String
NFS or CIFS share IPv4 address. Example
192.168.10.100
IN
ShareName
String
NFS or CIFS share name. 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 | 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.
OUT
(optional)
MessageArgument
s
string[]
Substitution variables for dynamic error
messages
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.