Purpose
Moves allocated
logical partition from one physical partition to another physical
partition on a different physical volume.
Syntax
migratelp LVname/LPartnumber[
/Copynumber ] DestPV[/PPartNumber]
Description
The migratelp moves
the specified logical partition LPartnumber of the logical
volume LVname to the DestPV physical volume. If the
destination physical partition PPartNumber is specified it
will be used, otherwise a destination partition is selected using
the intra region policy of the logical volume. By default the first
mirror copy of the logical partition in question is migrated. A value
of 1, 2 or 3 can be specified for Copynumber to migrate a particular
mirror copy.
Note: - You must consider the partition usage, reported by lvmstat,
on the other active concurrent nodes in case of a concurrent volume
group.
- Strictness and upper bound settings are not enforced when using migratelp.
- Running this command on an active, firmware-assisted, dump logical
volume temporarily changes the location of the dump device to /dev/sysdumpnull.
After you have successfully migrated the logical volume, this command
calls the following command to set the firmware-assisted, dump logical
volume to the original logical volume.
sysdumpdev -P
The migratelp command fails to migrate
partitions of striped logical volumes.
Security
To use migratelp, you must
have root user authority.
Attention RBAC users and Trusted AIX users: This
command can perform privileged operations. Only privileged users can
run privileged operations. For more information about authorizations
and privileges, see Privileged Command Database in AIX® Version 7.1 Security. For a list
of privileges and the authorizations associated with this command,
see the lssecattr command or the getcmdattr subcommand.
Examples
- To move the first logical partitions of logical volume lv00 to
hdisk1, type:
- To move second mirror copy of the third logical partitions of
logical volume hd2 to hdisk5, type:
- To move third mirror copy of the 25th logical partitions of logical
volume testlv to 100th partition of hdisk7, type:
migratelp testlv/25/3 hdisk7/100
Files
Item |
Description |
/usr/sbin |
Directory where the migratelp resides. |