Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In order to provide more disk space on the iDNA appliance, the underlying disk, partition and logical volume all have to be extended.


Note

Please note that all virtual disks should be located on the same physical storage for best performance.

In contrast to the old CentOS appliance, it is now recommended to enlarge the existing VMWare disk, rather than adding new virtual disks.

...

  1. Select the new physical disk:


  2. Select the unallocated space, open the Device menu and on click on Create Partition Table:


  3. Click on Select "gpt" as partition type and click on Apply in the warning:
    Image RemovedImage Added


  4. Select the new unallocated space, right-click and select New:



  5.  From the Createas drop down menu, select PrimaryPartition and chose lvm2pv as File system (if needed, a Label can be defined):


  6. Save your changes by clicking the apply button - also on the popup message
    Image Modified


    Info

    The new disk is now available to the operating system, but still needs to be made available to logical volumes.

  7. Start the "LVM Manager" (Logical Volumes Manager) from the Applications/Activities menu and select the original disk "sda" on the left hand navigation bar,
    right-click "cl-pan" in the device list, select "Edit" and click "Modify parents"
    Image Added

  8. Click "Add a parent" and select your new disk in the list of available devices and click OK.
    Image Added

  9. Apply the changes using the check-mark symbol (Apply pending actions) in the top tool bar
    Image Added

    You can leave the LVM Manager application open, as we will need it during the next steps.


Adding the new Disk Space to Logical Volume Groups

...

  1. Start a "Terminal" from the Applications/Activities menu, execute the command "ifa systemctl stop docker" and wait for the command to finish (this may take several minutes).
    Image RemovedImage Added

  2. Start the "LVM Manager" (Logical Volumes Manager) from the Applications/Activities menu and select the volume group "cl-pan" on the left hand navigation bar.



  3. Select the "pgdata" volume, right-click it and execute "Unmount"



  4. The unmount process will reset the selection in the device list, so please select "pgadata" again.
    Tip: volumes can also be selected via the top navigation bar:



  5. Right-click "pgdata", go to the edit sub-menu and select "Resize"



  6. Drag the indicator to the right to add disk space to this volume and confirm with "Resize"


    Note: even though were are adding all disk space to one volume in this example, the new available disk space may be divided between multiple volumes. For more information on calculating disk space requirements, please refer to the Setup Guide.


  7. Apply the changes using the check-mark symbol (Apply pending actions) in the top tool bar



  8. After confirming the queue, you should see a success message like the one below and the new disk space will now be available to iDNA.



  9. Depending on the size of the environment, the "appdata" partition may have to be resized as well. If that should be the case, please repeat the actions in steps 3 to 8 for this partition as well.
    A likely reason for the "appdata" partition needing resizing as well is if you have a large environment with a lot of applications. Please see the Virtual Hardware section in System Requirements for partition sizing recommendations.

  10. To complete the changes, we need to start iDNA Applications again. Since one or more partitions might be unmounted at this point, the easiest way to do this is execute the command "reboot" in the command line.