IBM Cloud Specific Management
  • 2 Minutes to read
  • Dark
    Light
  • PDF

IBM Cloud Specific Management

  • Dark
    Light
  • PDF

Article Summary

Increasing the Data or Archive Pool Size

The data pool size in increased by expanding the disk size. The archive pool size is increased by adding another volume.

Note

CTERA recommends changing the storage with the help of CTERA Support.

Increasing the Data Pool Size

To increase the storage for the data pool:

  1. For each CTERA Portal instance you have installed, stop CTERA Portal 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. Log in to your IBM Cloud Platform.
  3. Click VPC Infrastructure > Virtual server instances.
    The Virtual server instances for VPC page is displayed.
    image.png
  4. Click the virtual server instance.
    image.png
  5. In the virtual server instance, under Storage volumes, click the data pool volume.
    image.png
    The volume details are displayed.
    image.png
  6. Under Actions, select Expand volume.
    image.png
  7. Change the value in Create size to the new size.
    Note

    You can expand a disk but you cannot shrink a disk.

  8. Click Save and continue.
    image.png
  9. Log in as root over SSH to the CTERA Portal server with the data pool to increase.
  10. Run the following: portal-storage-util.sh resize_storage
  11. For each CTERA Portal instance, starting from the CTERA Portal main database and proceeding to the application servers, start CTERA Portal services.
    1. Log in as root user to each CTERA Portal server over SSH.
    2. Run the following command to start the portal services: portal-manage.sh start

Increasing the Archive Pool Size

To increase the storage for the archive pool:

  1. For each CTERA Portal instance you have installed, stop CTERA Portal 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. Log in to your IBM Cloud Platform.
  3. Click VPC Infrastructure > Virtual server instances.
    The Virtual server instances for VPC page is displayed.
    image.png
  4. Click the virtual server instance.
    image.png
  5. Scroll down to Storage volumes.
  6. Click Attach.
  7. Click in Block Volumes and select Create a data volume.
  8. Enter the following:
    Name – A name to uniquely identify the archive pool disk.
    Size – The size of the archive pool disk.
    Note

    The archive pool size should be double the data pool size and it should be sized around 2% of the expected global file system size.

    1. Click Save.
      image.png
  9. Log in as root over SSH to the CTERA Portal server with the archive pool to increase.
  10. Run 'fdisk -l'.
  11. Run the following command to extend the archive pool: portal-storage-util.sh extend_db_archive_pool device
    where device is the device name identified when you ran 'fdisk -l'.
    For example: portal-storage-util.sh extend_db_archive_pool vdf
  12. For each CTERA Portal instance, starting from the CTERA Portal main database and proceeding to the application servers, start CTERA Portal services.
    1. Log in as root user 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?