HP-UX 11i v3 LVM Volume Group Migration

# vgmove -f /tmp/diskmap.txt /dev/vg01
Physical volume "/dev/rdisk/disk120" has been successfully created.
Volume group "/dev/vg01" has been successfully extended.
Transferring logical extents of logical volume "/dev/vg01/lvol1"...
Transferring logical extents of logical volume "/dev/vg01/lvol2"...
Transferring logical extents of logical volume "/dev/vg01/lvol3"...
Physical volume "/dev/disk/disk117" has been successfully moved.
Volume group "/dev/vg01" has been successfully reduced.
Physical volume "/dev/rdisk/disk121" has been successfully created.
Volume group "/dev/vg01" has been successfully extended.
Transferring logical extents of logical volume "/dev/vg01/lvol1"...
Transferring logical extents of logical volume "/dev/vg01/lvol2"...
Transferring logical extents of logical volume "/dev/vg01/lvol3"...
Physical volume "/dev/disk/disk116" has been successfully moved.
Volume group "/dev/vg01" has been successfully reduced.
Physical volume "/dev/rdisk/disk122" has been successfully created.
Volume group "/dev/vg01" has been successfully extended.
Transferring logical extents of logical volume "/dev/vg01/lvol2"...
Transferring logical extents of logical volume "/dev/vg01/lvol3"...
Physical volume "/dev/disk/disk118" has been successfully moved.
Volume group "/dev/vg01" has been successfully reduced.
Physical volume "/dev/rdisk/disk123" has been successfully created.
Volume group "/dev/vg01" has been successfully extended.
Transferring logical extents of logical volume "/dev/vg01/lvol3"...
Physical volume "/dev/disk/disk119" has been successfully moved.
Volume group "/dev/vg01" has been successfully reduced.
The vgmove command completed successfully.
LVM vgmove Messages
While using the vgmove command you might see status messages similar to the following:
The vgmove command can be successfully run.
The vgmove command was invoked in preview mode and was successful.
The vgmove command completed successfully.
The vgmove command sucessfully completed the volume group migration.
Physical volume "/dev/rdisk/disk137" has been successfully created.
When vgmove is run, it internally invokes the pvcreate command on the destination disk to create
the phyiscal volume for use in the LVM volume group. If the destination disk is already part of
volume group, this message is skipped.
Volume group "/dev/vg01" has been successfully extended.
After successful creation of the phyiscal volume, vgmove internally extends the migrating volume
group. If the destination disk is already part of volume group, this message is skipped.
Transferring logical extents of logical volume "/dev/vg00/lvol1"
The vgmove comman internally invokes the pvmove command to transfer the logical extents of a
logical volume.
Volume group "/dev/vg01" has been successfully reduced.
The vgmove command migrated all the logical volumes from a source disk and invoked the
vgreduce command to remove the source disk entry from the volume group.
Physical volume « /dev/rdisk/disk132 » is not a block special file.
The diskfile or diskmap file has a character device entry.
8