White Papers

14 Dell Confidential Version 1.0.0
8.4 Method: DCIM_OSDeploymentService.UnpackAndShare()
UnpackAndShare method will extract the drivers for the selected operating system, and copy them to the
specified network share.
Return values for UnpackAndShare() shall be as specified in Table 4, where the method-execution
behavior matches the return-code description. UnpackAndShare (
) method’s parameters are specified in
Table 6 – DCIM_OSDeploymentService.UnpackAndAttach() Method: Parameters. No standard messages
are defined for this method.
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 IP address of TFTP or NFS share
IN NFSShare String NFS share point
IN OSName String Operating System name
IN ShareType Uint32 0=NFS | 1=TFTP | CIFS = 2
IN Workgroup String Workgroup name, if applicable
IN (optional) UserName String Username, if applicable
IN (optional) Password String Password, if applicable
IN (optional) Port Uint32 Port num, if applicable
OUT Job CIM_ConcreteJob REF
Returned to keep track of OSD –
UnpackAndShare job.
OUT
(optional)
MessageID String
Error MessageID is returned If the method
fails to execute.
OUT
(optional)
Message String
Error Message in English corresponding to
MessageID is returned If the method fails to
execute.
8.5 Method: DCIM_OSDeploymentService.BootToNetworkISO()
The BootToNetworkISO() method is used to boot the system to an ISO image located on a CIFS or NFS
network share.
Return values for BootToNetworkISO () shall be as specified in Table 9, where the method-execution
behavior matches the return-code description. No standard messages are defined for this method.