Configuring the Content Manager
- Log on to the server that you have designated as the Content Manager in your environment.
- Open the /app/clarity/dmanager/etc/mesh.conf file in a text editor (it might not have previously existed).
- Add the following line:
manager_type=mega_manager - Save the /app/clarity/dmanager/etc/mesh.conf file.
Link the PostgreSQL files from the corresponding directories using the following commands, depending on the RHEL version you are using:
RHEL version
Directory
Command
If you are installing on RHEL 9 or RHEL 8 with PostgreSQL server 15
/usr/pgsql-15/bin
ln -snf /usr/pgsql-15/bin/* /usr/bin/If you are installing RHEL 8 or RHEL 7 with PostgreSQL server 11.x
/usr/pgsql-11/bin
ln -snf /usr/pgsql-11/bin/* /usr/bin/If you are installing on RHEL 8 or RHEL 7 with PostgreSQL server 12.4
/usr/pgsql-12/bin
ln -snf /usr/pgsql-12/bin/* /usr/bin/If you are installing RHEL 7 with RH-PostgreSQL 12
/opt/rh/rh-postgresql12/root/usr
ln -s /opt/rh/rh-postgresql12/root/usr/lib64/libpq.so.rh-postgresql12-5 /usr/lib64/ ln -s /opt/rh/rh-postgresql12/root/usr/lib64/libpq.so.rh-postgresql12-5 /usr/lib64/libpq.so.5 ln -snf /opt/rh/rh-postgresql12/root/usr/bin/* /usr/bin/- Run the configure_megamesh script:
- /app/clarity/manager_scripts/bin/configure_megamesh
When prompted, enter passwords for the Multi-Manager users (megamesh and megamesh_config) in postgres.
- Open the /app/clarity/dmanager/etc/dmanager.conf file in a text editor.
- Add the following line:
megamanager=true - Save the /app/clarity/dmanager/etc/dmanager.conf file.
- Restart the dmanager service:
service dmanager restart - Add an unprivileged Multi-Manager user to the OS:
useradd -m -r megamesh - Restart the Multi-Manager service:
service megamesh restart
Where to go from here
Use the procedure in Adding-Satellite-Managers-to-the-mesh to create the Multi-Manager mesh.