VGMERGE(8) System Manager's Manual VGMERGE(8)NAME
vgmerge - merge two volume groups
SYNOPSIS
vgmerge [-A|--autobackup y|n] [-d|--debug] [-h|-?|--help] [-l|--list] [-t|--test] [-v|--verbose] DestinationVolumeGroupName SourceVol-
umeGroupName
DESCRIPTION
vgmerge merges two existing volume groups. The inactive SourceVolumeGroupName will be merged into the DestinationVolumeGroupName if physi-
cal extent sizes are equal and physical and logical volume summaries of both volume groups fit into DestinationVolumeGroupName's limits.
OPTIONS
See lvm for common options. -l, --list Display merged DestinationVolumeGroupName like "vgdisplay -v".
-t, --test
Do a test run WITHOUT making any real changes.
Examples
"vgmerge -v databases my_vg" merges the inactive volume group named "my_vg" into the active or inactive volume group named "databases" giv-
ing verbose runtime information.
SEE ALSO lvm(8), vgcreate(8), vgextend(8), vgreduce(8)Sistina Software UK LVM TOOLS 2.02.95(2) (2012-03-06) VGMERGE(8)
Check Out this Related Man Page
VGMERGE(8) System Manager's Manual VGMERGE(8)NAME
vgmerge - merge two volume groups
SYNOPSIS
vgmerge [-A|--autobackup y|n] [-d|--debug] [-h|-?|--help] [-l|--list] [-t|--test] [-v|--verbose] DestinationVolumeGroupName SourceVol-
umeGroupName
DESCRIPTION
vgmerge merges two existing volume groups. The inactive SourceVolumeGroupName will be merged into the DestinationVolumeGroupName if physi-
cal extent sizes are equal and physical and logical volume summaries of both volume groups fit into DestinationVolumeGroupName's limits.
OPTIONS
See lvm for common options. -l, --list Display merged DestinationVolumeGroupName like "vgdisplay -v".
-t, --test
Do a test run WITHOUT making any real changes.
Examples
"vgmerge -v databases my_vg" merges the inactive volume group named "my_vg" into the active or inactive volume group named "databases" giv-
ing verbose runtime information.
SEE ALSO lvm(8), vgcreate(8), vgextend(8), vgreduce(8)Sistina Software UK LVM TOOLS 2.02.95(2) (2012-03-06) VGMERGE(8)
Hi,
I can list active subservers of subsystem by issuing "lssrc -l -s somesubsystem"
How do I list inactive subservers or at least all subservers(active+inactive) of certain subsystem ?
thanks
Vilius (3 Replies)
Do we have concepts of volume groups in solaris like we have in Linux(command: vgdiplay) and AIX(command: lsvg).
If yes, then what commands/ files can give details for same. (1 Reply)
i have several lv (data , data1 , data2) under same volume group,
i just want to test 1 lv for data errors is that possible?
this test all sdc disk , but i just want to test lv_data
smartctl -a /dev/sdc
because lv_data2 is corrupt , but i don't know if this lv uses sdc disk (1 Reply)
Whilst perfoming some tests on lvm's I managed to crash our test box. No real problem as it is only used by our tech team.
however I would like to know why this was actually caused as the task being performed at the time was one which I though would not have any impact.
Using dd I was... (5 Replies)