Install services on Linux

This section describes the installation of the Collibra Data Governance Center 5.9.2 services on Linux.

Keep in mind that the installer has no graphical user interface, the full installation procedure is executed via the command line.

Important If you do the installation on RHEL/Rocky Linux or Suse, see the services section. This is also valid if you install without root permissions.

Prerequisites

Steps

Use this drop-down to select your operating system:

Note  If you want to configure the init daemon on Linux systems, you have to execute an unattended installation. For more information, go to the unattended installation configuration parameters.
Tip 

There is no graphical user interface for the installer. The full installation procedure is executed via the command line.

For each question, the default selection is always suggested between square brackets. Press Enter to accept the default selection. If there is a Yes or No question, the upper-case character is the default selection, for example, in [Y/n] the default selection is Yes.

  1. Run the installer:
    • Linux as user with sudo rights: sudo ./dgc-linux-5.9.2-2.sh
      Linux as root user: ./dgc-linux-5.9.2-2.sh
    • Linux as standard user: ./dgc-linux-5.9.2-2.sh
    • Window: setup.bat
  2. Enter the Installation directory and press Enter.
    • Default location on Linux as root or user with sudo privileges: /opt/collibra
    • Default location on Linux as standard user: ~/collibra
    • Default location on Windows: C:\collibra
  3. Enter the Data directory and press Enter.
    • Default location on Linux as root or user with sudo privileges: /opt/collibra_data
    • Default location on Linux as standard user: ~/collibra_data
    • Default location on Windows: C:\collibra_data
  4. Press Enter to each of the presented components that you want to install.
    If you don't want to install a specific component, press n followed by Enter.
    Note We recommend that you have 5 dedicated nodes: one for the Data Governance Center service and Search service, one for Collibra Console, one for the Repository service, one for the Monitoring service, and one for Jobserver if applicable. Make sure that you have a fast network between the nodes.

    Also make sure that you use the same installer version on all nodes. You can find the installer version of your environment at the bottom of the sign-in window of Collibra Console, for example 5.9.2-0

  5. Press Enter to confirm your selection.
  6. If you have selected Repository, Jobserver and/or Collibra Console, enter the location where PostgreSQL 14.9 is installed.
  7. Enter the necessary configuration for each of the selected services.
    After the last configuration, the installation of the services automatically starts.

Below you find the configuration parameters for each of the services.

Setting

Description

DGC port

The TCP port to access your Collibra DGC environment via your web browser.
The default port is 4400.

DGC Shutdown port

The TCP port to stop the DGC service.
The default port is 4430.

DGC minimum memory

The minimum amount of memory in megabytes for the DGC service.

This must be at least 1024 MB and no greater than 32 768 MB (32 GB).

DGC maximum memory The maximum amount of memory in megabytes that can be assigned to the DGC service.
This must be at least 2048 MB and no greater than 32 768 MB (32 GB).

If you run multiple environments on one node, all ports must be unique for each environment.

Setting

Description

Repository port

The TCP port to access the repository service. It is only used by the DGC service and the Collibra agent.
The default port is 4403.

If you run multiple environments on one node, all ports must be unique for each environment.

Repository admin password (*) The password that is used by the agent to access the Repository service.

Confirm repository admin password

The password as entered in the Repository admin password field.

Repository dgc password (*) The password that is used by the DGC service to access the repository.

Confirm repository dgc password

The password as entered in the Repository dgc password field.

Repository memory

The amount of memory for the Repository service in megabytes.

This must be at least 512 MB and no greater than 16 384 MB (16 GB).

Note (*) These passwords can contain the following characters:
  • lowercase letters
  • uppercase letters
  • numbers
  • the following special characters: #?!@$%&*-

Setting

Description

Jobserver port

The TCP port to access the Jobserver service.
The default port is 4404.

Jobserver database port

The TCP port to access the Jobserver database.
The default port is 4414.

Jobserver monitoring port

The TCP port that is used by the monitoring service to monitor the Jobserver service.
The default port is 4424.

Jobserver Spark monitoring port

The TCP port that is used by the monitoring service to monitor the Jobserver Spark service.
The default port is 4434.

If you run multiple environments on one node, all ports must be unique for each environment.

The default port is 4407.

Setting

Description

Search http port

The TCP port to access the Search service via REST API.
The default port is 4421.

Search transport port

The TCP port for the communication between the DGC and the Search service.
The default port is 4422.

Search memory The amount of memory in megabytes that is assigned to the Search service.
The default value is 1024.

If you run multiple environments on one node, all ports must be unique for each environment.

Setting

Description

Agent port

The TCP port that is used by Collibra Console to manage the services of an environment.
The default port is 4401.

If you run multiple agents on one node, this port must be unique for each agent.

Node address

The hostname of the node on which the Agent service is running.

You cannot use a loopback address if you want to use the node in a multinode environment.

Warning Do not use the loopback address.

Setting

Description

Console port

The TCP port to access your Collibra Console via your web browser.
The default port is 4402.

Console database port

The TCP port to access the Collibra Console database. This is the database where the data and configuration of Collibra Console is stored.
The default port is 4420.

If you run multiple Collibra Console instances on one node, this port must be unique for each instance.

What's next?

Add the component(s) to your environment.