Check MongoDB - Fluid Topics - 4.0

Install Fluid Topics on Multiple Servers

Operating system
RHEL
Category
Technical Notes
Audience
public
Version
4.0

A MongoDB database is automatically installed by the antidot-mongod metapackage to store user-related content.

Make sure that the database is running by checking its status by running the following command:

As root user

systemctl status mongod.service

If the database does not respond, start MongoDB by running the following command:

As root user

systemctl start mongod.service