lvremove(1M) — Series 800 Only
NAME
lvremove − remove one or more logical volumes from a volume group
SYNOPSIS
/etc/lvremove [-f] lv_path ...
DESCRIPTION
lvremove removes the logical volume or volumes specified by lv_path. Logical volumes must be closed before they can be removed. For example, if the logical volume contains a file system, unmount the file system before removing it.
Options
lvremove recognizes the following option:
-f Specifies that no user confirmation is required.
EXTERNAL INFLUENCES
Environment Variables
LANG determines the language in which messages are displayed.
If LANG is not specified or is set to the empty string, a default of "C" (see lang(5)) is used instead of LANG.
If any internationalization variable contains an invalid setting, lvremove behaves as if all internationalization variables are set to "C". See environ(5).
EXAMPLES
Remove a logical volume without requiring user confirmation:
lvremove −f /dev/vg01/lvol5
WARNINGS
This command destroys all data in the logical volume or volumes.
SEE ALSO
Hewlett-Packard Company — HP-UX Release 9.03: April 1994