Description | This article describes how to increase the hard drive size in a FortiNAC virtual appliance. |
Scope | FortiNAC. |
Solution |
From the Console of the Virtual Appliance:
After Reboot:
> df -lh
> pvs
> fdisk –l –u /dev/sda
> vgdisplay
> lvdisplay
> fdisk /dev/sda
> reboot
> fdisk -l -u
> pvcreate /dev/sda3
> vgextend centos /dev/sda3
> vgdisplay centos
> lvdisplay
> lvextend -L+50G /dev/centos/root
> lvdisplay
> xfs_growfs /dev/centos/root
> df -lh
|
Comments