Removes the mirrors that exist on volume groups or specified disks. This command only applies to AIX Version 4.2.1 or later.
unmirrorvg [ -c Copies ] VolumeGroup [ PhysicalVolume .. . ]
The unmirrorvg command unmirrors all the logical volumes detected on a given volume group . This same functionality may also be accomplished manually if you execute the rmlvcopy command for each individual logical volume in a volume group .
By default, unmirrorvg will pick the set of mirrors to remove from a mirrored volume group. If you wish to control which drives no longer are to contain mirrors, you must include the list of disks in the input parameters, PhysicalVolume.
When the PhysicalVolume parameter is listed in the command, this indicates that only the mirrors that exist on this disk should be unmirrored. Mirrors that exist on other drives in the volume group, but not listed in a user-provided disk list are left alone and remain mirrored. This is typically an option used to replace a bad drive in a mirrored volume group.
Note: If a logical volume copy spans more than one disk, the portion of the logical volume copy that resides on a disk not listed by the user is also removed.
When unmirrorvg is executed, the default COPIES value for each logical volume becomes 1. If you wish to convert your volume group from triply mirrored to doubly mirrored, use the -c option.
Notes:
Attention: The unmirrorvg command may take a significant amount of time to complete because of complex error checking and the number of logical volumes to unmirror in a volume group.
Y ou can use the System Management Interface Tool (SMIT) to run this command. To use SMIT, enter:
smit unmirrorvg
unmirrorvg -c 2 workvgThe logical partitions in the logical volumes held on workvg now have 2 copies.
unmirrorvg rootvgrootvg now has only 1 copy.
unmirrorvg workvg hdisk7 reducevg workvg hdisk7 rmdev -l hdisk7 -d replace the disk drive, let the drive be renamed hdisk7 extendvg workvg hdisk7 mirrorvg workvg
Note: By default in this example, mirrorvg will try to create 2 copies for logical volumes in workvg . It will try to create the new mirrors onto the replaced disk drive. However, if the original system had been triply mirrored, there may be no new mirrors created onto hdisk7 , as other copies may already exist for the logical volumes. This follows the default behavior of unmirrorvg to reduce the mirror copy count to 1.
Software Product/Option: | Base Operating System/ AIX 3.2 to 4.1 Compatibility Links |
Standards Compliance: | NONE |
/usr/sbin | Directory where the unmirrorvg command resides. |
The mklvcopy command, mirrorvg command, syncvg command, reducevg command, extendvg command.
The Logical Volume Storage Overview in AIX Version 4.3 System Management Guide: Operating System and Devices.