White Papers
Version 1.2.0 13
Table 9 – DCIM_OSDeploymentService.UnpackAndShare() 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 10 – DCIM_OSDeploymentService.UnpackAndShare() Method: Parameters
Qualifiers
Name
Type
Description/Values
IN
IPAddress
String
CIFS or NFS share IPv4 address. Example
192.168.10.100
IN
ShareName
String
NFS/CIFS share name. Here is an example
for share name. NFS share name -
"/home/guest". CIFS share name -
“guest_smb”
IN
OSName
String
OS 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
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.5 Method: DCIM_OSDeploymentService.BootToNetworkISO()
The BootToNetworkISO() method is used to boot to the iDRAC pre-OS image that was already
downloaded. Return values for BootToNetworkISO () shall be as specified in Table 11, where the
method-execution behavior matches the return-code description. BootToNetworkISO( ) method’s
parameters are specified in Table 12. No standard messages are defined for this method.
Table 11 – DCIM_OSDeploymentService.BootToNetworkISO() 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