I am using this to run the mongodb server :

cd /data/v3/services/mongodb/bin
sudo ./mongod &

How to shutdown the mongodb ?

You should be able to start and stop it as a daemon:

sudo service mongod start
sudo service mongod stop
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.