首页 数据库 mysql教程 mongodb启动参数

mongodb启动参数

Jun 07, 2016 pm 02:53 PM
ge mongodb 参数 启动

mongodb启动参数 General options: 一般选项 -h [ --help ] show this usage information 显示此用法信息 --version show version information 显示版本信息 -f [ --config ] arg configuration file specifying additional options 参数配置文件中指定的其


mongodb启动参数

 

General options: 

一般选项 

  -h [ --help ]                show this usage information 

                                   显示此用法信息 

  --version                     show version information 

                                    显示版本信息 

  -f [ --config ] arg         configuration file specifying additional options 

                                    参数配置文件中指定的其他选项   www.2cto.com  

  -v [ --verbose ]            be more verbose (include multiple times for more verbosity e.g. -vvvvv)

                                    更详细的(包括多次获得更多的详细程度,比如 -vvvvv) 

  --quiet                         quieter output 

                                    安静输出 

  --port arg                    specify port number 

                                    参数指定的端口号 

  --bind_ip arg                comma separated list of ip addresses to listen on - all local ips by default 

                                    用逗号分隔的列表中的用于侦听的IP地址 - 默认情况下所有本地IP 

  --maxConns arg            max number of simultaneous connections 

                                     最大同时连接数 

  --logpath arg                log file to send write to instead of stdout - has to be a file, not directory 

                                     代替stdout的日志文件 - 是一个文件,而不是目录 

  --logappend                  append to logpath instead of over-writing 

                                     追加方式写入日志,而不是覆盖掉以前的 

  --pidfilepath arg            full path to pidfile (if not set, no pidfile is created) 

                                     pid文件的完整路径(如果没有设置,不创建pid文件) 

  --keyFile arg                 private key for cluster authentication (only for replica sets) 

                                     集群认证的私钥(仅对副本集有效) 
 

  --unixSocketPrefix arg    alternative directory for UNIX domain sockets (defaults to /tmp) 

                                     替代UNIX域套接字的目录(默认是/tmp目录) 

  --fork                           fork server process 

                                     创建一个服务器进程的方式启动 

  --auth                           run with security 

                                     安全模式下运行 

  --cpu                            periodically show cpu and iowait utilization 

                                     定期显示CPU和iowait利用率   www.2cto.com  
 

  --dbpath arg                 directory for datafiles 

                                      数据文件目录 

  --diaglog arg                 0=off 1=W 2=R 3=both 7=W some reads 

  --directoryperdb             each database will be stored in a separate directory 

                                     每个数据库将被存储在一个单独的目录 

  --journal                       enable journaling 

                                     允许调试 

  --journalOptions arg      journal diagnostic options 

                                     调试诊断选项 

  --ipv6                           enable IPv6 support (disabled by default) 

                                     启用IPv6的支持(默认情况下禁用) 
 

  --jsonp                         allow JSONP access via http (has security implications) 

                                     允许JSONP通过HTTP访问(有安全隐患) 

  --noauth                       run without security 

                                     非安全模式下运行 

  --nohttpinterface           disable http interface 

                                     禁用HTTP接口 

  --noprealloc                  disable data file preallocation - will often hurt performance 

                                     禁用数据文件的预分配 - 往往会损害性能 
 

  --noscripting                 disable scripting engine   www.2cto.com  

                                     禁用脚本引擎 

  --notablescan                do not allow table scans 

                                     不允许表扫描 

  --nounixsocket              disable listening on unix sockets 

                                     禁用监听Unix套接字 

  --nssize arg (=16)         .ns file size (in MB) for new databases 

                                     新的数据库的.ns文件的大小(单位:MB). 

  --objcheck                    inspect client data for validity on receipt 
 

                                     收到客户端的数据后的有效性检查 

  --profile arg                  0=off 1=slow, 2=all 

  --quota                         limits each database to a certain number of files (8 default) 

                                     为每个数据库文件数量做限制(默认值8) 

  --quotaFiles arg             number of files allower per db, requires --quota 

                                      每个数据库文件限制的数量,需要--quota参数 

  --rest                            turn on simple rest api 

                                      打开其余简单的API   www.2cto.com  

  --repair                         run repair on all dbs 

                                      启动时修复所有数据库 
 

  --repairpath arg             root directory for repair files - defaults to dbpath 

                                      修复文件的根目录 - 默认取自--dbpath参数 

  --slowms arg (=100)      value of slow for profile and console log 

                                      到profile和终端的日志延迟毫秒数 

  --smallfiles                    use a smaller default file size 

                                      使用一个较小的默认文件大小 

  --syncdelay arg (=60)     seconds between disk syncs (0=never, but not recommended) 

                                      同步到磁盘的间隔秒数(默认:60秒)(0=从不,但不推荐) 

  --sysinfo                        print some diagnostic system information 

                                      打印一些诊断系统信息 

  --upgrade                      upgrade db if needed 

                                      升级DB,如果需要的话 

