United States-English |
|
|
HP-UX Reference > Llvreduce(1M)HP-UX 11i Version 3: February 2007 |
|
NAMElvreduce — decrease space allocation or the number of mirror copies of logical volumes SYNOPSIS/usr/sbin/lvreduce [-A autobackup] [-f] -l le_number lv_path /usr/sbin/lvreduce [-A autobackup] [-f] -L lv_size lv_path /usr/sbin/lvreduce [-A autobackup] -m mirror_copies lv_path [pv_path ...] /usr/sbin/lvreduce [-A autobackup] -k -m mirror_copies lv_path DESCRIPTIONThe lvreduce command reduces the number of logical extents allocated to a logical volume specified by lv_path. The excess physical extents in the logical volume and any mirror copies are deallocated. Alternatively, it reduces the number of mirror copies in the logical volume. The physical extents that comprise the deleted mirror copy or copies are deallocated. If pv_path ... is specified, the mirror or mirrors to be removed will be deallocated from those specific physical volumes. lvreduce asks for confirmation before deallocating logical extents if the -f option is omitted. Options and ArgumentsThe -m option and pv_path argument are only meaningful if the optional HP MirrorDisk/UX software has been installed on the system. lvreduce recognizes the following options and arguments:
EXTERNAL INFLUENCESEnvironment VariablesLANG determines the language in which messages are displayed. If LANG is not specified or is null, it defaults to "C" (see lang(5)). If any internationalization variable contains an invalid setting, all internationalization variables default to "C" (see environ(5)). EXAMPLESDecrease the number of the logical extents of a logical volume to one hundred: lvreduce -l 100 /dev/vg01/lvol3 Reduce to one mirror (that is, an original and one copy) for each logical extent of a logical volume: lvreduce -m 1 /dev/vg01/lvol5 Remove mirror copies of logical extents of a logical volume from the physical volume /dev/dsk/c1t0d0: lvreduce -m 0 /dev/vg01/lvol4 /dev/dsk/c1t0d0 Remove a logical volume from a one-way mirrored set on the specified pv_path. lvreduce -m 0 -k /dev/vg01/lvol1 /dev/dsk/c1t0d0 WARNINGSLVM does not store any information about which physical extents within a logical volume contain useful data; therefore, reducing the space allocated to a logical volume without doing a prior backup of the data could lead to the loss of useful data. The lvreduce command on a logical volume containing a file system of greater length than the size being reduced to will cause data corruption. To reduce a logical volume being used for swap, that swap area must not be currently in use. |
Printable version | ||
|