Linux under MongoDB installation and startup process

Source: Internet
Author: User
Tags mongodb mongodb server

A go to the directory to extract the downloaded compressed package

LAMP@QA-CLG server$ TAR-ZXVF mongodb.tgz

Second after installation view:

[LAMP@QA-CLG mongodb-linux-x86_64-2.4.6]$ CD Bin

[LAMP@QA-CLG bin]$ ls

Bsondump mongodump mongoimport Mongorestore mongostat

MONGO Mongoexport Mongooplog MONGOs mongotop

Mongod mongofiles Mongoperf Mongosniff

Bin Mongod is the MongoDB server process, MONGO is its client, other commands for MongoDB other uses such as MongoDB file export.

Three-boot process:

To first set up the MongoDB storage data file and log file directory, which is based on/data

[LAMP@QA-CLG mongodb-linux-x86_64-2.4.6]$ CD data

[LAMP@QA-CLG data]$ ls

DB logs

[LAMP@QA-CLG data]$

Under bin under the MongoDB installation directory, use Mongod to start MongoDB,./mongod--dbpath= (own installation path)/data/mongodb_data/--logpath= (own installation path)/data/ Mongodb_log/mongodb.log--logappend&

Four view log, found to start successfully

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.