Removes logical volumes from a volume group.
rmlv [ -f ] [ -p Physical Volume ] LogicalVolume ...
Attention:
The rmlv command removes a logical volume. The LogicalVolume parameter can be a logical volume name or logical volume ID. The logical volume first must be closed. If the volume group is varied on in concurrent mode, the logical volume must be closed on all the concurrent nodes on which volume group is varied on. For example, if the logical volume contains a file system, it must be unmounted. However, removing the logical volume does not notify the operating system that the file system residing on it have been destroyed. The command rmfs updates the /etc/filesystems file.
Note: To use this command, you must either have root user authority or be a member of the system group.
You can use the Web-based System Manager Volumes application (wsm lvm fast path) to run this command. You could also use the System Management Interface Tool (SMIT) smit rmlv fast path to run this command.
Attention: The command used in this example destroys all data in the logical volumes.
To remove logical volume lv05 without requiring user confirmation, enter the following command:
rmlv -f lv05
The logical volume is removed from the volume group.
The varyonvg command, unmount command, rmfs command.
The Logical Volume Storage Overview in AIX Version 4.3 System Management Guide: Operating System and Devices explains the Logical Volume Manager, physical volumes, logical volumes, volume groups, organization, ensuring data integrity, and allocation characteristics.
The System Management Interface Tool (SMIT) Overview in AIX Version 4.3 System Management Guide: Operating System and Devices explains the structure, main menus, and tasks that are done with SMIT.
AIX HACMP/6000 Concepts and Facilities.
Setting up and running Web-based System Management in AIX Version 4.3 System Management Guide: Operating System and Devices.