Increasing the Data or Archive Pool Size
- 13 Aug 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Increasing the Data or Archive Pool Size
- Updated on 13 Aug 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Article Summary
Share feedback
Thanks for sharing your feedback!
Note
CTERA recommends changing the storage with the help of CTERA Support.
The following procedure includes creating a snapshot of the existing volume as a backup.
To increase storage:
- Log in to your Amazon Web Services account.
- Perform the following steps to take a snapshot of the CTERA volume as a backup.
- In the Amazon Web Services > Compute area, click EC2.
The EC2 Dashboard screen is displayed. - Under Resources click Volumes.
The Volumes page is displayed. - Locate the EBS volume to enlarge, right-click it and click Create snapshot.
The Create snapshot pane is displayed. - Optionally, enter a description for the snapshot.
- Click Create snapshot.
- In the Amazon Web Services > Compute area, click EC2.
- Locate the EBS volume to enlarge, right-click it and click Modify volume.
The Modify volume window is displayed. - Increase the size to the desired size.
- Click Modify.
- In the EC2 Dashboard under Resources, click Instances.
- Select the CTERA Portal instance and click Connect.
- Select the Session Manager tab and click Connect.
- Change to the root user by running the following command:
sudo -i
- Run the following command to stop the portal services:
portal-manage.sh stop
- 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
The volume is enlarged. - Run the following command to start the portal services:
portal-manage.sh start
Was this article helpful?