- 02 Jun 2022
- 1 Minute to read
- Print
- DarkLight
- PDF
Extending the CTERA Main Database Storage Pool
- Updated on 02 Jun 2022
- 1 Minute to read
- Print
- DarkLight
- PDF
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:
For each CTERA Portal instance you have installed, stop CTERA services, by doing the following:
- Open an SSH session to the CTERA Portal instance.
- Log in as
root
user. - Run the command to stop the CTERA Portal services:
portal-manage.sh stop
Attach a VMDK drive to the CTERA Portal server, by doing the following:
- In the vSphere Web Client, right-click the CTERA Portal virtual machine and click Edit Settings.
The virtual machine settings are displayed. - In the Virtual Hardware tab, click select New Hard Disk for New Device and click Add.
A new hard disk is added to the settings. - Specify the disk size you want for the new disk.
- Click OK.
The new VMDK hard disk is added.NoteIn certain cases, you may be required to reboot the CTERA Portal server in order for the new VMDK drive to be identified.
- In the vSphere Web Client, right-click the CTERA Portal virtual machine and click Edit Settings.
Extend the storage pool, by doing the following:
- Log in as
root
user 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 command to extend the storage pool:
portal-storage-util.sh extend_storage deviceName
Where deviceName is the name of the device you attached.
The main database storage pool is extended.
- Log in as
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.
- 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