快速业务通道

在Red Hat Enterprise Linux 5.3 x86_64 安装 mongod 1.8.1

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-04-04

1. 选择下载安装包

在官方网站(http://www.mongodb.org/downloads)选择下载我们所需要的包.

这里是查看系统多少位方式:

  1. # uname -a
  2. Linux domain_name 2.6.18-128.el5 #x86_64 x86_64 x86_64 GNU/Linux
  3. # cat /etc/redhat-release
  4. Red Hat Enterprise Linux Server release 5.3 (Tikanga)

这里我们选择下载mongodb-linux-x86_64-1.8.1.tgz

  1. # cd /tmp
  2. # wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-1.8.1.tgz

2.安装mongod

  1. # tar -xvf mongodb-linux-x86_64-1.8.1.tgz //解压
  2. mongodb-linux-x86_64-1.8.1/
  3. mongodb-linux-x86_64-1.8.1/THIRD-PARTY-NOTICES
  4. ... ...
  5. # mv mongodb-linux-x86_64-1.8.1 /usr/local/mongodb //移动mongod到指定目录
  6. # ln -s /usr/local/mongodb/bin/mongod /usr/bin/mongod //为了方便使用创建软链接
  7. # mkdir /data/db //创建默认数据文件目录
  8. # mongod --shardsvr --port [portnumber] //启动服务,端口根据需要启动

3.配置

  1. # mongod --help
  2. Allowed options:
  3. General options:
  4. -h [ --help ] show this usage information
  5. --version show version information
  6. -f [ --config ] arg configuration file specifying additional options
  7. -v [ --verbose ] be more verbose (include multiple times for more
  8. verbosity e.g. -vvvvv)
  9. --quiet quieter output
  10. --port arg specify port number
  11. --bind_ip arg comma separated list of ip addresses to listen on -
  12. all local ips by default
  13. --logpath arg log file to send write to instead of stdout - has to
  14. be a file, not directory
  15. --logappend append to logpath instead of over-writing
  16. --pidfilepath arg full path to pidfile (if not set, no pidfile is
  17. created)
  18. --keyFile arg private key for cluster authentication (only for
  19. replica sets)
  20. --unixSocketPrefix arg alternative directory for UNIX domain sockets
  21. (defaults to /tmp)
  22. --fork fork server process
  23. --auth run with security
  24. --cpu periodically show cpu and iowait utilization
  25. --dbpath arg directory for datafiles
  26. --diaglog arg 0=off 1=W 2
  27. --quota limits each database to a certain number of files (8
  28. default)
  29. --quotaFiles arg number of files allower per db, requires --quota
  30. --rest turn on simple rest api
  31. --repair run repair on all dbs
  32. --repairpath arg root directory for repair files - defaults to dbpath
  33. --slowms arg (=100) value of slow for profile and console log
  34. --smallfiles use a smaller default file size
  35. --syncdelay arg (=60) seconds between disk syncs (0=never, but not
  36. recommended)
  37. --sysinfo print some diagnostic system information
  38. --upgrade upgrade db if needed
  39. Replication options:
  40. --fastsync indicate that this i

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号