Report this

What is the reason for this report?

server keeps crashing using mongodb

Posted on April 7, 2017

I use this command to hang up a mongodb in background and set dbpath to mount:

sudo mongod --dbpath /mnt/volume-nyc1-04/mongodata2 --fork --logpath /var/log/mongod.log --bind_ip 127.0.0.1

this works well for mongodata, but for mongodata2 whenever i type into command line the whole server just keep crashing and i have to log into console and power on.

This mongodata2 is a large db (300GB) with large collection (3billion rows). I am wondering what could cause the server crashing?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Why are you running mongodb as root? What do you mean by “crashing”? Did you check the logs?

Hi @adrian3118b6a2c

If the server reboots, meaning kernel crash, then you should find some information in /var/log/kern.log https://help.ubuntu.com/community/DebuggingSystemCrash#log_files

But you’re using MongoDB incorrect. You shouldn’t run it as root - never. And if you run multiple MongoDBs at the same time, you need to set different PID, dataPath, listen address, etc.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.