- 1 Minute to read
- Print
- DarkLight
- PDF
Managing Portal Servers
- 1 Minute to read
- Print
- DarkLight
- PDF
As a global administrator, you can manage the servers on which CTERA Portal is installed.
CTERA Portal servers are Tomcat servers (Apace Tomcat) running on CentOS Linux machines. The database used by the CTERA Portal is a PostgreSQL database.
You can use third-party tools to monitor the tomcat servers and portal database. For example, Nagios, www.nagios.com, provides complete monitoring of CentOS Linux operating systems, including operating system metrics, service state, process state, and file system usage. To monitor the database you can use a tool such as Open PostgreSQL Monitoring (OPM).
For details about adding servers, refer to the installation documentation for your environment.
CTERA monitoring is available using external tools. CTERA officially supports Datadog and Nagios monitoring systems.
Viewing Servers
To view the CTERA Portal servers:
- In the global administration view, select Main > Servers in the navigation pane.
The Servers page is displayed, listing all the servers for the CTERA Portal.
- To view server settings, click the server name.
The server window is displayed with the server name as the window title.
For details refer to Editing Server Settings.
Initializing Server Modules
Some of the portal infrastructure takes a long time to initialize. To make the installation process faster the relevant modules are started in background as a separate task. The portal can be used even before these modules are initialized.
If a server is added to the portal cluster the background job will run to update the modules on every server.
If the server infrastructure has not been successfully deployed, you can deploy it manually, by running the following CLI: platform-services rerunlazyinstall --force
The relevant modules are started for every server and the status is displayed in the Servers page.