Note: This procedure should not affect your data in any way, but it is highly recommended to create a snapshot of the VM before starting.
Step by step:
Shut down the VM.
Edit the VM settings and increase the size of the disk. See Recommended sizing below for the Faddom appliance recommendation.
Start the VM.
Run
df -hto verify the drive name and current size before making any changes.Run
fdisk, replacing/dev/sdbwith the partition name shown in thedf -houtput from step 4.Enter
pto see the details of the existing partition.
Note the Start location
Type d to delete the partition
Type n to create a new partition and accept all the defaults
If asked to remove the signature, select yes
You may need to move the start of the partition to match the start of the partition before the change. To do this:
Type w to write the changes
Run
df -hagain to confirm the changes were applied to the correct drive before rebooting.
Reboot the server so it reads the new partition information.
Grow the file system using
xfs_growfs, replacing/dev/sdb1with the partition name shown in thedf -houtput from step 12.
The database disk size should now have been increased.
Recommended Sizing
To view the recommended size follow the below procedure


