[RHEL] Extend Disk Space using LVM
[RHEL] Extend Disk Space using LVM : Some times we need to Extend Volume space for increasing the disk space of RHEL server which using LVM disks partations . in this topic we discuss how to Extend Disk Space using LVM [RHEL] Extend Disk Space using LVM : Before going to Extend Volume space for increasing the disk space we need to provision free disk space to the server. Note: Please take a healthy backup of the server before going to perform Extend Volume space using below commands. Check the Disk space and partations # df -h Extend Disk Space using LVM: RHEL 6/7 # pvscan PV /dev/sda3 VG VOLGROUP lvm2 [<65.50 GiB / 0 free] PV /dev/sda4 lvm2 [30.00 GiB] Total: 2 [<95.50 GiB] / in use: 1 [<65.50 GiB] / in no VG: 1 [30.00 GiB] ...