| Description | This article describes the procedure for increasing FortiPAM on-premises disk Space or adding a new disk, specifically FortiPAM over VMware. |
| Scope | FortiPAM v1.7 over VMware (ESXI or vCenter). |
|
Solution |
This version (v1.7) is based on Rocky Linux 8.x and includes an internal Storage Management module, so the process differs slightly from older releases.
Goal:
Increase FortiPAM storage capacity without data loss, either by:
Step by Step:
In vCenter or ESXi, locate the FortiPAM VM and shut it down properly:
Note:
If using an HA cluster, shut down one node at a time (start with the secondary node).
Note:
If the preference is separate storage (e.g., logs vs. video), add a new virtual disk instead of expanding the existing one.
Example output:
sda 200G
├─sda1 1G
├─sda2 4G
└─sda3 195G / sdb 200G
Note:
This shows all disks and partitions. Confirm whether the size increase or the new disk is visible.
Option A: Expand an existing disk:
sudo growpart /dev/sda 3
sudo xfs_growfs /
Note:
The additional space is reflected on the root filesystem.
Option B: Add a new disk (recommended for logs or video):
Example:
sdb 500G
sudo mkdir /data/video
sudo mount /dev/sdb /data/video
Note:
FortiPAM will restart storage services automatically.
Verification
Best practices
|
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 2025 Fortinet, Inc. All Rights Reserved.