listPartitions (Server)

Lists all partitions on a server.

Request

<listPartitions type=" "/>

Reply

<listPartitions>
   <partitionInfo>
      <partitionID/>
      <type/>
      <details>
         <partitionName/>
         <state/>
         <label/>
         <deviceName/>
         <deviceID/>
         <poolName/>
         <startingSector/>
         <size/>
         <logicalPartitionID/>
         <logicalPartitionCapacity/>
         <mirrorID/>
         <hotFixID/>
         <hotFixSize/>
         <hotFixAvailSize/>
         <raidID/>
         <growable/>
         <growSize/>
         <shrinkable/>
      </details>
   </partitionInfo>
   <result value=" ">
      <description/>
   </result>
</listPartitions>

Elements

partitionInfo

Repeats for each partition on the server.

partitionID

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

type

(Optional) Specifies the partition type. The only valid type is detail. Any other value is treated as if you left this attribute out.

details

(Optional) Specifies to return the child elements.

partitionName

(Optional) Specifies the name of the partition, as assigned by Media Manager (for NetWare only).

state

Specifies the state of the partition:

  • used
  • free
label

(Optional) Specifies the user-defined partition label.

deviceName

(Optional) Specifies the name of the device, as assigned by Media Manager (for NetWare only).

deviceID

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

poolName

Specifies that the pool name (if the partitions contains a pool).

startingSector

Specifies the partition's starting sector.

size

Specifies the partition size (in bytes).

logicalPartitionID

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

logicalPartitionCapacity

Specifies the logical partition capacity in bytes.

mirrorID

(Optional) On NetWare, specifies the mirror ID received from Media Manager.

hotFixID

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

hotFixSize

(Optional) Specifies the hot fix size (in bytes).

hotFixAvailSize

(Optional) Specifies the hot fix available size (in bytes).

raidID

(Optional) Specifies that this partition is part of a RAID. On NetWare, specifies the RAID ID received from Media Manager. On Linux, specifies the RAID name.

growable

(Optional) Specifies that the partition can grow (for Linux only).

growSize

(Optional) Specifies the total number of bytes the partition can grow to (for Linux only).

shrinkable

(Optional) Specifies that the partition can shrink (for Linux only).