QnaList > Groups > Mongodb-User > Oct 2014
faq

[mongodb-user] Mongodb Fails To Start On CentOS 7

Hey all,
 I just tried installing mongodb on a t2.micro instance that I grabbed off
of the aws free tier.
So, the command yum install mongodb-org seemed to go alright and everything
did seem to successfully install.
But when I tried to start the daemon this is what I see:
[[email protected]:/var/log] #service mongod restart
Restarting mongod (via systemctl):  Job for mongod.service failed. See
'systemctl status mongod.service' and 'journalctl -xn' for details.
                                                           [FAILED]
[[email protected]:/var/log] #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 Thu 2014-10-23 20:23:53 EDT; 9s
ago
  Process: 12243 ExecStart=/etc/rc.d/init.d/mongod start (code=exited,
status=1/FAILURE)
20:26:13 EDT. --
Oct 23 20:23:41 web1 systemd[1]: Unit mongod.service entered failed state.
Oct 23 20:23:53 web1 systemd[1]: Starting SYSV: Mongo is a scalable,
document-oriented database....
Oct 23 20:23:53 web1 runuser[12248]: pam_unix(runuser:session): session
opened for user mongod by (uid=0)
Oct 23 20:23:53 web1 runuser[12248]: pam_unix(runuser:session): session
closed for user mongod
Oct 23 20:23:53 web1 mongod[12243]: Starting mongod: [FAILED]
Oct 23 20:23:53 web1 systemd[1]: mongod.service: control process exited,
code=exited status=1
Oct 23 20:23:53 web1 systemd[1]: Failed to start SYSV: Mongo is a scalable,
document-oriented database..
This is how much memory I have free:
[[email protected]:/var/log] #free -m
             total       used       free     shared    buffers     cached
Mem:           992        381        611          1          0        167
-/+ buffers/cache:        213        779
Swap:         1023        410        613
So am I barking up the wrong tree in thinking that I can run my little
mongodb test environment on a t2 micro instance? I hope not, because free
is the best deal in town. And I really hope to learn rails development with
mongodb.
Thanks
Tim
GPG me!!
gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B
You received this message because you are subscribed to the Google Groups "mongodb-user"
group.
For other MongoDB technical support options, see: http://www.mongodb.org/about/support/.
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]
To post to this group, send email to [email protected]
Visit this group at http://groups.google.com/group/mongodb-user.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-user/CAOZy0ekvVZwf--m%2BONyoOrV_FOptvW0KR1g4piYHLhM1FCxYfw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

asked Oct 23 2014 at 17:30

Tim Dunphy 's gravatar image



Related discussions

Tagged

Group Mongodb-user

asked Oct 23 2014 at 17:30

active Oct 23 2014 at 17:30

posts:1

users:1

©2013 QnaList.com