Replication options: 

复制选项 

  --fastsync                      indicate that this instance is starting from a dbpath snapshot of the repl peer 

                                      表明,这个实例是从一个REPL同行DBPATH快照开始 

  --autoresync                  automatically resync if slave data is stale 

                                      如果从结点的数据是陈旧的就自动重新同步 

  --oplogSize arg              size limit (in MB) for op log 

                                      操作日志的大小(单位:MB) 

Master/slave options: 

主/从选项   www.2cto.com  

  --master                        master mode 

                                       主模式 

  --slave                           slave mode 

                                       从模式 

  --source arg                   when slave: specify master as  

                                       当为从结点时:指定主结点的位置 

  --only arg                       when slave: specify a single database to replicate 

                                       当为从结点时:指定需要复制的数据库,不是全面都复制 

  --slavedelay arg              specify delay (in seconds) to be used when applying master ops to slave 

                                       指定从节点同步主节点oplog的延迟(单位:秒) 

Replica set options: 

副本设置的选项 

  --replSet arg                   arg is [/

Sharding options: 

分片选项   www.2cto.com  

  --configsvr                      declare this is a config db of a cluster; default port 27019; default dir /data/configdb 

                                       声明这是一个集群的配置服务器;默认端口 27019;默认目录 /data/configdb 

  --shardsvr                      declare this is a shard db of a cluster; default port 27018 

                                       声明这是一个集群的分片服务器;默认端口: 27018 

  --noMoveParanoia           turn off paranoid saving of data for moveChunk.  this is on by default for now, but default will switch

本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn

热AI工具

Undresser.AI Undress

Undresser.AI Undress

人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover

AI Clothes Remover

用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool

Undress AI Tool

免费脱衣服图片

Clothoff.io

Clothoff.io

AI脱衣机

Video Face Swap

Video Face Swap

使用我们完全免费的人工智能换脸工具轻松在任何视频中换脸!

热工具

记事本++7.3.1

记事本++7.3.1

好用且免费的代码编辑器

SublimeText3汉化版

SublimeText3汉化版

中文版,非常好用

禅工作室 13.0.1

禅工作室 13.0.1

功能强大的PHP集成开发环境

Dreamweaver CS6

Dreamweaver CS6

视觉化网页开发工具

SublimeText3 Mac版

SublimeText3 Mac版

神级代码编辑软件(SublimeText3)

如何在Debian上配置MongoDB自动扩容 如何在Debian上配置MongoDB自动扩容 Apr 02, 2025 am 07:36 AM

本文介绍如何在Debian系统上配置MongoDB实现自动扩容,主要步骤包括MongoDB副本集的设置和磁盘空间监控。一、MongoDB安装首先,确保已在Debian系统上安装MongoDB。使用以下命令安装:sudoaptupdatesudoaptinstall-ymongodb-org二、配置MongoDB副本集MongoDB副本集确保高可用性和数据冗余,是实现自动扩容的基础。启动MongoDB服务:sudosystemctlstartmongodsudosys

虚拟货币交易平台哪家好?2025年top10数字货币交易所 虚拟货币交易平台哪家好?2025年top10数字货币交易所 Feb 27, 2025 pm 06:39 PM

虚拟货币交易平台排名:币安、OKX、Gate.io、Bitget、火币、KuCoin、Kraken、Coinbase、Gemini、XT。币安以可靠性、交易品种多样性、低交易费用、高流动性和易用性位列第一。

MongoDB在Debian上的高可用性如何保障 MongoDB在Debian上的高可用性如何保障 Apr 02, 2025 am 07:21 AM

本文介绍如何在Debian系统上构建高可用性的MongoDB数据库。我们将探讨多种方法,确保数据安全和服务持续运行。关键策略:副本集(ReplicaSet):利用副本集实现数据冗余和自动故障转移。当主节点出现故障时,副本集会自动选举新的主节点,保证服务的持续可用性。数据备份与恢复:定期使用mongodump命令进行数据库备份,并制定有效的恢复策略,以应对数据丢失风险。监控与报警:部署监控工具(如Prometheus、Grafana)实时监控MongoDB的运行状态,并

Navicat查看MongoDB数据库密码的方法 Navicat查看MongoDB数据库密码的方法 Apr 08, 2025 pm 09:39 PM

直接通过 Navicat 查看 MongoDB 密码是不可能的,因为它以哈希值形式存储。取回丢失密码的方法:1. 重置密码;2. 检查配置文件(可能包含哈希值);3. 检查代码(可能硬编码密码)。

Pi币重大更新:Pi Bank要来了! Pi币重大更新:Pi Bank要来了! Mar 03, 2025 pm 06:18 PM

PiNetwork即将推出革命性移动银行平台PiBank!PiNetwork今日发布重大更新Elmahrosa(Face)PIMISRBank,简称PiBank,它将传统银行服务与PiNetwork加密货币功能完美融合,实现法币与加密货币的原子交换(支持美元、欧元、印尼盾等法币与PiCoin、USDT、USDC等加密货币的互换)。究竟PiBank有何魅力?让我们一探究竟!PiBank主要功能:一站式管理银行账户和加密货币资产。支持实时交易,并采用生物特

Debian MongoDB如何进行数据加密 Debian MongoDB如何进行数据加密 Apr 12, 2025 pm 08:03 PM

在Debian系统上为MongoDB数据库加密,需要遵循以下步骤:第一步:安装MongoDB首先,确保您的Debian系统已安装MongoDB。如果没有,请参考MongoDB官方文档进行安装:https://docs.mongodb.com/manual/tutorial/install-mongodb-on-debian/第二步:生成加密密钥文件创建一个包含加密密钥的文件,并设置正确的权限:ddif=/dev/urandomof=/etc/mongodb-keyfilebs=512

CentOS MongoDB备份策略是什么 CentOS MongoDB备份策略是什么 Apr 14, 2025 pm 04:51 PM

CentOS系统下MongoDB高效备份策略详解本文将详细介绍在CentOS系统上实施MongoDB备份的多种策略,以确保数据安全和业务连续性。我们将涵盖手动备份、定时备份、自动化脚本备份以及Docker容器环境下的备份方法,并提供备份文件管理的最佳实践。手动备份:利用mongodump命令进行手动全量备份,例如:mongodump-hlocalhost:27017-u用户名-p密码-d数据库名称-o/备份目录此命令会将指定数据库的数据及元数据导出到指定的备份目录。

十大安全虚拟货币交易所权威榜单 数字货币交易app排行2025 十大安全虚拟货币交易所权威榜单 数字货币交易app排行2025 Mar 12, 2025 pm 12:09 PM

十大安全虚拟货币交易所排名为:1. OKX,以其强大的安全机制和用户友好界面着称;2. Binance,全球最大加密货币交易所,交易量大,费用低;3. Gate.io,币种多元化,交易服务专业;4. Kraken,安全性高,深受机构投资者青睐;5. Huobi,拥有多年经验,口碑良好;6. Coinbase,美国领先交易所,合规性高;7. KuCoin,产品多元化等等。

See all articles