2001-09-25 12:49:28 +00:00
/*
2004-03-30 19:35:44 +00:00
* Copyright ( C ) 2001 - 2004 Sistina Software , Inc . All rights reserved .
2007-08-20 20:55:30 +00:00
* Copyright ( C ) 2004 - 2007 Red Hat , Inc . All rights reserved .
2001-09-25 12:49:28 +00:00
*
2004-03-30 19:35:44 +00:00
* This file is part of LVM2 .
2001-09-25 12:49:28 +00:00
*
2004-03-30 19:35:44 +00:00
* This copyrighted material is made available to anyone wishing to use ,
* modify , copy , or redistribute it subject to the terms and conditions
2007-08-20 20:55:30 +00:00
* of the GNU Lesser General Public License v .2 .1 .
2001-09-25 12:49:28 +00:00
*
2007-08-20 20:55:30 +00:00
* You should have received a copy of the GNU Lesser General Public License
2004-03-30 19:35:44 +00:00
* along with this program ; if not , write to the Free Software Foundation ,
* Inc . , 59 Temple Place , Suite 330 , Boston , MA 02111 - 1307 USA
2001-09-25 12:49:28 +00:00
*/
2002-11-18 14:04:08 +00:00
/*********** Replace with script?
xx ( e2fsadm ,
" Resize logical volume and ext2 filesystem " ,
" e2fsadm "
" [-d|--debug] " " [-h|--help] " " [-n|--nofsck] " " \n "
" \t {[-l|--extents] [+|-]LogicalExtentsNumber | " " \n "
2006-11-10 18:24:11 +00:00
" \t [-L|--size] [+|-]LogicalVolumeSize[kKmMgGtTpPeE]} " " \n "
2002-11-18 14:04:08 +00:00
" \t [-t|--test] " " \n "
" \t [-v|--verbose] " " \n "
" \t [--version] " " \n "
" \t LogicalVolumePath " " \n " ,
extents_ARG , size_ARG , nofsck_ARG , test_ARG )
* * * * * * * * */
2003-10-15 20:17:19 +00:00
xx ( dumpconfig ,
" Dump active configuration " ,
2007-01-09 23:22:31 +00:00
" dumpconfig "
" \t [-f|--file filename] " " \n "
" [ConfigurationVariable...] \n " ,
file_ARG )
2003-10-15 20:17:19 +00:00
2004-09-14 16:42:46 +00:00
xx ( formats ,
" List available metadata formats " ,
" formats \n " )
2001-09-25 12:49:28 +00:00
xx ( help ,
" Display help for commands " ,
2001-12-03 20:23:53 +00:00
" help <command> " " \n " )
2001-09-25 12:49:28 +00:00
2001-10-08 18:44:22 +00:00
/*********
2001-09-25 12:49:28 +00:00
xx ( lvactivate ,
" Activate logical volume on given partition(s) " ,
2001-10-04 10:13:07 +00:00
" lvactivate "
2002-11-29 15:02:57 +00:00
" \t [-d|--debug] \n "
" \t [-h|--help] \n "
" \t [-v|--verbose] \n "
2001-10-04 10:13:07 +00:00
" Logical Volume(s) \n " )
2001-10-08 18:44:22 +00:00
* * * * * * * * * * */
2001-09-25 12:49:28 +00:00
xx ( lvchange ,
" Change the attributes of logical volume(s) " ,
" lvchange \n "
2002-11-29 15:02:57 +00:00
" \t [-A|--autobackup y|n] \n "
2004-11-12 15:59:09 +00:00
" \t [-a|--available [e|l]y|n] \n "
2004-03-08 17:19:15 +00:00
" \t [--addtag Tag] \n "
2004-11-16 18:09:32 +00:00
" \t [--alloc AllocationPolicy] \n "
2002-11-29 15:02:57 +00:00
" \t [-C|--contiguous y|n] \n "
" \t [-d|--debug] \n "
2004-03-08 17:19:15 +00:00
" \t [--deltag Tag] \n "
2003-07-11 17:10:19 +00:00
" \t [-f|--force] \n "
2002-11-29 15:02:57 +00:00
" \t [-h|--help] \n "
2002-11-18 14:04:08 +00:00
" \t [--ignorelockingfailure] \n "
2007-06-18 14:14:33 +00:00
" \t [--ignoremonitoring] \n "
2006-05-12 19:16:48 +00:00
" \t [--monitor {y|n}] \n "
2003-04-02 19:14:43 +00:00
" \t [-M|--persistent y|n] [--major major] [--minor minor] \n "
2002-11-29 15:02:57 +00:00
" \t [-P|--partial] " " \n "
" \t [-p|--permission r|rw] \n "
2007-11-09 16:51:54 +00:00
" \t [-r|--readahead ReadAheadSectors|auto|none] \n "
2004-03-26 21:24:03 +00:00
" \t [--refresh] \n "
2006-10-24 17:19:48 +00:00
" \t [--resync] \n "
2002-11-29 15:02:57 +00:00
" \t [-t|--test] \n "
" \t [-v|--verbose] \n "
2006-10-23 23:03:55 +00:00
" \t [-y|--yes] \n "
2002-12-12 20:55:49 +00:00
" \t [--version] " " \n "
2001-09-25 12:49:28 +00:00
" \t LogicalVolume[Path] [LogicalVolume[Path]...] \n " ,
2004-05-18 22:12:53 +00:00
alloc_ARG , autobackup_ARG , available_ARG , contiguous_ARG , force_ARG ,
2007-06-18 14:14:33 +00:00
ignorelockingfailure_ARG , ignoremonitoring_ARG , major_ARG , minor_ARG ,
monitor_ARG , partial_ARG , permission_ARG , persistent_ARG , readahead_ARG ,
resync_ARG , refresh_ARG , addtag_ARG , deltag_ARG , test_ARG , yes_ARG )
2001-09-25 12:49:28 +00:00
2005-06-06 17:12:08 +00:00
xx ( lvconvert ,
" Change logical volume layout " ,
2006-04-05 20:43:23 +00:00
" lvconvert "
2007-08-21 19:46:36 +00:00
" [-m|--mirrors Mirrors [{--mirrorlog {disk|core}|--corelog}]] \n "
2006-10-07 23:04:36 +00:00
" \t [-R|--regionsize MirrorLogRegionSize] \n "
2005-06-06 17:12:08 +00:00
" \t [--alloc AllocationPolicy] \n "
" \t [-d|--debug] \n "
" \t [-h|-?|--help] \n "
" \t [-v|--verbose] \n "
" \t [--version] " " \n "
2006-04-05 20:43:23 +00:00
" \t LogicalVolume[Path] [PhysicalVolume[Path]...] \n \n "
" lvconvert "
" [-s|--snapshot] \n "
" \t [-c|--chunksize] \n "
" \t [-d|--debug] \n "
" \t [-h|-?|--help] \n "
" \t [-v|--verbose] \n "
" \t [-Z|--zero {y|n}] \n "
" \t [--version] " " \n "
" \t OriginalLogicalVolume[Path] SnapshotLogicalVolume[Path] \n " ,
2005-06-06 17:12:08 +00:00
2007-08-21 19:46:36 +00:00
alloc_ARG , chunksize_ARG , corelog_ARG , mirrorlog_ARG , mirrors_ARG ,
2007-08-01 21:01:06 +00:00
regionsize_ARG , snapshot_ARG , test_ARG , zero_ARG )
2005-06-06 17:12:08 +00:00
2001-09-25 12:49:28 +00:00
xx ( lvcreate ,
" Create a logical volume " ,
2002-02-11 11:43:17 +00:00
" lvcreate " " \n "
2002-02-18 10:59:51 +00:00
" \t [-A|--autobackup {y|n}] \n "
2004-03-08 17:19:15 +00:00
" \t [--addtag Tag] \n "
2004-11-16 18:09:32 +00:00
" \t [--alloc AllocationPolicy] \n "
2002-02-18 10:59:51 +00:00
" \t [-C|--contiguous {y|n}] \n "
" \t [-d|--debug] \n "
2002-11-29 15:02:57 +00:00
" \t [-h|-?|--help] \n "
2002-02-18 10:59:51 +00:00
" \t [-i|--stripes Stripes [-I|--stripesize StripeSize]] \n "
" \t {-l|--extents LogicalExtentsNumber | \n "
2006-11-10 18:24:11 +00:00
" \t -L|--size LogicalVolumeSize[kKmMgGtTpPeE]} \n "
2003-04-02 19:14:43 +00:00
" \t [-M|--persistent {y|n}] [--major major] [--minor minor] \n "
2007-08-21 19:46:36 +00:00
" \t [-m|--mirrors Mirrors [--nosync] [{--mirrorlog {disk|core}|--corelog}]] \n "
2002-02-18 10:59:51 +00:00
" \t [-n|--name LogicalVolumeName] \n "
" \t [-p|--permission {r|rw}] \n "
2007-11-09 16:51:54 +00:00
" \t [-r|--readahead ReadAheadSectors|auto|none] \n "
2005-06-01 16:51:55 +00:00
" \t [-R|--regionsize MirrorLogRegionSize] \n "
2002-02-18 10:59:51 +00:00
" \t [-t|--test] \n "
2004-05-11 16:01:58 +00:00
" \t [--type VolumeType] \n "
2002-02-18 10:59:51 +00:00
" \t [-v|--verbose] \n "
" \t [-Z|--zero {y|n}] \n "
" \t [--version] \n "
2002-11-29 15:02:57 +00:00
" \t VolumeGroupName [PhysicalVolumePath...] \n \n "
2002-11-28 15:27:29 +00:00
2002-11-29 15:02:57 +00:00
" lvcreate -s|--snapshot \n "
2002-11-28 15:27:29 +00:00
" \t [-c|--chunksize] \n "
" \t [-A|--autobackup {y|n}] \n "
2004-03-08 17:19:15 +00:00
" \t [--addtag Tag] \n "
2004-11-16 18:09:32 +00:00
" \t [--alloc AllocationPolicy] \n "
2002-11-28 15:27:29 +00:00
" \t [-C|--contiguous {y|n}] \n "
" \t [-d|--debug] \n "
2002-11-29 15:02:57 +00:00
" \t [-h|-?|--help] \n "
2002-11-28 15:27:29 +00:00
" \t [-i|--stripes Stripes [-I|--stripesize StripeSize]] \n "
2007-09-20 21:39:08 +00:00
" \t {-l|--extents LogicalExtentsNumber[%{VG|LV|PVS|FREE}] | \n "
2006-11-10 18:24:11 +00:00
" \t -L|--size LogicalVolumeSize[kKmMgGtTpPeE]} \n "
2003-04-02 19:14:43 +00:00
" \t [-M|--persistent {y|n}] [--major major] [--minor minor] \n "
2002-11-28 15:27:29 +00:00
" \t [-n|--name LogicalVolumeName] \n "
" \t [-p|--permission {r|rw}] \n "
2007-11-09 16:51:54 +00:00
" \t [-r|--readahead ReadAheadSectors|auto|none] \n "
2002-11-28 15:27:29 +00:00
" \t [-t|--test] \n "
" \t [-v|--verbose] \n "
" \t [--version] \n "
" \t OriginalLogicalVolume[Path] [PhysicalVolumePath...] \n \n " ,
2001-12-03 20:23:53 +00:00
2004-05-18 22:12:53 +00:00
addtag_ARG , alloc_ARG , autobackup_ARG , chunksize_ARG , contiguous_ARG ,
2007-08-21 19:46:36 +00:00
corelog_ARG , extents_ARG , major_ARG , minor_ARG , mirrorlog_ARG , mirrors_ARG ,
name_ARG , nosync_ARG , permission_ARG , persistent_ARG , readahead_ARG ,
regionsize_ARG , size_ARG , snapshot_ARG , stripes_ARG , stripesize_ARG ,
test_ARG , type_ARG , zero_ARG )
2001-09-25 12:49:28 +00:00
xx ( lvdisplay ,
" Display information about a logical volume " ,
" lvdisplay \n "
2005-06-03 14:49:51 +00:00
" \t [-a|--all] \n "
2002-11-29 15:02:57 +00:00
" \t [-c|--colon] \n "
" \t [-d|--debug] \n "
" \t [-h|--help] \n "
2002-11-28 15:27:29 +00:00
" \t [--ignorelockingfailure] \n "
2002-11-29 15:02:57 +00:00
" \t [-m|--maps] \n "
2002-12-12 20:55:49 +00:00
" \t [--nosuffix] \n "
2002-11-29 15:02:57 +00:00
" \t [-P|--partial] " " \n "
2002-12-12 20:55:49 +00:00
" \t [--units hsbkmgtHKMGT] \n "
2002-11-29 15:02:57 +00:00
" \t [-v|--verbose] \n "
2002-12-12 20:55:49 +00:00
" \t [--version] " " \n "
" \t [LogicalVolume[Path] [LogicalVolume[Path]...]] \n "
" \n "
" lvdisplay --columns|-C \n "
" \t [--aligned] \n "
2005-06-03 14:49:51 +00:00
" \t [-a|--all] \n "
2002-12-12 20:55:49 +00:00
" \t [-d|--debug] \n "
" \t [-h|--help] \n "
" \t [--ignorelockingfailure] \n "
" \t [--noheadings] \n "
" \t [--nosuffix] \n "
" \t [-o|--options [+]Field[,Field]] \n "
" \t [-O|--sort [+|-]key1[,[+|-]key2[,...]]] \n "
" \t [-P|--partial] " " \n "
" \t [--segments] \n "
" \t [--separator Separator] \n "
" \t [--unbuffered] \n "
" \t [--units hsbkmgtHKMGT] \n "
" \t [-v|--verbose] \n "
" \t [--version] " " \n "
" \t [LogicalVolume[Path] [LogicalVolume[Path]...]] \n " ,
2001-09-25 12:49:28 +00:00
2005-06-03 14:49:51 +00:00
aligned_ARG , all_ARG , colon_ARG , columns_ARG , disk_ARG ,
ignorelockingfailure_ARG , maps_ARG , noheadings_ARG , nosuffix_ARG ,
options_ARG , sort_ARG , partial_ARG , segments_ARG , separator_ARG ,
unbuffered_ARG , units_ARG )
2001-09-25 12:49:28 +00:00
xx ( lvextend ,
" Add space to a logical volume " ,
" lvextend \n "
2002-11-29 15:02:57 +00:00
" \t [-A|--autobackup y|n] \n "
2004-11-16 18:09:32 +00:00
" \t [--alloc AllocationPolicy] \n "
2002-11-29 15:02:57 +00:00
" \t [-d|--debug] \n "
" \t [-h|--help] \n "
2001-11-27 13:42:37 +00:00
" \t [-i|--stripes Stripes [-I|--stripesize StripeSize]] \n "
2007-09-20 21:39:08 +00:00
" \t {-l|--extents [+]LogicalExtentsNumber[%{VG|PVS|FREE}] | \n "
2006-11-10 18:24:11 +00:00
" \t -L|--size [+]LogicalVolumeSize[kKmMgGtTpPeE]} \n "
2005-06-03 19:48:19 +00:00
" \t [-m|--mirrors Mirrors] \n "
2004-06-15 17:23:49 +00:00
" \t [-n|--nofsck] \n "
" \t [-r|--resizefs] \n "
2002-11-29 15:02:57 +00:00
" \t [-t|--test] \n "
2004-05-11 16:01:58 +00:00
" \t [--type VolumeType] \n "
2002-11-29 15:02:57 +00:00
" \t [-v|--verbose] \n "
2002-12-12 20:55:49 +00:00
" \t [--version] " " \n "
2001-09-25 12:49:28 +00:00
" \t LogicalVolume[Path] [ PhysicalVolumePath... ] \n " ,
2005-06-03 19:48:19 +00:00
alloc_ARG , autobackup_ARG , extents_ARG , mirrors_ARG , nofsck_ARG ,
resizefs_ARG , size_ARG , stripes_ARG , stripesize_ARG , test_ARG ,
type_ARG )
2001-09-25 12:49:28 +00:00
xx ( lvmchange ,
2001-12-03 20:23:53 +00:00
" With the device mapper, this is obsolete and does nothing. " ,
2002-02-11 11:43:17 +00:00
" lvmchange \n "
2002-11-29 15:02:57 +00:00
" \t [-d|--debug] \n "
" \t [-h|--help] \n "
" \t [-R|--reset] \n "
2002-12-12 20:55:49 +00:00
" \t [-v|--verbose] \n "
" \t [--version] " " \n " ,
2001-09-25 12:49:28 +00:00
2001-12-03 20:23:53 +00:00
reset_ARG )
2001-09-25 12:49:28 +00:00
xx ( lvmdiskscan ,
" List devices that may be used as physical volumes " ,
" lvmdiskscan \n "
2002-11-29 15:02:57 +00:00
" \t [-d|--debug] \n "
" \t [-h|--help] \n "
2002-12-12 20:55:49 +00:00
" \t [-l|--lvmpartition] \n "
" \t [--version] " " \n " ,
2001-09-25 12:49:28 +00:00
lvmpartition_ARG )
xx ( lvmsadc ,
" Collect activity data " ,
" lvmsadc \n "
2002-11-29 15:02:57 +00:00
" \t [-d|--debug] \n "
" \t [-h|--help] \n "
" \t [-v|--verbose] \n "
2002-12-12 20:55:49 +00:00
" \t [--version] " " \n "
2001-09-25 12:49:28 +00:00
" \t [LogFilePath] \n " )
xx ( lvmsar ,
" Create activity report " ,
" lvmsar \n "
2002-11-29 15:02:57 +00:00
" \t [-d|--debug] \n "
" \t [-f|--full] \n "
" \t [-h|--help] \n "
" \t [-s|--stdin] \n "
" \t [-v|--verbose] \n "
2002-12-12 20:55:49 +00:00
" \t [--version] " " \n "
2001-09-25 12:49:28 +00:00
" \t LogFilePath \n " ,
2002-11-28 15:27:29 +00:00
full_ARG , stdin_ARG )
2001-09-25 12:49:28 +00:00
xx ( lvreduce ,
" Reduce the size of a logical volume " ,
" lvreduce \n "
2002-11-29 15:02:57 +00:00
" \t [-A|--autobackup y|n] \n "
" \t [-d|--debug] \n "
" \t [-f|--force] \n "
" \t [-h|--help] \n "
2006-09-26 09:35:43 +00:00
" \t {-l|--extents [-]LogicalExtentsNumber[%{VG|LV|FREE}] | \n "
2006-11-10 18:24:11 +00:00
" \t -L|--size [-]LogicalVolumeSize[kKmMgGtTpPeE]} \n "
2004-06-15 17:23:49 +00:00
" \t [-n|--nofsck] \n "
" \t [-r|--resizefs] \n "
2002-11-29 15:02:57 +00:00
" \t [-t|--test] \n "
" \t [-v|--verbose] \n "
2006-10-23 23:03:55 +00:00
" \t [-y|--yes] \n "
2002-12-12 20:55:49 +00:00
" \t [--version] " " \n "
2001-09-25 12:49:28 +00:00
" \t LogicalVolume[Path] \n " ,
2004-06-15 17:23:49 +00:00
autobackup_ARG , force_ARG , extents_ARG , nofsck_ARG , resizefs_ARG ,
2001-11-28 18:03:11 +00:00
size_ARG , test_ARG , yes_ARG )
2001-09-25 12:49:28 +00:00
xx ( lvremove ,
" Remove logical volume(s) from the system " ,
" lvremove \n "
2002-11-29 15:02:57 +00:00
" \t [-A|--autobackup y|n] \n "
" \t [-d|--debug] \n "
" \t [-f|--force] \n "
" \t [-h|--help] \n "
" \t [-t|--test] \n "
" \t [-v|--verbose] \n "
2002-12-12 20:55:49 +00:00
" \t [--version] " " \n "
2001-09-25 12:49:28 +00:00
" \t LogicalVolume[Path] [LogicalVolume[Path]...] \n " ,
2001-11-28 18:03:11 +00:00
autobackup_ARG , force_ARG , test_ARG )
2001-09-25 12:49:28 +00:00
xx ( lvrename ,
" Rename a logical volume " ,
" lvrename "
2001-12-03 20:23:53 +00:00
" \t [-A|--autobackup {y|n}] " " \n "
" \t [-d|--debug] " " \n "
2002-11-29 15:02:57 +00:00
" \t [-h|-?|--help] " " \n "
2001-12-03 20:23:53 +00:00
" \t [-t|--test] " " \n "
" \t [-v|--verbose] " " \n "
" \t [--version] " " \n "
" \t { OldLogicalVolumePath NewLogicalVolumePath | " " \n "
" \t VolumeGroupName OldLogicalVolumeName NewLogicalVolumeName } \n " ,
2001-09-25 12:49:28 +00:00
2001-11-28 18:03:11 +00:00
autobackup_ARG , test_ARG )
2001-09-25 12:49:28 +00:00
2001-11-13 14:17:50 +00:00
xx ( lvresize ,
" Resize a logical volume " ,
" lvresize \n "
2002-11-29 15:02:57 +00:00
" \t [-A|--autobackup y|n] \n "
2004-11-16 18:09:32 +00:00
" \t [--alloc AllocationPolicy] \n "
2002-11-29 15:02:57 +00:00
" \t [-d|--debug] \n "
" \t [-h|--help] \n "
2001-11-27 13:42:37 +00:00
" \t [-i|--stripes Stripes [-I|--stripesize StripeSize]] \n "
2007-09-20 21:39:08 +00:00
" \t {-l|--extents [+|-]LogicalExtentsNumber[%{VG|LV|PVS|FREE}] | \n "
2006-11-10 18:24:11 +00:00
" \t -L|--size [+|-]LogicalVolumeSize[kKmMgGtTpPeE]} \n "
2004-06-15 17:23:49 +00:00
" \t [-n|--nofsck] \n "
" \t [-r|--resizefs] \n "
2001-11-28 18:03:11 +00:00
" \t [-t|--test] \n "
2004-05-11 16:01:58 +00:00
" \t [--type VolumeType] \n "
2002-11-29 15:02:57 +00:00
" \t [-v|--verbose] \n "
2002-12-12 20:55:49 +00:00
" \t [--version] " " \n "
2001-11-13 14:17:50 +00:00
" \t LogicalVolume[Path] [ PhysicalVolumePath... ] \n " ,
2004-06-15 17:23:49 +00:00
alloc_ARG , autobackup_ARG , extents_ARG , nofsck_ARG , resizefs_ARG ,
size_ARG , stripes_ARG , stripesize_ARG , test_ARG , type_ARG )
2001-11-13 14:17:50 +00:00
2002-12-12 20:55:49 +00:00
xx ( lvs ,
" Display information about logical volumes " ,
" lvs " " \n "
2005-06-03 14:49:51 +00:00
" \t [-a|--all] \n "
2002-12-12 20:55:49 +00:00
" \t [--aligned] \n "
" \t [-d|--debug] \n "
" \t [-h|--help] \n "
" \t [--ignorelockingfailure] \n "
" \t [--noheadings] \n "
" \t [--nosuffix] \n "
" \t [-o|--options [+]Field[,Field]] \n "
" \t [-O|--sort [+|-]key1[,[+|-]key2[,...]]] \n "
" \t [-P|--partial] " " \n "
" \t [--segments] \n "
" \t [--separator Separator] \n "
2006-08-01 14:56:33 +00:00
" \t [--trustcache] \n "
2002-12-12 20:55:49 +00:00
" \t [--unbuffered] \n "
" \t [--units hsbkmgtHKMGT] \n "
" \t [-v|--verbose] \n "
" \t [--version] " " \n "
" \t [LogicalVolume[Path] [LogicalVolume[Path]...]] \n " ,
2006-05-12 19:16:48 +00:00
2005-06-03 14:49:51 +00:00
aligned_ARG , all_ARG , ignorelockingfailure_ARG , noheadings_ARG ,
nolocking_ARG , nosuffix_ARG , options_ARG , partial_ARG , segments_ARG ,
2006-08-01 14:56:33 +00:00
separator_ARG , sort_ARG , trustcache_ARG , unbuffered_ARG , units_ARG )
2002-12-12 20:55:49 +00:00
2001-09-25 12:49:28 +00:00
xx ( lvscan ,
" List all logical volumes in all volume groups " ,
2001-12-03 20:23:53 +00:00
" lvscan " " \n "
2005-10-17 16:41:38 +00:00
" \t [-a|--all] \n "
2001-12-03 20:23:53 +00:00
" \t [-b|--blockdevice] " " \n "
" \t [-d|--debug] " " \n "
2002-11-29 15:02:57 +00:00
" \t [-h|-?|--help] " " \n "
2002-11-28 15:27:29 +00:00
" \t [--ignorelockingfailure] \n "
2002-04-30 17:12:37 +00:00
" \t [-P|--partial] " " \n "
2001-12-03 20:23:53 +00:00
" \t [-v|--verbose] " " \n "
" \t [--version] \n " ,
2001-09-25 12:49:28 +00:00
2005-10-17 16:41:38 +00:00
all_ARG , blockdevice_ARG , disk_ARG , ignorelockingfailure_ARG , partial_ARG )
2001-09-25 12:49:28 +00:00
xx ( pvchange ,
" Change attributes of physical volume(s) " ,
" pvchange \n "
2004-01-13 18:42:05 +00:00
" \t [-a|--all] \n "
2002-11-29 15:02:57 +00:00
" \t [-A|--autobackup y|n] \n "
" \t [-d|--debug] \n "
" \t [-h|--help] \n "
2001-11-28 18:03:11 +00:00
" \t [-t|--test] \n "
2004-01-13 18:42:05 +00:00
" \t [-u|--uuid] \n "
2002-11-29 15:02:57 +00:00
" \t [-x|--allocatable y|n] \n "
2004-01-13 18:42:05 +00:00
" \t [-v|--verbose] \n "
2004-03-08 17:19:15 +00:00
" \t [--addtag Tag] \n "
" \t [--deltag Tag] \n "
2004-01-13 18:42:05 +00:00
" \t [--version] " " \n "
2001-09-25 12:49:28 +00:00
" \t [PhysicalVolumePath...] \n " ,
2004-03-08 17:19:15 +00:00
all_ARG , allocatable_ARG , allocation_ARG , autobackup_ARG , deltag_ARG ,
addtag_ARG , test_ARG , uuid_ARG )
2001-09-25 12:49:28 +00:00
2005-10-31 02:37:29 +00:00
xx ( pvresize ,
" Resize physical volume(s) " ,
" pvresize " " \n "
" \t [-d|--debug] " " \n "
" \t [-h|-?|--help] " " \n "
2006-11-10 18:24:11 +00:00
" \t [--setphysicalvolumesize PhysicalVolumeSize[kKmMgGtTpPeE] " " \n "
2005-10-31 02:37:29 +00:00
" \t [-t|--test] " " \n "
" \t [-v|--verbose] " " \n "
" \t [--version] " " \n "
" \t PhysicalVolume [PhysicalVolume...] \n " ,
physicalvolumesize_ARG , test_ARG )
2007-03-30 21:00:26 +00:00
xx ( pvck ,
" Check the consistency of physical volume(s) " ,
" pvck "
" \t [-d|--debug] \n "
" \t [-h|--help] \n "
2007-04-25 20:03:16 +00:00
" \t [--labelsector sector] " " \n "
2007-03-30 21:00:26 +00:00
" \t [-v|--verbose] \n "
" \t [--version] " " \n "
2007-04-25 20:03:16 +00:00
" \t PhysicalVolume [PhysicalVolume...] \n " ,
labelsector_ARG )
2007-03-30 21:00:26 +00:00
2001-09-25 12:49:28 +00:00
xx ( pvcreate ,
" Initialize physical volume(s) for use by LVM " ,
2001-12-03 20:23:53 +00:00
" pvcreate " " \n "
2002-11-18 14:04:08 +00:00
" \t [--restorefile file] \n "
2001-12-03 20:23:53 +00:00
" \t [-d|--debug] " " \n "
" \t [-f[f]|--force [--force]] " " \n "
2002-11-29 15:02:57 +00:00
" \t [-h|-?|--help] " " \n "
2002-11-18 14:04:08 +00:00
" \t [--labelsector sector] " " \n "
" \t [-M|--metadatatype 1|2] " " \n "
" \t [--metadatacopies #copies] " " \n "
2006-11-10 18:24:11 +00:00
" \t [--metadatasize MetadataSize[kKmMgGtTpPeE]] " " \n "
" \t [--setphysicalvolumesize PhysicalVolumeSize[kKmMgGtTpPeE] " " \n "
2001-12-03 20:23:53 +00:00
" \t [-t|--test] " " \n "
2002-01-16 18:10:08 +00:00
" \t [-u|--uuid uuid] " " \n "
2001-12-03 20:23:53 +00:00
" \t [-v|--verbose] " " \n "
2002-11-18 14:04:08 +00:00
" \t [-y|--yes] " " \n "
2005-01-05 17:25:25 +00:00
" \t [-Z|--zero {y|n}] \n "
2001-12-03 20:23:53 +00:00
" \t [--version] " " \n "
" \t PhysicalVolume [PhysicalVolume...] \n " ,
2001-09-25 12:49:28 +00:00
2002-11-18 14:04:08 +00:00
force_ARG , test_ARG , labelsector_ARG , metadatatype_ARG , metadatacopies_ARG ,
metadatasize_ARG , physicalvolumesize_ARG , restorefile_ARG , uuidstr_ARG ,
2005-01-05 17:25:25 +00:00
yes_ARG , zero_ARG )
2001-09-25 12:49:28 +00:00
xx ( pvdata ,
" Display the on-disk metadata for physical volume(s) " ,
2001-12-03 20:23:53 +00:00
" pvdata " " \n "
" \t [-a|--all] " " \n "
" \t [-d|--debug] " " \n "
" \t [-E|--physicalextent] " " \n "
2002-11-29 15:02:57 +00:00
" \t [-h|-?|--help] " " \n "
2001-12-03 20:23:53 +00:00
" \t [-L|--logicalvolume] " " \n "
" \t [-P[P]|--physicalvolume [--physicalvolume]] " " \n "
" \t [-U|--uuidlist] " " \n "
" \t [-v[v]|--verbose [--verbose]] " " \n "
" \t [-V|--volumegroup] " " \n "
" \t [--version] " " \n "
" \t PhysicalVolume [PhysicalVolume...] \n " ,
2001-09-25 12:49:28 +00:00
all_ARG , logicalextent_ARG , physicalextent_ARG ,
physicalvolume_ARG , uuidlist_ARG , volumegroup_ARG )
xx ( pvdisplay ,
2002-12-12 20:55:49 +00:00
" Display various attributes of physical volume(s) " ,
2001-09-25 12:49:28 +00:00
" pvdisplay \n "
2002-11-29 15:02:57 +00:00
" \t [-c|--colon] \n "
" \t [-d|--debug] \n "
" \t [-h|--help] \n "
2002-11-28 15:27:29 +00:00
" \t [--ignorelockingfailure] \n "
2002-11-29 15:02:57 +00:00
" \t [-m|--maps] \n "
2002-12-12 20:55:49 +00:00
" \t [--nosuffix] \n "
2002-11-29 15:02:57 +00:00
" \t [-s|--short] \n "
2002-12-12 20:55:49 +00:00
" \t [--units hsbkmgtHKMGT] \n "
2002-11-29 15:02:57 +00:00
" \t [-v|--verbose] \n "
2002-12-12 20:55:49 +00:00
" \t [--version] " " \n "
" \t [PhysicalVolumePath [PhysicalVolumePath...]] \n "
" \n "
" pvdisplay --columns|-C \n "
" \t [--aligned] \n "
2005-03-21 14:47:36 +00:00
" \t [-a|--all] \n "
2002-12-12 20:55:49 +00:00
" \t [-d|--debug] \n "
" \t [-h|--help] \n "
" \t [--ignorelockingfailure] \n "
" \t [--noheadings] \n "
" \t [--nosuffix] \n "
" \t [-o|--options [+]Field[,Field]] \n "
" \t [-O|--sort [+|-]key1[,[+|-]key2[,...]]] \n "
" \t [--separator Separator] \n "
" \t [--unbuffered] \n "
" \t [--units hsbkmgtHKMGT] \n "
" \t [-v|--verbose] \n "
" \t [--version] " " \n "
" \t [PhysicalVolumePath [PhysicalVolumePath...]] \n " ,
2001-09-25 12:49:28 +00:00
2005-03-21 14:47:36 +00:00
aligned_ARG , all_ARG , colon_ARG , columns_ARG , ignorelockingfailure_ARG ,
maps_ARG , noheadings_ARG , nosuffix_ARG , options_ARG , separator_ARG ,
short_ARG , sort_ARG , unbuffered_ARG , units_ARG )
2001-09-25 12:49:28 +00:00
xx ( pvmove ,
" Move extents from one physical volume to another " ,
2003-04-30 15:28:17 +00:00
" pvmove " " \n "
2003-05-06 12:08:58 +00:00
" \t [--abort] \n "
2003-04-30 15:28:17 +00:00
" \t [-A|--autobackup {y|n}] \n "
2004-11-16 18:09:32 +00:00
" \t [--alloc AllocationPolicy] \n "
2003-05-06 12:08:58 +00:00
" \t [-b|--background] \n "
2003-04-30 15:28:17 +00:00
" \t [-d|--debug] \n "
" \t [-h|-?|--help] \n "
" \t [-i|--interval seconds] \n "
" \t [-t|--test] \n "
" \t [-v|--verbose] \n "
" \t [--version] \n "
2003-09-15 15:01:36 +00:00
" \t [{-n|--name} LogicalVolume] \n "
2003-04-30 15:28:17 +00:00
/* "\t[{-n|--name} LogicalVolume[:LogicalExtent[-LogicalExtent]...]]\n" */
2004-08-18 18:49:29 +00:00
" \t SourcePhysicalVolume[:PhysicalExtent[-PhysicalExtent]...]} \n "
2003-04-30 15:28:17 +00:00
" \t [DestinationPhysicalVolume[:PhysicalExtent[-PhysicalExtent]...]...] \n " ,
2001-09-25 12:49:28 +00:00
2006-05-12 19:16:48 +00:00
abort_ARG , alloc_ARG , autobackup_ARG , background_ARG ,
2004-09-14 13:59:17 +00:00
interval_ARG , name_ARG , test_ARG )
2001-09-25 12:49:28 +00:00
2002-11-18 14:04:08 +00:00
xx ( pvremove ,
" Remove LVM label(s) from physical volume(s) " ,
" pvremove " " \n "
" \t [-d|--debug] " " \n "
" \t [-f[f]|--force [--force]] " " \n "
2002-11-29 15:02:57 +00:00
" \t [-h|-?|--help] " " \n "
2002-11-18 14:04:08 +00:00
" \t [-t|--test] " " \n "
" \t [-v|--verbose] " " \n "
" \t [-y|--yes] " " \n "
" \t [--version] " " \n "
" \t PhysicalVolume [PhysicalVolume...] \n " ,
force_ARG , test_ARG , yes_ARG )
2002-12-12 20:55:49 +00:00
xx ( pvs ,
" Display information about physical volumes " ,
" pvs " " \n "
" \t [--aligned] \n "
2004-06-19 19:27:00 +00:00
" \t [-a|--all] \n "
2002-12-12 20:55:49 +00:00
" \t [-d|--debug] " " \n "
" \t [-h|-?|--help] " " \n "
" \t [--noheadings] \n "
" \t [--ignorelockingfailure] \n "
" \t [--nosuffix] \n "
" \t [-o|--options [+]Field[,Field]] \n "
" \t [-O|--sort [+|-]key1[,[+|-]key2[,...]]] \n "
2006-04-13 17:51:40 +00:00
" \t [-P|--partial] " " \n "
2005-04-19 20:58:25 +00:00
" \t [--segments] \n "
2002-12-12 20:55:49 +00:00
" \t [--separator Separator] \n "
2006-08-01 14:56:33 +00:00
" \t [--trustcache] \n "
2002-12-12 20:55:49 +00:00
" \t [--unbuffered] \n "
" \t [--units hsbkmgtHKMGT] \n "
" \t [-v|--verbose] \n "
" \t [--version] \n "
" \t [PhysicalVolume [PhysicalVolume...]] \n " ,
2006-05-12 19:16:48 +00:00
2004-06-19 19:27:00 +00:00
aligned_ARG , all_ARG , ignorelockingfailure_ARG , noheadings_ARG ,
2006-04-13 17:51:40 +00:00
nolocking_ARG , nosuffix_ARG , options_ARG , partial_ARG , segments_ARG ,
2006-08-01 14:56:33 +00:00
separator_ARG , sort_ARG , trustcache_ARG , unbuffered_ARG , units_ARG )
2002-12-12 20:55:49 +00:00
2001-09-25 12:49:28 +00:00
xx ( pvscan ,
" List all physical volumes " ,
2001-12-03 20:23:53 +00:00
" pvscan " " \n "
" \t [-d|--debug] " " \n "
2002-11-29 15:02:57 +00:00
" \t {-e|--exported | -n|--novolumegroup} " " \n "
" \t [-h|-?|--help] " " \n "
2002-11-28 15:27:29 +00:00
" \t [--ignorelockingfailure] \n "
2002-04-30 17:12:37 +00:00
" \t [-P|--partial] " " \n "
2001-12-03 20:23:53 +00:00
" \t [-s|--short] " " \n "
" \t [-u|--uuid] " " \n "
" \t [-v|--verbose] " " \n "
" \t [--version] \n " ,
2001-09-25 12:49:28 +00:00
2002-11-28 15:27:29 +00:00
exported_ARG , ignorelockingfailure_ARG , novolumegroup_ARG , partial_ARG ,
short_ARG , uuid_ARG )
2001-09-25 12:49:28 +00:00
2004-09-14 16:42:46 +00:00
xx ( segtypes ,
" List available segment types " ,
" segtypes \n " )
2001-09-25 12:49:28 +00:00
xx ( vgcfgbackup ,
" Backup volume group configuration(s) " ,
2001-12-03 20:23:53 +00:00
" vgcfgbackup " " \n "
" \t [-d|--debug] " " \n "
2002-01-09 19:16:48 +00:00
" \t [-f|--file filename] " " \n "
2002-11-29 15:02:57 +00:00
" \t [-h|-?|--help] " " \n "
2002-11-28 15:27:29 +00:00
" \t [--ignorelockingfailure] \n "
2002-07-11 14:09:26 +00:00
" \t [-P|--partial] " " \n "
2001-12-03 20:23:53 +00:00
" \t [-v|--verbose] " " \n "
2002-12-12 20:55:49 +00:00
" \t [--version] " " \n "
2001-12-20 16:05:14 +00:00
" \t [VolumeGroupName...] \n " ,
2002-11-28 15:27:29 +00:00
file_ARG , ignorelockingfailure_ARG , partial_ARG )
2001-09-25 12:49:28 +00:00
xx ( vgcfgrestore ,
" Restore volume group configuration " ,
2001-12-03 20:23:53 +00:00
" vgcfgrestore " " \n "
" \t [-d|--debug] " " \n "
2002-01-09 19:16:48 +00:00
" \t [-f|--file filename] " " \n "
2001-12-03 20:23:53 +00:00
" \t [-l[l]|--list [--list]] " " \n "
2002-11-18 14:04:08 +00:00
" \t [-M|--metadatatype 1|2] " " \n "
2001-12-03 20:23:53 +00:00
" \t [-n|--name VolumeGroupName] " " \n "
" \t [-h|--help] " " \n "
" \t [-t|--test] " " \n "
" \t [-v|--verbose] " " \n "
" \t [--version] " " \n "
2002-01-15 21:28:04 +00:00
" \t VolumeGroupName " ,
2001-09-25 12:49:28 +00:00
2002-11-18 14:04:08 +00:00
file_ARG , list_ARG , metadatatype_ARG , name_ARG , test_ARG )
2001-09-25 12:49:28 +00:00
xx ( vgchange ,
" Change volume group attributes " ,
2001-12-03 20:23:53 +00:00
" vgchange " " \n "
" \t [-A|--autobackup {y|n}] " " \n "
2004-11-16 18:09:32 +00:00
" \t [--alloc AllocationPolicy] " " \n "
2002-01-29 17:23:33 +00:00
" \t [-P|--partial] " " \n "
2001-12-03 20:23:53 +00:00
" \t [-d|--debug] " " \n "
" \t [-h|--help] " " \n "
2002-11-28 15:27:29 +00:00
" \t [--ignorelockingfailure] \n "
2007-06-18 14:14:33 +00:00
" \t [--ignoremonitoring] \n "
2006-05-12 19:16:48 +00:00
" \t [--monitor {y|n}] \n "
2001-12-03 20:23:53 +00:00
" \t [-t|--test] " " \n "
2004-01-13 18:42:05 +00:00
" \t [-u|--uuid] " " \n "
2001-12-03 20:23:53 +00:00
" \t [-v|--verbose] " " \n "
" \t [--version] " " \n "
2004-11-12 15:59:09 +00:00
" \t {-a|--available [e|l]{y|n} | " " \n "
2005-03-21 22:55:12 +00:00
" \t -c|--clustered {y|n} | " " \n "
2002-01-10 15:09:51 +00:00
" \t -x|--resizeable {y|n} | " " \n "
2004-03-08 17:19:15 +00:00
" \t -l|--logicalvolume MaxLogicalVolumes | " " \n "
2006-08-16 14:41:42 +00:00
" \t -p|--maxphysicalvolumes MaxPhysicalVolumes | " " \n "
2006-11-10 18:24:11 +00:00
" \t -s|--physicalextentsize PhysicalExtentSize[kKmMgGtTpPeE] | " " \n "
2004-03-08 17:19:15 +00:00
" \t --addtag Tag | \n "
" \t --deltag Tag} \n "
2001-12-03 20:23:53 +00:00
" \t [VolumeGroupName...] \n " ,
2001-09-25 12:49:28 +00:00
2004-05-18 22:12:53 +00:00
addtag_ARG , alloc_ARG , allocation_ARG , autobackup_ARG , available_ARG ,
2007-06-18 14:14:33 +00:00
clustered_ARG , deltag_ARG , ignorelockingfailure_ARG , ignoremonitoring_ARG ,
logicalvolume_ARG , maxphysicalvolumes_ARG , monitor_ARG , partial_ARG ,
physicalextentsize_ARG , resizeable_ARG , resizable_ARG , test_ARG , uuid_ARG )
2001-09-25 12:49:28 +00:00
xx ( vgck ,
" Check the consistency of volume group(s) " ,
" vgck "
2002-11-29 15:02:57 +00:00
" \t [-d|--debug] \n "
" \t [-h|--help] \n "
" \t [-v|--verbose] \n "
2003-04-30 15:28:17 +00:00
" \t [--version] " " \n "
2001-09-25 12:49:28 +00:00
" \t [VolumeGroupName...] \n " )
2002-11-18 14:04:08 +00:00
xx ( vgconvert ,
" Change volume group metadata format " ,
" vgconvert " " \n "
" \t [-d|--debug] " " \n "
" \t [-h|--help] " " \n "
" \t [--labelsector sector] " " \n "
" \t [-M|--metadatatype 1|2] " " \n "
" \t [--metadatacopies #copies] " " \n "
2006-11-10 18:24:11 +00:00
" \t [--metadatasize MetadataSize[kKmMgGtTpPeE]] " " \n "
2002-11-18 14:04:08 +00:00
" \t [-t|--test] " " \n "
" \t [-v|--verbose] " " \n "
" \t [--version] " " \n "
" \t VolumeGroupName [VolumeGroupName...] \n " ,
force_ARG , test_ARG , labelsector_ARG , metadatatype_ARG , metadatacopies_ARG ,
metadatasize_ARG )
2001-09-25 12:49:28 +00:00
xx ( vgcreate ,
" Create a volume group " ,
2001-12-03 20:23:53 +00:00
" vgcreate " " \n "
" \t [-A|--autobackup {y|n}] " " \n "
2004-03-08 17:19:15 +00:00
" \t [--addtag Tag] " " \n "
2004-11-16 18:09:32 +00:00
" \t [--alloc AllocationPolicy] " " \n "
2007-01-23 13:08:34 +00:00
" \t [-c|--clustered {y|n}] " " \n "
2001-12-03 20:23:53 +00:00
" \t [-d|--debug] " " \n "
2002-04-24 18:20:51 +00:00
" \t [-h|--help] " " \n "
2001-12-03 20:23:53 +00:00
" \t [-l|--maxlogicalvolumes MaxLogicalVolumes] " " \n "
2002-11-18 14:04:08 +00:00
" \t [-M|--metadatatype 1|2] " " \n "
2001-12-03 20:23:53 +00:00
" \t [-p|--maxphysicalvolumes MaxPhysicalVolumes] " " \n "
2006-11-10 18:24:11 +00:00
" \t [-s|--physicalextentsize PhysicalExtentSize[kKmMgGtTpPeE]] " " \n "
2001-12-03 20:23:53 +00:00
" \t [-t|--test] " " \n "
" \t [-v|--verbose] " " \n "
" \t [--version] " " \n "
" \t VolumeGroupName PhysicalVolume [PhysicalVolume...] \n " ,
2001-09-25 12:49:28 +00:00
2005-03-21 22:55:12 +00:00
addtag_ARG , alloc_ARG , autobackup_ARG , clustered_ARG , maxlogicalvolumes_ARG ,
2004-05-18 22:12:53 +00:00
maxphysicalvolumes_ARG , metadatatype_ARG , physicalextentsize_ARG , test_ARG )
2001-09-25 12:49:28 +00:00
xx ( vgdisplay ,
" Display volume group information " ,
2001-12-03 20:23:53 +00:00
" vgdisplay " " \n "
" \t [-c|--colon | -s|--short | -v|--verbose] " " \n "
" \t [-d|--debug] " " \n "
" \t [-h|--help] " " \n "
2002-11-18 14:04:08 +00:00
" \t [--ignorelockingfailure] " " \n "
2002-12-12 20:55:49 +00:00
" \t [--nosuffix] \n "
2002-01-30 15:33:12 +00:00
" \t [-P|--partial] " " \n "
2002-12-12 20:55:49 +00:00
" \t [--units hsbkmgtHKMGT] \n "
2001-12-03 20:23:53 +00:00
" \t [-A|--activevolumegroups | [-D|--disk] " " \n "
2002-01-30 15:33:12 +00:00
" \t [--version] " " \n "
2002-12-12 20:55:49 +00:00
" \t [VolumeGroupName [VolumeGroupName...]] \n "
" \n "
" vgdisplay --columns|-C \n "
" \t [--aligned] \n "
" \t [-d|--debug] " " \n "
" \t [-h|--help] " " \n "
" \t [--ignorelockingfailure] " " \n "
" \t [--noheadings] \n "
" \t [--nosuffix] \n "
" \t [-o|--options [+]Field[,Field]] \n "
" \t [-O|--sort [+|-]key1[,[+|-]key2[,...]]] \n "
" \t [-P|--partial] " " \n "
" \t [--separator Separator] \n "
" \t [--unbuffered] \n "
" \t [--units hsbkmgtHKMGT] \n "
" \t [--verbose] " " \n "
" \t [--version] " " \n "
" \t [VolumeGroupName [VolumeGroupName...]] \n " ,
2001-09-25 12:49:28 +00:00
2002-12-12 20:55:49 +00:00
activevolumegroups_ARG , aligned_ARG , colon_ARG , columns_ARG , disk_ARG ,
ignorelockingfailure_ARG , noheadings_ARG , nosuffix_ARG , options_ARG ,
2004-12-21 21:40:36 +00:00
partial_ARG , short_ARG , separator_ARG , sort_ARG , unbuffered_ARG , units_ARG )
2001-09-25 12:49:28 +00:00
xx ( vgexport ,
" Unregister volume group(s) from the system " ,
2001-12-03 20:23:53 +00:00
" vgexport " " \n "
" \t [-a|--all] " " \n "
" \t [-d|--debug] " " \n "
" \t [-h|--help] " " \n "
" \t [-v|--verbose] " " \n "
" \t [--version] " " \n "
" \t VolumeGroupName [VolumeGroupName...] \n " ,
2001-09-25 12:49:28 +00:00
2001-11-28 18:03:11 +00:00
all_ARG , test_ARG )
2001-09-25 12:49:28 +00:00
xx ( vgextend ,
" Add physical volumes to a volume group " ,
" vgextend \n "
2002-11-29 15:02:57 +00:00
" \t [-A|--autobackup y|n] \n "
" \t [-d|--debug] \n "
" \t [-h|--help] \n "
" \t [-t|--test] \n "
" \t [-v|--verbose] \n "
2002-12-12 20:55:49 +00:00
" \t [--version] " " \n "
2001-12-03 20:23:53 +00:00
" \t VolumeGroupName PhysicalDevicePath [PhysicalDevicePath...] \n " ,
2001-09-25 12:49:28 +00:00
2001-11-28 18:03:11 +00:00
autobackup_ARG , test_ARG )
2001-09-25 12:49:28 +00:00
xx ( vgimport ,
" Register exported volume group with system " ,
2001-12-03 20:23:53 +00:00
" vgimport " " \n "
2002-11-29 15:02:57 +00:00
" \t [-a|--all] \n "
2001-12-03 20:23:53 +00:00
" \t [-d|--debug] " " \n "
" \t [-f|--force] " " \n "
" \t [-h|--help] " " \n "
" \t [-t|--test] " " \n "
" \t [-v|--verbose] " " \n "
2002-12-12 20:55:49 +00:00
" \t [--version] " " \n "
2002-01-29 19:19:37 +00:00
" \t VolumeGroupName... " " \n " ,
2001-09-25 12:49:28 +00:00
2002-01-29 19:19:37 +00:00
all_ARG , force_ARG , test_ARG )
2001-09-25 12:49:28 +00:00
xx ( vgmerge ,
" Merge volume groups " ,
" vgmerge \n "
2002-11-29 15:02:57 +00:00
" \t [-A|--autobackup y|n] \n "
" \t [-d|--debug] \n "
" \t [-h|--help] \n "
" \t [-l|--list] \n "
" \t [-t|--test] \n "
" \t [-v|--verbose] \n "
2002-12-12 20:55:49 +00:00
" \t [--version] " " \n "
2001-09-25 12:49:28 +00:00
" \t DestinationVolumeGroupName SourceVolumeGroupName \n " ,
autobackup_ARG , list_ARG , test_ARG )
xx ( vgmknodes ,
" Create the special files for volume group devices in /dev " ,
" vgmknodes \n "
2002-11-29 15:02:57 +00:00
" \t [-d|--debug] \n "
" \t [-h|--help] \n "
2005-04-04 14:44:49 +00:00
" \t [--ignorelockingfailure] \n "
2002-11-29 15:02:57 +00:00
" \t [-v|--verbose] \n "
2002-12-12 20:55:49 +00:00
" \t [--version] " " \n "
2005-04-04 14:44:49 +00:00
" \t [VolumeGroupName...] \n " ,
ignorelockingfailure_ARG )
2001-09-25 12:49:28 +00:00
xx ( vgreduce ,
" Remove physical volume(s) from a volume group " ,
" vgreduce \n "
2002-11-29 15:02:57 +00:00
" \t [-a|--all] \n "
" \t [-A|--autobackup y|n] \n "
" \t [-d|--debug] \n "
" \t [-h|--help] \n "
2005-12-21 21:21:45 +00:00
" \t [--mirrorsonly] \n "
2003-01-17 21:04:26 +00:00
" \t [--removemissing] \n "
2002-11-29 15:02:57 +00:00
" \t [-t|--test] \n "
" \t [-v|--verbose] \n "
2002-12-12 20:55:49 +00:00
" \t [--version] " " \n "
2001-09-25 12:49:28 +00:00
" \t VolumeGroupName \n "
" \t [PhysicalVolumePath...] \n " ,
2005-12-21 21:21:45 +00:00
all_ARG , autobackup_ARG , mirrorsonly_ARG , removemissing_ARG , test_ARG )
2001-09-25 12:49:28 +00:00
xx ( vgremove ,
" Remove volume group(s) " ,
" vgremove \n "
2002-11-29 15:02:57 +00:00
" \t [-d|--debug] \n "
2007-08-28 16:14:49 +00:00
" \t [-f|--force] \n "
2002-11-29 15:02:57 +00:00
" \t [-h|--help] \n "
" \t [-t|--test] \n "
" \t [-v|--verbose] \n "
2002-12-12 20:55:49 +00:00
" \t [--version] " " \n "
2001-11-28 18:03:11 +00:00
" \t VolumeGroupName [VolumeGroupName...] \n " ,
2007-08-28 16:14:49 +00:00
force_ARG , test_ARG )
2001-09-25 12:49:28 +00:00
xx ( vgrename ,
" Rename a volume group " ,
" vgrename \n "
2002-11-29 15:02:57 +00:00
" \t [-A|--autobackup y|n] \n "
" \t [-d|--debug] \n "
" \t [-h|--help] \n "
" \t [-t|--test] \n "
" \t [-v|--verbose] \n "
2002-12-12 20:55:49 +00:00
" \t [--version] " " \n "
2001-12-03 20:23:53 +00:00
" \t OldVolumeGroupPath NewVolumeGroupPath | \n "
2001-09-25 12:49:28 +00:00
" \t OldVolumeGroupName NewVolumeGroupName \n " ,
2001-11-28 18:03:11 +00:00
autobackup_ARG , force_ARG , test_ARG )
2001-09-25 12:49:28 +00:00
2002-12-12 20:55:49 +00:00
xx ( vgs ,
" Display information about volume groups " ,
" vgs " " \n "
" \t [--aligned] \n "
2005-06-03 14:49:51 +00:00
" \t [-a|--all] \n "
2002-12-12 20:55:49 +00:00
" \t [-d|--debug] \n "
" \t [-h|--help] \n "
" \t [--ignorelockingfailure] \n "
" \t [--noheadings] \n "
" \t [--nosuffix] \n "
" \t [-o|--options [+]Field[,Field]] \n "
" \t [-O|--sort [+|-]key1[,[+|-]key2[,...]]] \n "
" \t [-P|--partial] " " \n "
" \t [--separator Separator] \n "
2006-08-01 14:56:33 +00:00
" \t [--trustcache] \n "
2002-12-12 20:55:49 +00:00
" \t [--unbuffered] \n "
" \t [--units hsbkmgtHKMGT] \n "
" \t [-v|--verbose] \n "
" \t [--version] \n "
" \t [VolumeGroupName [VolumeGroupName...]] \n " ,
2006-05-12 19:16:48 +00:00
2005-06-03 14:49:51 +00:00
aligned_ARG , all_ARG , ignorelockingfailure_ARG , noheadings_ARG ,
nolocking_ARG , nosuffix_ARG , options_ARG , partial_ARG , separator_ARG ,
2006-08-01 14:56:33 +00:00
sort_ARG , trustcache_ARG , unbuffered_ARG , units_ARG )
2002-12-12 20:55:49 +00:00
2001-09-25 12:49:28 +00:00
xx ( vgscan ,
" Search for all volume groups " ,
" vgscan "
2002-11-29 15:02:57 +00:00
" \t [-d|--debug] \n "
" \t [-h|--help] \n "
2002-11-28 15:27:29 +00:00
" \t [--ignorelockingfailure] \n "
2003-11-14 14:03:48 +00:00
" \t [--mknodes] \n "
2002-11-29 15:02:57 +00:00
" \t [-P|--partial] " " \n "
2006-05-12 19:16:48 +00:00
" \t [-v|--verbose] \n "
2002-12-12 20:55:49 +00:00
" \t [--version] " " \n " ,
2002-11-28 15:27:29 +00:00
2003-11-14 14:03:48 +00:00
ignorelockingfailure_ARG , mknodes_ARG , partial_ARG )
2001-09-25 12:49:28 +00:00
xx ( vgsplit ,
" Move physical volumes into a new volume group " ,
2001-12-03 20:23:53 +00:00
" vgsplit " " \n "
" \t [-A|--autobackup {y|n}] " " \n "
" \t [-d|--debug] " " \n "
" \t [-h|--help] " " \n "
" \t [-l|--list] " " \n "
2002-11-18 14:04:08 +00:00
" \t [-M|--metadatatype 1|2] " " \n "
2001-12-03 20:23:53 +00:00
" \t [-t|--test] " " \n "
" \t [-v|--verbose] " " \n "
" \t [--version] " " \n "
" \t ExistingVolumeGroupName NewVolumeGroupName " " \n "
" \t PhysicalVolumePath [PhysicalVolumePath...] \n " ,
2001-09-25 12:49:28 +00:00
2002-05-31 19:30:51 +00:00
autobackup_ARG , list_ARG , metadatatype_ARG , test_ARG )
2002-01-17 16:39:24 +00:00
xx ( version ,
" Display software and driver version information " ,
" version \n " )