Increasing Storage Space on Existing Volume - BDRSuite VMware Virtual Appliance
IT Administrators deploying BDRSuite Backup Server on VMware VM using the BDRSuite VMware Virtual Appliance often start with a 1 or 2 TB volume for storage. As data grows, there might be a need to expand the disk to accommodate more backup data.
Follow these steps to increase the storage space of an existing storage volume:
1. Stop Services:
- Login to the BDRSuite machine.
- Stop BDRSuite, MySQL, and Mongo services using the following commands:
/etc/init.d/mysql stop
/etc/init.d/mongo stop
/etc/init.d/vembubdr stop
Power off the BDRSuite Backup Server VM from the VMware vSphere Client.
3. Edit VM Settings:
- Right-click the VM and select "Edit Settings."
- Choose the exact hard disk and increase the provisioned storage size according to your requirements.
Note: VMware vSphere allows users to Hot-Add storage size up to 2 TB without powering off the VM.
- Save the configuration and power on the VM.
4. Terminal Commands:
- Login to the VM and open the terminal.
- Switch to sudo user and run the following command to check if the increased storage size updated properly:
- Then run the below command to resize the existing storage volume. Until you run this command, the increased storage will not be allocated to the mount point.
For Example: `resize2fs /dev/sdb`
- This process may take time based on the used data.
5. Verification
Verify the changes by checking the disk space using the "df" command:
Start Vembu BDR, MySQL, and Mongo services using the following commands:
/etc/init.d/mysql start
/etc/init.d/mongo start
/etc/init.d/vembubdr start
Login and check the Vembu BDR backup server user interface to ensure proper functionality.
Related Articles
Insufficient Server Storage Space in BDRSuite Backup Server
KB ID: 101016 Issue: The error message "Not enough space in Server storage location" occurs on the BDRSuite Backup Server when the drive designated to store the backup data from a BDRSuite Client becomes full. Consequently, the server is unable to ...
Inaccessible Storage Volume for Repository in BDRSuite
KB ID: 102115 Issue: 'The repository with Repository ID [X] located at Volume Path [X:/sgstorage/storage/Repo_X] is not accessible'. This issue may occur due to various reasons: 1. The storage volume, whether it's a network drive or an ISCSI Virtual ...
Insufficient Storage Space Issue in BDRSuite Backup Server
KB ID: 101016 Issue: Encountering an error message indicating "Not enough space in Server storage location" on the BDRSuite backup server. This error occurs when the designated drive, which stores the backup data for a specific client on the server, ...
How To Setup Virtual Appliance In ESXi Host
KB ID: 80 Purpose: This article provides guidance on setting up a Virtual Appliance in an ESXi host using BDRSuite Backup Solutions. The Virtual Appliance is a pre-configured BDRSuite Backup Server that is quick to deploy, allowing IT professionals ...
VMware Backup: About BDRSuite
BDRSuite provides a comprehensive Backup and Disaster Recovery solution for VMware environments, designed to meet the needs of small, medium, and enterprise businesses. It enables centralized management of backup and recovery tasks for Vmware virtual ...