White Papers

Version 1.2.0 19
Table 26 DCIM_OSDeploymentService.ConnectNetworkISOImage () Method: Parameters
Qualifiers
Name
Type
Description/Values
IN
IPAddress
String
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 | 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)
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
IN (optional)
AutoConnect
Boolean
Auto-connect to ISO Image upon iDRAC
reset
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.13 Method: DCIM_OSDeploymentService.DisconnectNetworkISOImage ()
This method will disconnect and detach the ISO Image from the host server
Return values for DisconnectNetworkISOImage () shall be as specified in Table 27 where the method-
execution behavior matches the return-code description. DisconnectNetworkISOImage () method’s
parameters are specified in Table 28.