Removes physical volumes from a volume group. When all physical volumes are removed from the volume group, the volume group is deleted.
reducevg [ -d ] [ -f ] VolumeGroup PhysicalVolume ...
Attention: You can use the reducevg command while the volume group is in concurrent mode. However, if you run this command while the volume group is in concurrent mode and the end result is the deletion of the volume group, then the reducevg command will fail.
The reducevg command removes one or more physical volumes represented by the PhysicalVolume parameter from the VolumeGroup. When you remove all physical volumes in a volume group, the volume group is also removed. The volume group must be varied on before it can be reduced.
All logical volumes residing on the physical volumes represented by the PhysicalVolume parameter must be removed with the rmlv command or the -d flag before starting the reducevg command.
You can use the Volumes application in Web-based System Manager (wsm) to change volume characteristics.
You could also use the System Management Interface Tool (SMIT) smit reducevg fast path to run this command.
-d | Deallocates the existing logical volume partitions and then deletes
resultant empty logical volumes from the specified physical volumes. User
confirmation is required unless the -f flag is added.
Attention: The reducevg command with the -d flag automatically deletes all logical volume data on the physical volume before removing the physical volume from the volume group. If a logical volume spans multiple physical volumes, the removal of any of those physical volumes may jeopardize the integrity of the entire logical volume. |
-f | Removes the requirement for user confirmation when the -d flag is used. |
reducevg vg01 hdisk1
/etc | Directory where the reducevg command resides. |
/tmp | Directory where the temporary files are stored and while the command is running. |
The extendvg command, rmlv command.
The Logical Volume Storage Overview in AIX 5L Version 5.2 System Management Concepts: Operating System and Devices.
For information on installing the Web-based System Manager, see Chapter 2: Installation and System Requirements in AIX 5L Version 5.2 Web-based System Manager Administration Guide.
The System Management Interface Tool in AIX 5L Version 5.2 System Management Concepts: Operating System and Devices.