在Ubuntu上安装MongoDB时无法停止mongodb.service

时间:2019-02-27 12:49:40

标签: linux mongodb installation

在安装Mongodb时,我遇到类似

的错误
Failed to stop mongod.service: Unit mongod.service not loaded.

我尝试使用-

停止此服务
~$ sudo systemctl stop mongodb

但是它给出了相同的错误,我也使用命令检查了mongodb的状态

sudo systemctl status mongodb

这将导致以下响应

● mongodb.service

Loaded: not-found (Reason: No such file or directory)

Active: inactive (dead)

我只能在mongod.service停止后才能安装mongodb,请指导如何停止服务。

2 个答案:

答案 0 :(得分:0)

在终端 sudo systemctl enable mongod

中执行此命令

使用 sudo service mongodb status 命令检查服务状态之后,即可停止该服务。

答案 1 :(得分:0)