Installing CTERA Portal Instances
- 2 Minutes to read
- Print
- PDF
Installing CTERA Portal Instances
- 2 Minutes to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Creating a Portal Instance
Note
For the primary database server and secondary, replication, server, the portal instance is created with a fixed size data pool. If you require a larger data pool, which should be approximately 1% of the expected global file system size.
To create a CTERA Portal Server in Hyper-V:
- Open the Hyper-V Manager.
- Right-click the hypervisor and click Import Virtual Machine....
The Import Virtual Machine wizard opens, displaying the Locate Folder window.
- Click Browse and browse to the CTERA Portal image folder.
- Click Next.
The Select Virtual Machine window is displayed.
- Click Next.
The Choose Import Type window is displayed.
- Select the Copy the virtual machine (create a new unique ID) option and click Next.
The Choose Folders for Virtual Machine Files window is displayed.
- Specify where to store the CTERA Portal virtual machine.
- Click Next.
The Choose Folders to Store Virtual Hard Disks window is displayed.
- Specify where to store the CTERA Portal data pool disk and click Next.
The Completing Import Wizard window is displayed.
- Click Finish.
- For the primary CTERA Portal database server and the secondary, replication, server, right-click the virtual machine and click Settings.
- Click the IDE Controller and click Add for a new hard drive.
- Click Add.
- Click New.
The New Virtual Hard Disk Wizard is displayed.
- Click Next and make sure the
VHDX
disk format is selected. - Click Next and make sure the
Dynamically expanding
disk type is selected. - Click Next and specify the size for the new disk.
- Enter a size for the new hard disk.Note
The minimum archive pool should be 200GB but it should be sized around 2% of the expected global file system size.
- Click Apply and the OK.
- Click the IDE Controller and click Add for a new hard drive.
- Right-click the virtual machine and click Start.
- For the primary database server and the secondary, replication, servers, continue with Logging in to the Server to Create the Archive Pool.
Logging in to the Server to Create the Archive Pool
You need to create an archive pool on the primary database server, and when PostgreSQL streaming replication is required, also on the secondary, replication, server.
To log in to the CTERA Portal server:
- Right-click the virtual machine and click Connect to open the machine console.
The default password isctera321
You are prompted to change the password on your first login.
To create the archive pool:
- Connect to the virtual machine.
- Run
fdisk -l
to identify the disk to use for the archive pool. - Run the following command to create the archive pool:
portal-storage-util.sh create_db_archive_pool Device
where Device is the Device name of the disk to use for the archive pool.
For example:portal-storage-util.sh create_db_archive_pool sdc
This command creates both a logical volume and an LVM volume group using the specified device. Therefore, multiple devices can be specified if desired. For example: `portal-storage-util.sh create_db_archive_pool sdc sdd sde' - Start CTERA Portal services, by running the following command:
portal-manage.sh start
Was this article helpful?