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