Extending the CTERA Main Database Storage Pool
- 24 Mar 2022
- 1 Minute to read
- Print
- DarkLight
- PDF
Extending the CTERA Main Database Storage Pool
- Updated on 24 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:
- Open the Hyper-V Manager.
- Right-click the CTERA Portal virtual machine and click Shut Down....
- Confirm shutting down the instance.
- 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 SCSI Controller, under Hardware and then Hard Drive under the SCSI Controller options.
- Click Add.
- Specify the SCSI Controller to use and the location for the hard drive.
- Click New under the Virtual Hard Disk option.
The New Virtual Hard Disk wizard opens, displaying the Choose Disk Format dialog box. - Select the disk format you want, VHD or VHDX, and click Next.
The Choose Disk Type dialog is displayed. - Select the type of disk you want and click Next.
The Specify Name and Location dialog is displayed. - Specify a name to identify the disk and a location for it and click Next.
The Configure Disk dialog is displayed. - Specify the size for the disk and click Next.
The Completing the New Virtual Hard Disk wizard dialog is displayed, showing the details of the new disk. - Click Finish.
- Click Apply.
- Select SCSI Controller, under Hardware and then Hard Drive under the SCSI Controller options.
- Right-click the CTERA Portal virtual machine and click Start.
- 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?