Google Cloud (GCP) Specific Management
  • 1 Minute to read
  • Dark
    Light
  • PDF

Google Cloud (GCP) Specific Management

  • Dark
    Light
  • PDF

Article summary

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:

  1. For each CTERA Portal instance you have installed, stop CTERA services, by doing the following:
    1. Open an SSH session to the CTERA Portal instance.
    2. Log in as root user.
    3. Run the command to stop the CTERA Portal services: portal-manage.sh stop
  2. Extend the storage pool, by doing the following:
    1. Log in as root user to your CTERA Portal server over SSH.
    2. Run the following command: xfs_growfs /usr/local/lib/ctera
    3. Locate the device name according to its size and usage information.
  3. To view the data disk size, run the following command: df –h /usr/local/lib/ctera
  4. For each CTERA Portal instance you installed, starting from the CTERA Portal main database and proceeding to the application servers, start CTERA Portal services.
    1. Log in as rootuser to each CTERA Portal server over SSH.
    2. Run the following command to start the portal services: portal-manage.sh start

Was this article helpful?