...
Code Block |
---|
[root@centosmongo6 ~]# systemctl restart mongod [root@centosmongo6 ~]# systemctl status mongod ● mongod.service - MongoDB Database Server Loaded: loaded (/usr/lib/systemd/system/mongod.service; enabled; vendor preset: disabled) Active: active (running) since Mon 2024-09-30 18:43:08 CDT; 5s ago Docs: https://docs.mongodb.org/manual Main PID: 35835 (mongod) Tasks: 43 CGroup: /system.slice/mongod.service └─35835 /usr/bin/mongod -f /etc/mongod.conf Sep 30 18:43:08 centosmongo6 systemd[1]: Stopped MongoDB Database Server. Sep 30 18:43:08 centosmongo6 systemd[1]: Started MongoDB Database Server. Sep 30 18:43:08 centosmongo6 mongod[35835]: {"t":{"$date":"2024-09-30T23:43:08.420Z"},"s":"I", "c":"CONTROL", "id":7484500, "ctx":"-","msg":"Environment ...to false"} Hint: Some lines were ellipsized, use -l to show in full. |
Services Restart
Now the MongoDB upgrade is complete, you can start all the NMIS and FirstWave daemons.
...