2008-10-08 16:50:13 +04:00
.TH VGMERGE 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
2002-01-04 23:35:19 +03:00
.SH NAME
2014-06-11 13:06:30 +04:00
vgmerge \(em merge two volume groups
2002-01-04 23:35:19 +03:00
.SH SYNOPSIS
.B vgmerge
2012-04-11 16:42:10 +04:00
.RB [ \- A | \- \- autobackup
.RI { y | n }]
2014-05-21 16:53:56 +04:00
.RB [ \- \- commandprofile
.IR ProfileName ]
2012-04-11 16:42:10 +04:00
.RB [ \- d | \- \- debug ]
.RB [ \- h | \- ? | \- \- help ]
.RB [ \- l | \- \- list ]
.RB [ \- t | \- \- test ]
.RB [ \- v | \- \- verbose ]
.I DestinationVolumeGroupName
.I SourceVolumeGroupName
2002-01-04 23:35:19 +03:00
.SH DESCRIPTION
2012-04-11 16:42:10 +04:00
vgmerge merges two existing volume groups. The inactive
\fI SourceVolumeGroupName\fP will be merged into
the \fI DestinationVolumeGroupName\fP if physical extent sizes
2002-01-04 23:35:19 +03:00
are equal and physical and logical volume summaries of both volume groups
2012-04-11 16:42:10 +04:00
fit into \fI DestinationVolumeGroupName\fP 's limits.
2002-01-04 23:35:19 +03:00
.SH OPTIONS
2012-04-11 16:42:10 +04:00
See \fB lvm\fP (8) for common options.
.TP
.BR \- l ", " \- \- list
2014-06-11 13:06:30 +04:00
Display merged \fI DestinationVolumeGroupName\fP like \fB vgdisplay \- v\fP .
2002-01-04 23:35:19 +03:00
.TP
2012-04-11 16:42:10 +04:00
.BR \- t ", " \- \- test
2002-01-04 23:35:19 +03:00
Do a test run WITHOUT making any real changes.
.SH Examples
2012-04-11 16:42:10 +04:00
Merge the inactive volume group named "my_vg"
2002-01-04 23:35:19 +03:00
into the active or inactive volume group named "databases" giving verbose
2012-04-11 16:42:10 +04:00
runtime information:
.sp
2014-06-11 13:06:30 +04:00
.B vgmerge \- v databases my_vg
2002-01-04 23:35:19 +03:00
.SH SEE ALSO
2008-10-08 16:50:13 +04:00
.BR lvm (8),
.BR vgcreate (8),
.BR vgextend (8),
2002-01-04 23:35:19 +03:00
.BR vgreduce (8)