LVM: Create a new Volume Group
Article Number: 176 | Rating: Unrated | Last Updated: Sat, Jun 2, 2018 10:33 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/sdb VG=newvg
# Initialize the physical disk to be used by LVM pvcreate $DISK
# Create VG
vgcreate -v $VG $DISK
|
Posted - Sat, Jun 2, 2018 10:33 PM. This article has been viewed 2551 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

RHCS6: Clustered LVM
Viewed 2718 times since Sun, Jun 3, 2018
How to use yum command on CentOS/RHEL
Viewed 11657 times since Wed, Oct 17, 2018
Install OpenVPN On CentOS / RHEL 7
Viewed 3603 times since Fri, May 15, 2020
Secure Secure Shell
Viewed 11905 times since Fri, Aug 21, 2020