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
|
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.