How can I increase the storage of a Lumu Virtual Appliance?

How can I increase the storage of a Lumu Virtual Appliance?

It is strongly recommended to save a Snapshot of the current state of the VA in your hypervisor before you begin.
First, shut down the appliance, then increase its capacity using the hypervisor. 
To shut down the Lumu Virtual Appliance execute the command:

shutdown -h now

The following links show how to increase storage in different providers.
  1. VMWare  
  2. HyperV
  3. Virtualbox
Next, you should turn on the VA, log in and execute the following commands:

  sudo apt update
  sudo apt install cloud-guest-utils -y
  sudo growpart /dev/sda 1
  sudo resize2fs /dev/sda1

Finally, check that the VA drive was updated using the following command:

  df -h

Verify storage upgrade Verify storage upgrade


        • Related Articles

        • What are the commands available for the Virtual Appliance?

          The table below lists the available configuration and management commands for the Lumu Virtual Appliance. Some commands will require privileges, in which case you will be prompted to enter the sudo credentials. lumu-appliance [argument] Argument ...
        • Does the use of Lumu DNS or the Virtual Appliance affect the latency of our systems?

          Lumu DNS is designed for speed and reliability. We invite you to test the latency by yourself. By implementing a Virtual Appliance, you add a component that contributes to a nominal amount of latency in your internal network. The difference in ...
        • What Hostname permissions should I add to my Firewall before deploying a VA?

          What are the Hostname permissions required by my Firewall to prevent it from blocking the Lumu VA? For the proper operation of the Lumu Virtual Appliance, you must configure your network’s firewall to allow connections to the hostnames listed below ...
        • Do you use a physical appliance to do the data collection?

          We do not. Lumu offers virtual appliances that allow your organization to collect the network metadata of your entire enterprise easily. Consult our deployment documentation for details.
        • Is Lumu similar to an IDPS?

          Lumu and IDPS are different technologies from different eras, designed with different purposes in mind. For starters, Lumu is a technology that was built from the ground up with a single objective: help measure and understand your unique compromise ...