Hello! I’m wondering how to manually, from the Linux OS, stop a mongod service on an instance that is managed by Ops Manager. Typically, I would do a systemctl stop mongod followed by a systemctl start mongod. However, since importing the cluster, “systemctl status mongod” shows the service as Failed despite the node being an active secondary when doing a rs.status().
TL;DR - If I wanted to manually stop the service from Linux, how would I do that if it isn’t systemctl stop mongod?
Thanks!