Install the Jobserver
The Jobserver is used to ingest data and to execute data profiling or to create sample data on the ingested data. You can ingest data when you register a data source.
The Jobserver must be installed on a dedicated server.
When you install an on-premises Jobserver for use in a Collibra Data Intelligence Cloud environment, you also have to install Collibra Console, to manage and configure this Jobserver. You can install both services on the same server.
You can find the version of your Collibra Data Intelligence Cloud environment at the bottom of the sign-in window, for example 2021.10.3. Always use the latest available on-premises installer to install the Jobserver.
If you don't have a Jobserver installed and configured in your environment, the Register data source action will be grayed out in the global create menu of Collibra Data Intelligence Cloud.
Steps
Use this drop-down to select your operating system:
Tip For the installation on Linux without root permissions, also read the services section.
Note Anti-virus and/or security software may block the installation on Windows. Make sure that these allow the installation of software and services.
For more information, see also the Collibra University course.
- Run the installer on a dedicated server:
-
Linux as user with sudo rights:
sudo ./dgc-linux-5.7.10-0.sh
Linux as root user:./dgc-linux-5.7.10-0.sh - Linux as standard user:
./dgc-linux-5.7.10-0.sh - Windows Server: double-click setup.bat
Important The path of the installer file cannot contain spaces.
If you run the installation without Administrator rights, an error is shown.
Tip If you don't want to use the user interface even if it's available, add the following to the command:
-- --nox11 -
Linux as user with sudo rights:
- In the wizard introduction, click Next.
- Enter the Installation directory of the Jobserver service.
- 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 Server: C:\collibra
Important On Windows, the target installation directory cannot contain spaces.
- Click Next.
- Enter the location of the Collibra Data Directory.
- 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 Server: C:\collibra_data
Important On Windows, that target data directory cannot contain spaces.
- Click Next.
- Clear all components except Jobserver.
- Click Next.
- Enter the required information.
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.
- Click Next.
- Enter the Agent service settings and click Next.
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.
- Click Install.
The installation of the Jobserver starts. - On Windows, you may see User Account Control warnings requesting to make changes to your device.

Click Yes for each of the requests, if you click No, the installation will fail. - Click Exit.
The Jobserver service is installed on your node.
What's next?
Add the Jobserver service to your environment and then add the Jobserver to the Data Governance Center service in Collibra Console.
For more information about the Jobserver configuration, consult the Jobserver memory and CPU usage section.