LVM: Extend an existing Volume Group by adding a new disk
Article Number: 177 | Rating: Unrated | Last Updated: Sat, Jun 2, 2018 10:35 PM
# Tested on RHEL 5, 6 & 7
# First, verify the disk/partition to use on the new VG with "fdisk" or any other similar # tool
DISK=/dev/sdd1 VG=vgdatabase
# Initialize disk under LVM
pvcreate $DISK
# Add disk to VG
vgextend $VG $DISK
# Check
vgdisplay -v $VG
|
Posted - Sat, Jun 2, 2018 10:35 PM. This article has been viewed 2192 times.
Filed Under:
Linux
There are no attachments for this article.
There are no comments for this article. Be the first to post a comment.
Related Articles

LOGROTATE – ARCHIWIAZACJA LOGÓW
Viewed 2138 times since Fri, Nov 30, 2018
RHEL: Handling SCSI disks
Viewed 12643 times since Sun, May 27, 2018
Linux Health Check Commands
Viewed 3311 times since Fri, Jun 8, 2018
Tropienie pożeracza dysku
Viewed 2395 times since Thu, May 24, 2018
Tcpdump Examples Linux
Viewed 6056 times since Fri, Nov 16, 2018
RHEL: Bonding network interfaces
Viewed 3851 times since Sat, Jun 2, 2018