mongodbについての質問をさせてください。
全くの素人なのですが、mongodbをインストールしnode.jsを使ったアプリケーションを作る学習をしたいと思いVPS(CentOS7)にmongodb3.4をインストールしました。
qiita等にある手順に沿ってインストールをし、mongod.conf内の#securityのコメントアウトを外したいのですが、外してしまうとエラーが表示され再起動することが出来ません。
どうしたら#securityのコメントアウトを外せるでしょうか?
mongodb起動時のエラー文
1Job for mongod.service failed because the control process exited with error code. See "systemctl status mongod.service" and "journalctl -xe" for details.
systemctl
1mongod.service - High-performance, schema-free document-oriented database 2 Loaded: loaded (/usr/lib/systemd/system/mongod.service; enabled; vendor preset: disabled) 3 Active: failed (Result: exit-code) since 火 2018-06-12 17:53:01 JST; 7min ago 4 Docs: https://docs.mongodb.org/manual 5 Process: 21240 ExecStart=/usr/bin/mongod $OPTIONS (code=exited, status=2) 6 Process: 21238 ExecStartPre=/usr/bin/chmod 0755 /var/run/mongodb (code=exited, status=0/SUCCESS) 7 Process: 21236 ExecStartPre=/usr/bin/chown mongod:mongod /var/run/mongodb (code=exited, status=0/SUCCESS) 8 Process: 21235 ExecStartPre=/usr/bin/mkdir -p /var/run/mongodb (code=exited, status=0/SUCCESS) 9 Main PID: 21161 (code=exited, status=0/SUCCESS) 10 11 6月 12 17:53:01 【VPSアドレス】 systemd[1]: Starting High-performance, schema-free document-oriented database... 12 6月 12 17:53:01 【VPSアドレス】 systemd[1]: mongod.service: control process exited, code=exited status=2 13 6月 12 17:53:01 【VPSアドレス】 systemd[1]: Failed to start High-performance, schema-free document-oriented database. 14 6月 12 17:53:01 【VPSアドレス】 systemd[1]: Unit mongod.service entered failed state. 15 6月 12 17:53:01 【VPSアドレス】 systemd[1]: mongod.service failed.
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。