MigrateLogicalUnit_Cluster Job

The MigrateLogicalUnit_Cluster job is used to move a logical unit from one tier to another tier within the same cluster.

Resource
/rest/api/uom/Cluster/{Cluster_UUID}/do/MoveLogicalUnit
Since: Version 1_3_0
Request
The details of the logical unit that needs to be migrated and details of the target tier must be specified.
Table 1. Request parameters
Request parameter Description
LogicalUnitUDID The unique device identifier (UDID) value of the logical unit that needs to be migrated.
TargetTierUUID The UUID of the target tier to which the logical unit needs to be migrated.
IsRecursive When the value of this parameter is true, the entire tree of derived logical units including input logical unit is moved. When the value is false, only the input logical unit is moved.
Response

This job returns the valid job status values such as Complete_Ok and Failed_Before_Complete.

Sample Job Request(s)
 

<JobRequest:JobRequest 

xmlns:JobRequest="http://www.ibm.com/xmlns/systems/power/firmware/web/mc/2012_10/" 

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_1_0">

    <Metadata>

        <Atom/>

    </Metadata>

    <RequestedOperation kb="CUR" kxe="false" schemaVersion="V1_1_0">

        <Metadata>

            <Atom/>

        </Metadata>

        <OperationName kb="ROR" kxe="false">MoveLogicalUnit</OperationName>

        <GroupName kb="ROR" kxe="false">Cluster</GroupName>

    </RequestedOperation>

    <JobParameters kb="CUR" kxe="false" schemaVersion="V1_1_0">

        <Metadata>

            <Atom/>

        </Metadata>

        <JobParameter schemaVersion="V1_0">

		    <Metadata>

		        <Atom/>

		    </Metadata>

		    <ParameterName kb="ROR" kxe="false">LogicalUnitUDID</ParameterName>

<ParameterValue kxe="false" kb="CUR">27fbe6472e0de511e5a52e40f2e91330242644023a

5eb8be48c1cfb278e9164a1b</ParameterValue>

		</JobParameter>

		<JobParameter schemaVersion="V1_0">

		    <Metadata>

		        <Atom/>

		    </Metadata>

		    <ParameterName kb="ROR" kxe="false">TargetTierUUID</ParameterName>

 <ParameterValue kxe="false" kb="CUR">191c94bb-6a7e-3c5a-bce6-1c7d558e0923</ParameterValue>

		</JobParameter>

    </JobParameters>

</JobRequest:JobRequest>



Last updated: Fri, June 23, 2017