Joins a snapshot volume group back into its original volume group.
joinvg [ -f ] vgname
Joins a snapshot volume group that was created with the splitvg command back into its original volume group. The snapshot volume group is deleted and the disks reactivated in the original volume group. Any stale partitions will be resynchronized by a background process.
Item | Description |
---|---|
-f vgname | Forces the join when disks in the snapshot volume group are missing or removed. The mirror copy on the missing or removed disks will be removed from the original volume group. The vgname parameter specifies the original volume group name with the splitvg command. |
Access Control: You must have root authority to run this command.
joinvg testvg
Item | Description |
---|---|
/usr/sbin | Directory where the joinvg command resides. |