Google Cloud (GCP) Specific Management
- 1 Minute to read
- Print
- DarkLight
- PDF
Google Cloud (GCP) Specific Management
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Extending the CTERA Data Disk Size
Note
CTERA recommends changing the storage with the help of CTERA recommends changing the storage with the help of CTERA Support.
To extend the CTERA main database storage pool:
- For each CTERA Portal instance you have installed, stop CTERA 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
- Extend the storage pool, by doing the following:
- Log in as
root
user to your CTERA Portal server over SSH. - Run the following command:
xfs_growfs /usr/local/lib/ctera
- Locate the device name according to its size and usage information.
- Log in as
- To view the data disk size, run the following command:
df –h /usr/local/lib/ctera
- For each CTERA Portal instance you installed, 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?