Tuesday, November 15, 2016

Adding New Disk to Linux VM running on Nutanix AHV (Part-2: Creating new Volume group and new Logical Volume)

We extended the current Volume group and Logical Volume with the new added disk to the VM, 
In this post we will go through How to create a new Volume Group and new Logical Volume and we will mount it to a new mounting point,
To create a new Volume Group and new Logical volume we will start with same steps like what we did in the first post:
-       Add the new disk from Nutanix Prism
-       FDISK
-       Physical Volume Create using “pvcreate
Next step we will run the command “vgcreate” give a new name to the new Volume Group

Sunday, November 13, 2016

Adding New Disk to Linux VM running on Nutanix AHV (Part-1: Extending Current Volume group and Logical Volume)


In this post, I will go through the Steps to Add a New Disk to Linux VM running on Nutanix AHV,
In my example, I have Oracle Linux 6.5 VM running with one assigned disk with 100 GB and we want to add another disk with 350 GB, first let’s check the status of the available Volumes with the command “pvscan”
Note that you have only one Volume with 100 GB

Now let’s List all available disk Partitions by running the command: Ls /dev/sd*
The command will list all available hard disks