White Papers

20 Version 1.0.0
Table 21 – CreatePartitionUsingImage() Method: Parameters
Qualifiers Name Type Description/Values
IN, REQ PartitionIndex Uint16
The index of the partition that shall have value
be between 1 and 16.
IN, REQ PartitionType Uint16
The value shall be: 1(Floppy), 2(Hard Disk), or
3(CDROM)
IN, REQ OSVolumeLabel String The value shall be limited to 6 characters.
This is the same label which will be seen in the
OS after attaching the partition.
IN URI String
The parameter shall be populated, if the
ShareType parameter is set to 3(FTP), or 4
(HTTP)
IN IPAddress String
The parameter shall be populated, if the
ShareType parameter is set to 0 (NFS) or,
1(TFTP), or 2(CIFS)
IN, REQ ShareType Uint16
0 (NFS), 1(TFTP), 2(CIFS), 3(FTP), or 4
(HTTP)
IN SharePath String
The parameter shall be populated, if the
ShareType parameter is set to 0 (NFS) or,
1(TFTP), or 2(CIFS)
IN, REQ ImageName String Name of the image to create the partition
IN Workgroup String Applicable Workgroup
IN, REQ Username String
The username for accessing the image on a
remote node.
IN, REQ Password String
The password for accessing the image on a
remote node.
IN Port Uint16
The parameter shall be populated, if the
ShareType parameter is set to 1(TFTP).
IN HashType Uint16 The value shall be: 1(MD5) or 2(SHA1)
IN HashValue String
The HashValue parameter shall be set to the
hash value of the image using the specified
hash type in the HashType parameter.
OUT Job
CIM_ConcreteJ
ob REF
Returned if job is created.
OUT MessageID String Error MessageID
OUT Message String Error Message
OUT MessageArguments[] String Error MessageArguments
Table 22 – CreatePartitionUsingImage() Method:Standard Messages
MessageID (OUT parameter) Message MessageArguments[]
JCP017 Maximum job limit reached
JCP018
Cannot create new jobs until the
existing Export job is completed or
deleted.
JCP019
Cannot create new jobs until the
existing Import job is completed or
deleted.
VF001 The command was successful
VF002 General failure