Extending the CTERA Main Database Storage Pool
- 21 Mar 2022
- 1 Minute to read
- Print
- DarkLight
- PDF
Extending the CTERA Main Database Storage Pool
- Updated on 21 Mar 2022
- 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 (http://www.ctera.com/support).
To extend the CTERA main database storage pool:
- For each CTERA Portal instance you have installed, stop CTERA services, by doing the following:
- Log in to the OpenStack console and access Project > Compute > Instances.
- For the portal instance, under Actions select Shut Off Instance.
- Confirm shutting off the instance.
- Access Project > Compute > Volumes.
- Click Create Volume.
The Create Volume screen is displayed.
- Specify the details for the image.
Volume Name – A unique name to identify the volume.
Description – An optional description of the volume.
Volume Source – SelectNo source, empty volume.
Type – Selectiscsi.
Size – The additional disk size.
Availability Zone – Select the same availability zone used for the image. - Click Create Volume.
The volume is created. This can take a few minutes. - For the new volume, under Actions select Manage Attachments.
The Manage Volume Attachments dialog is displayed.
- Select the portal instance and click Attach Volume.
- Access Project > Compute > Instances.
- For the portal instance, under Actions select Start Instance.
- Extend the CTERA Storage Pool, by doing the following:
- Log in as root to your CTERA Portal server over SSH.
- Run the following command to identify the name of the device you attached:
fdisk –l
Locate the device name according to its size and usage information. - Run the following command to stop the
portal services: portal-manage.sh stop
- Run the following command to extend the CTERA Storage Pool:
portal-storage-util.sh extend_storage
deviceName
Where deviceName is the device name located in the previous step.
The main database storage pool is extended.
- To view the storage pool 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 by doing the following:
- 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
Was this article helpful?