Install Jobserver and Collibra Console on Linux
This section describes how to install the Jobserver and Collibra Console on Linux. There is no need to install these components on different servers.
Important If you do the installation on RHEL/Rocky Linux or Suse, see the services section
Prerequisites
- You have downloaded the latest Jobserver-only installer for your operating system. See also the compatibility list to know which installer you have to download.
- You have installed PostgreSQL 14.9. If you install Jobserver and Collibra Console on separate servers, then both servers require PostgreSQL 14.9.
- We recommend to use a static IP address for the node.
- You have a connection between the on-premises Jobserver and Collibra Platform.
Steps
Use this drop-down to select your operating system:
- Run the installer:
-
Linux as user with sudo rights:
sudo ./dgc-linux-jobserver-only-2025.04.0-x.sh
Linux as root user:./dgc-linux-jobserver-only-2025.04.0-x.sh
- Linux as standard user:
./dgc-linux-jobserver-only-2025.04.0-x.sh
-
Linux as user with sudo rights:
- Follow the command-line wizard. If you don't enter a value, the value between brackets or the value in capital is used.
Note The Jobserver encryption key in the wizard is a passphrase that is used to generate the actual encryption key.
Verifying archive integrity... 100% All good. Uncompressing DGC Installer 100%
Specify the installation directory [/opt/collibra]: Please specify the data directory [/opt/collibra_data]:
Do you want to install the Collibra Jobserver component? [Y/n] Do you want to install the Collibra Management Console component? [Y/n] Are you sure these are the components you want to install? [Management Console, Jobserver] [Y/n] Specify the postgresql 14 path [/usr/pgsql-14]: Specify the Jobserver port [4404]: Specify the Jobserver database port [4414]: Specify the Jobserver monitoring port [4424]: Specify the Jobserver Spark monitoring port [4434]: Specify the Management Console port [4402]: Specify the Management Console database port [4420]: Specify the Agent port [4401]: Specify the Agent address [localhost]: Note: with a loopback address (localhost, 127.0.0.1, et al.) you will not be able to use a multi node setup 2022-09-26 15:23:19.123 - SUCCESS - Create user and group 2022-09-26 15:23:19.133 - SUCCESS - Check umask settings
...
2022-09-26 15:23:40.167 - SUCCESS - Start Console 2022-09-26 15:23:44.411 - SUCCESS - Start Agent 2022-09-26 15:23:44.411 - COMPLETED - Installation finished in 25739ms.
What's next?
Tip If you don't install these services on the same node, then you have to add the Jobserver node to your on-premises Collibra Console.
Configure the connection between the Jobserver and your Collibra Platform environment by creating a connection from the Jobserver to the Collibra service. In this configuration, the on-premises Jobserver will poll the Collibra service for ingestion tasks.
Note You can also add the Jobserver service to the DGC service. In this configuration, the Collibra service from your cloud environment will send ingestion tasks to the on-premises Jobserver. For security reasons, this configuration may not be allowed by your organization's network infrastructure department.