Run multiple Collibra DGC environments on one server

This procedure describes how you can install multiple Collibra Data Governance Center environments on one server. Even though you should only do this for testing purposes, Collibra doesn't support this setup.

The basic idea of running multiple Collibra DGC environments on one server is to install each Collibra DGC in a separate directory and to assign a different set of ports per environment.

Note You can only run multiple Collibra DGC installations on one server on Linux systems without root permission.

For example:

Parameters Installation 1 Installation 2
Installation directory /home/johndoe/collibra1 /home/johndoe/collibra2

Data directory

/home/johndoe/collibra_data1

/home/johndoe/collibra_data2

DGC port 4400 4500
DGC Shutdown port 4430 4530
Agent port 4401 4501
Repository port 4403 4503
Jobserver port 4404 4504

Jobserver database port

4414

4514

Jobserver monitoring port

4424

4524

Jobserver Spark monitoring port

4434

4534

Monitoring port

4407

4507

Console port 4402 4502

Console database

4420

4520

Search HTTP port

4421

4521

Search Transport port

4422

4522

To run multiple Collibra DGC installations on one server:

  1. Install Collibra DGC on a single node, using one set of the parameters.
  2. Execute another single node installation using another set of parameters.
  3. Start both installations for further configuration.