Skip to main content
All CollectionsFAQFAQ
How to increase the size of the database disk on the Faddom virtual appliance?
How to increase the size of the database disk on the Faddom virtual appliance?
A
Written by Alex Patnick
Updated this week

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.

Follow these steps:

  1. Shutdown the VM

  2. Edit the VM settings and increase the size of the disk - see Recommended Sizing for the Faddom appliances recommendation.

  3. Start the VM

  4. Run fdisk /dev/sdb

  5. Enter p to see the details of the existing partition

    article1.png
  6. Note the Start location

  7. Type d to delete the partition

  8. Type n to create a new partition and accept all the defaults

    article2.png
    • If asked to remove the signature, select yes

  9. You may need to move the start of the partition to match the start of the partition before the change. To do this:

    1. Type x to enter expert mode

    2. Type b to set the beginning of the partition

    3. Type 1 or whatever number the start was at before

      article3.png
    4. Type r to return to the main menu

    5. Type p to print the new partition to verify that the start location is correct

  10. Type w to write the changes

  11. Reboot the server so that it reads the new partition information

  12. Grow the file system using xfs_growfs /dev/sdb1

The database disk size should now have been increased.

Recommended Sizing

To view the recommended size follow the below procedure

  1. Click the gear icond

    Settings.png
  2. Select Global Parameters

    1.png
  3. Look for Topology archive enabled, then click on Estimate storage requirements..

    2.png



    It is recommended to double the total. In this example, you should have a disk size of 28Mb

    3.png
Did this answer your question?