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 2157 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

Moving SSL Certificate from IIS to Apache
Viewed 2073 times since Mon, Feb 18, 2019
Red Hat ADDING SWAP SPACE
Viewed 2126 times since Fri, Jun 8, 2018
How To Add Swap Space on Ubuntu 16.04
Viewed 2413 times since Fri, Jun 8, 2018
VMWare tools free
Viewed 9124 times since Mon, Jul 16, 2018