Google Cloud (GCP) Specific Management
- 10 Apr 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Google Cloud (GCP) Specific Management
- Updated on 10 Apr 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Article Summary
Share feedback
Thanks for sharing your feedback!
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 Google Cloud Platform as a user with rights to deploy images and create virtual machines and storage.
- Select the project from the Select a project drop-down.
- Click Compute Engine > VM instances in the navigation menu.
- Click the CTERA Portal virtual machine and then click Stop.
- Log in as
root
over SSH to the CTERA Portal server with the data pool or archive pool to increase. - For the data pool, run the following:
xfs_growfs /usr/local/lib/ctera
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
Was this article helpful?