Apply the MongoDB secured authentication - Fluid Topics - 4.0

Install Fluid Topics on Multiple Servers

Operating system
RHEL
Category
Technical Notes
Audience
public
Version
4.0

For the secured authentication modifications to be taken into account, it is mandatory to restart all Antidot servers by running the following command:

As root user

/usr/local/afs7/bin/antidot stop
/usr/local/afs7/bin/antidot start

It is also mandatory to restart the MongoDB server by running the following command:

As root user

systemctl stop mongod.service
systemctl start mongod.service