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:
- Log in to the HPE VM Essentials console.
- Click Provisioning > Instances and select the CTERA Portal VM.
The VM details are displayed.

- Click Actions > Stop Server.

- Click Actions > Reconfigure.
- Specify the new size for the volume.
- Click Reconfigure.

- Click the Storage tab.
- Note the DEVICE value for the data pool and/or archive pool disk.
- Extend the storage by doing the following:
- Log in as
rootto the CTERA Portal server over SSH. - Run the following command to extend the data pool:
portal-storage-util.sh extend_storage deviceName
Where deviceName is the DEVICE value from the Storage tab.
Run the following command to extend the archive pool:portal-storage-util.sh extend_db_archive_pool device
Where deviceName is the DEVICE value from the Storage tab.
For example:portal-storage-util.sh extend_db_archive_pool sdc
- Log in as
- For each CTERA Portal instance, starting from the CTERA Portal main database and proceeding to the application servers, start CTERA Portal services by doing the following:
- Log in as
rootuser to each CTERA Portal server over SSH. - Run the following command to start the portal services:
portal-manage.sh start
- Log in as