Run multiple Collibra DGC environments on one server
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:
- Install Collibra DGC on a single node, using one set of the parameters.
- Execute another single node installation using another set of parameters.
- Start both installations for further configuration.