getPartitionInfo

Returns information about the specified partition.

Request

<getPartitionInfo>
   <partitionID/>
</getPartitionInfo>

Reply

<getPartitionInfo>
   <deviceName/>
   <partitionName/>
   <deviceID/>
   <partitionType/>
   <partitionID/>
   <label/>
   <startingSector/>
   <numSectors/>
   <logicalPartitionID/>
   <logicalPartitionCapacity/>
   <mirrorID/>
   <hotFixID/>
   <hotFixSize/>
   <hotFixAvailSize/>
   <poolName/>
   <raidID/>
   <result value=” “>
      <description/>
   </result>
</getPartitionInfo>

Elements

deviceName

NetWare only.

deviceID

(Required) On NetWare, specifies the device ID received from Media Manager. On Linux, specifies the device name.

partitionID

(Required) On NetWare, specifies the partition ID received from Media Manager. On Linux, specifies the partition name.

label

(Optional)

numSectors

Specifies the size of the partition.

logicalPartitionID

On NetWare, specifies the logical partition ID received from Media Manager. On Linux, specifies the logical partition name.

mirrorID

On NetWare, specifies the mirror ID received from Media Manager. On Linux, specifies the mirror name.

hotFixID

On NetWare, specifies the hot fix ID received from Media Manager. On Linux, specifies the hot fix name.

raidID

(Optional) If exists, specifies that the device is a RAID virtual device. On NetWare, specifies the device ID received from Media Manager. On Linux, specifies the device name.

result

Specifies an error value or 0 (for no error).

description

Specifies a text description of the returned result.