Increasing disk size from 100 GB to 200 GB on an ERM instance
All new installations of ERM starting from installer version 1.0.8 are deployed with a 200 GB disk.
If you have a already deployed ERM you need to follow the instructions below (per hypervisor) to increase the disk of your currently deployed ERM.
VMware
For VMware hypervisors:
- Login to your vCenter and find your ERM machine.
- Right click on the machine and go to edit settings.
-
Under the virtual hardware section and under hard disk:
- Change the GB value from 100 to 200.
- Press OK.
- Verify that the created task to reconfigure the virtual machine is successful.
- On the next reboot the partitions will be resized automatically.
-
To confirm that the partitions have been resized you can log in to ERM with SSH or via the serial console and run the command:
df -h
Hyper-V
For Hyper-V hypervisors:
- Connect to your Windows server running Hyper-V manager.
- Click on the Hyper-V server where your ERM instance is located.
- Shutdown the ERM instance.
- Under actions on the right hand side press Edit disk.
- Follow the wizard: go to Next.
- Locate the disk, browse and pick the location of the ERMdisk. (You can check on the actual machine under settings and hard drive to see where the virtual hard disk is located.)
- Select the disk and press Open and then Next.
- Select the option Expand and press Next.
- Add the new size: change it from 100 to 200 and press Next.
- Press Finish.
- Start up the ERM instance again.
-
To confirm that the partitions have been resized you can log in to ERM with SSH or via the serial console and run the command:
df -h
GCP
For GCP hypervisors:
- Login to the Google cloud console.
- Go to Compute engine → under storage and click on Disks.
- Locate the disk associated with the Compute instance of ERM.
- Click on the disk.
- Press Edit.
- Change the size from 100 GB to 200 GB.
- Save and verify that the activity to update the disk is successful.
- On the next reboot the partitions will be resized automatically.
-
To confirm that the partitions have been resized you can log in to ERM with SSH or via the serial console and run the command:
df -h
Azure
For Azure hypervisors:
- Log in to the Azure portal.
- Go to virtual machine and locate your ERM instance or search for it.
- Click on the virtual machine.
- You need to stop your virtual machine before you can continue. Press Stop.
- Wait for the machine to shut down.
- Under the settings menu in left sidebar click on Disks.
- Under Disk name click on the instance disk.
- When inside the disk on the left sidebar click on Size + performance.
- Change the value in the custom disk size from 100 to 200.
- Select the default performance tier.
- Press Save.
- Save and verify that the activity to update the disk is successful.
- Go back to virtual machine and start it up.
-
To confirm that the partitions have been resized you can log in to ERM with SSH or via the serial console and run the command:
df -h