Increasing the Data or Archive Pool Size
- 1 Minute to read
- Print
- PDF
Increasing the Data or Archive Pool Size
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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:
- Log on to the Hyper-V Manager.
- Right-click the CTERA Portal virtual machine and click Shut Down....
- Right-click the CTERA Portal virtual machine and click Settings....
The Settings window is displayed.
- Attach a VHDX drive to the CTERA Portal server, by doing the following:
- Select IDE Controller, under Hardware and then Hard Drive under the IDE Controller options.
- Click Add.
- Specify the controller and location for the hard drive.
- Click New under the Virtual hard disk option.
The New Virtual Hard Disk wizard is displayed. - Select the disk format you want, VHD or VHDX, and click Next.
The Choose Disk Type window is displayed. - Select the type of disk you want and click Next.
The Specify Name and Location window is displayed. - Specify a name to identify the disk and a location for it and click Next.
The Configure Disk window is displayed. - Specify the size for the disk and click Next.
The Completing the New Virtual Hard Disk wizard window is displayed, showing the details of the new disk. - Click Finish.
- Click Apply and the OK.
- Right-click the CTERA Portal virtual machine and click Start.
- Run the command to stop the CTERA Portal services:
portal-manage.sh stop
- Extend the storage by doing the following:
- Log in as
root
to the 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 extend the data pool:
portal-storage-util.sh extend_storage deviceName
Where deviceName is the device name identified when you ranfdisk -l
.
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 ranfdisk -l
.
For example:portal-storage-util.sh extend_db_archive_pool sde
- Log in as
- For each CTERA Portal instance, 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
- Log in as
Was this article helpful?