White Papers

Version 1.2.0 21
Table 30 DCIM_OSDeploymentService. GetNetworkISOImageConnectionInfo () Method:
Parameters
Qualifiers
Name
Type
Description/Values
OUT
IPAddress
String
CIFS, or NFS share IPv4 address. Example
192.168.10.100
OUT
ShareName
String
Network share point. Here is an example for
share name. NFS share name -
"/home/guest". CIFS share name -
“guest_smb”
OUT
ImageName
String
ISO Image name
OUT
ShareType
Uint32
0=NFS | CIFS = 2
OUT
(optional)
Workgroup
String
Workgroup name, if applicable
OUT
ISOConnectionStatus
Uint8
Describes if the ISO connection status.
If the ISO is still accessible or not.
OUT
HostAttachedStatus
Uint8
Describes ISO attached status. If the
ISO is attached to the host server or
not.
OUT
HostBootedFromISO
Uint8
Describes ISO boot status. If the ISO
has been booted atleast once or not
OUT
(optional)
UserName
String
User name, if applicable
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)
MessageArguments
string[]
Substitution variables for dynamic error
messages
8.15 Method: DCIM_OSDeploymentService.SkipISOImageBoot ()
This method will allow BIOS to skip booting to the ISO once and boot normally (boot to the first device in
boot list)
Return values for SkipISOImageBoot () shall be as specified in Table 31 where the method-execution
behavior matches the return-code description. SkipISOImageBoot () method’s parameters are specified in
Table 32.