sudo service mongod start
|
Starting mongod (via systemctl): Job for mongod.service failed. See 'systemctl status mongod.service' and 'journalctl -xn' for details.
|
[FAILED]
|
[fedora@ip-172-31-1-127 ~]$ systemctl status mongod.service
|
mongod.service - SYSV: Mongo is a scalable, document-oriented database.
|
Loaded: loaded (/etc/rc.d/init.d/mongod)
|
Active: failed (Result: exit-code) since Tue 2014-11-18 14:14:42 UTC; 18s ago
|
Process: 8354 ExecStart=/etc/rc.d/init.d/mongod start (code=exited, status=1/FAILURE)
|
|
[fedora@ip-172-31-1-127 ~]$ sudo journalctl -xn
|
-- Logs begin at Mon 2014-11-17 21:01:06 UTC, end at Tue 2014-11-18 14:15:27 UTC. --
|
Nov 18 14:14:33 ip-172-31-1-127 sudo[8335]: fedora : TTY=pts/1 ; PWD=/home/fedora ; USER=root ; COMMAND=/bin/tail -f /var/log/mongodb/mongod.lo
|
Nov 18 14:14:41 ip-172-31-1-127 sudo[8337]: fedora : TTY=pts/0 ; PWD=/home/fedora ; USER=root ; COMMAND=/sbin/service mongod start
|
Nov 18 14:14:41 ip-172-31-1-127 systemd[1]: Starting SYSV: Mongo is a scalable, document-oriented database....
|
-- Subject: Unit mongod.service has begun with start-up
|
-- Defined-By: systemd
|
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
|
--
|
-- Unit mongod.service has begun starting up.
|
Nov 18 14:14:41 ip-172-31-1-127 runuser[8359]: pam_unix(runuser:session): session opened for user mongod by (uid=0)
|
Nov 18 14:14:42 ip-172-31-1-127 runuser[8359]: pam_unix(runuser:session): session closed for user mongod
|
Nov 18 14:14:42 ip-172-31-1-127 mongod[8354]: Starting mongod: [FAILED]
|
Nov 18 14:14:42 ip-172-31-1-127 systemd[1]: mongod.service: control process exited, code=exited status=1
|
Nov 18 14:14:42 ip-172-31-1-127 systemd[1]: Failed to start SYSV: Mongo is a scalable, document-oriented database..
|
-- Subject: Unit mongod.service has failed
|
-- Defined-By: systemd
|
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
|
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/be02cf6855d2428ba40df7e9d022f03d
|
--
|
-- Unit mongod.service has failed.
|
--
|
-- The result is failed.
|
Nov 18 14:14:42 ip-172-31-1-127 systemd[1]: Unit mongod.service entered failed state.
|
Nov 18 14:15:27 ip-172-31-1-127 sudo[8370]: fedora : TTY=pts/0 ; PWD=/home/fedora ; USER=root ; COMMAND=/bin/journalctl -xn
|