Increasing the Data or Archive Pool Size
Note
CTERA recommends changing the storage with the help of CTERA Support.
To increase the storage:
- For each CTERA Portal instance you have installed, stop CTERA Portal services, by doing the following:
- Open an SSH session to the CTERA Portal instance.
- Log in as
root
user. - Run the command to stop the CTERA Portal services:
portal-manage.sh stop
- Log in to your Azure portal and in the main Azure portal menu, click Virtual machines.
- Select the CTERA Portal virtual machine and then click Stop.
- Click Settings > Disks in the navigation pane.
The disks attached to the virtual machine are displayed. - Click the disk to enlarge and then click Settings > Size + performance in the navigation pane..
- In the Custom disk size (GiB) field, enter the new size for the disk and click Save.
- Under Virtual machines select the CTERA Portal virtual machine and then click Start.
- Run the command to stop the CTERA Portal services:
portal-manage.sh stop
- Log in as
root
to your CTERA Portal server over SSH. - For the data pool, run the following:
portal-storage-util.sh resize_storage
For the archive pool, run the following:portal-storage-util.sh resize_db_archive_pool
- For each CTERA Portal instance, starting from the CTERA Portal main database and proceeding to the application servers, start CTERA Portal services.
- Log in as
root
user to each CTERA Portal server over SSH. - Run the following command to start the portal services:
portal-manage.sh start
- Log in as