GrowLogicalUnit_Cluster Job
The GrowLogicalUnit job is used to increase the size of the logical unit in a cluster or shared storage pool.
Resource
/rest/api/uom/Cluster/{Cluster_UUID}/do/GrowLogicalUnit
Request
The details of the logical unit such as the unique device identifier (UDID) and
the new capacity are required.
| Request parameter | Description |
|---|---|
| LogicalUnitUDID | The value of UDID of the logical unit. This value is mandatory. |
| Capacity | The capacity to which the size of the logical unit must be increased. |
Response
This job returns the UDID and capacity of the logical unit, and the valid job
status values such as Complete_Ok and
Failed_Before_Complete.
| Response parameter | Description |
|---|---|
| LogicalUnitUDID | UDID of the logical unit |
| Capacity | Updated logical unit size. |
Sample Job Request(s)
<<JobRequest xmlns="http://www.ibm.com/xmlns/systems/power/firmware/web/mc/2012_10/"
xmlns:ns2="http://www.w3.org/XML/1998/namespace/k2" schemaVersion="V1_0">
<Metadata>
<Atom/>
</Metadata>
<RequestedOperation kxe="false" kb="CUR" schemaVersion="V1_0">
<Metadata>
<Atom/>
</Metadata>
<OperationName kxe="false" kb="ROR">GrowLogicalUnit</OperationName>
<GroupName kxe="false" kb="ROR">Cluster</GroupName>
<ProgressType kxe="false" kb="ROR">LINEAR</ProgressType>
</RequestedOperation>
<JobParameters kxe="false" kb="CUR" schemaVersion="V1_0">
<Metadata>
<Atom/>
</Metadata>
<JobParameter schemaVersion="V1_0">
<Metadata>
<Atom/>
</Metadata>
<ParameterName kb="ROR" kxe="false">LogicalUnitUDID</ParameterName>
<ParameterValue kxe="false" kb="CUR">25cd6928608fe811e48fa740f2e91329
50a087e7d483d711d4</ParameterValue>
</JobParameter>
<JobParameter schemaVersion="V1_0">
<Metadata>
<Atom/>
</Metadata>
<ParameterName kb="ROR" kxe="false">Capacity</ParameterName>
<ParameterValue kxe="false" kb="CUR">20480</ParameterValue>
</JobParameter>
</JobParameters>
</JobRequest>