2024年11月Linux安装配置mongodb的方法(2)

发布时间:

  ⑴–fork fork server process 以创建子进程的方式运行

  ⑵–cpu periodically show cpu and iowait utilization 周期性的显示cpu和io的使用情

  ⑶–noauth run without security 无认证模式运行

  ⑷–auth run with security 认证模式运行

  ⑸–objcheck inspect client data for validity on receipt 检查客户端输入数据的有效性检

  ⑹–quota enable db quota management 开始数据库配额的管理

  ⑺–quotaFiles arg number of files allower per db, requires –quota 规定每个数据库允许的文

  ⑻–appsrvpath arg root directory for the babble app server

  ⑼–nocursors diagnostic/debugging option 调试诊断选项

  ⑽–nohints ignore query hints 忽略查询命中率

  ⑾–nohttpinterface disable http interface 关闭http接口,默认是

  ⑿–noscripting disable scripting engine 关闭脚本引擎

  ⒀–noprealloc disable data file preallocation 关闭数据库文件大小预分配

  ⒁–smallfiles use a smaller default file size 使用较小的默认文件大小

  ⒂–nssize arg (= .ns file size (in MB for new databases 新数据库ns文件的默认大小

  ⒃–diaglog arg =off =W =R =both =W+some reads 提供的方式,是只读,只写,还是读写都

  ⒄行,还是主要写+部分的读模式

  ⒅–sysinfo print some diagnostic system information 打印系统诊断信息

  ⒆–upgrade upgrade db if needed 如果需要就更新数据库

  ⒇–repair run repair on all dbs 修复所有的数据库

  ⒈–notablescan do not allow table scans 不运行表扫描

  ⒉–syncdelay arg (= seconds between disk syncs ( for never 系统同步刷新磁盘的时间,默认是

  ⒊Replication options:

  ⒋–master master mode 主复制模式

  ⒌–slave slave mode 从复制模式

  ⒍–source arg when slave: specify master as 《server:port》 当为从时,指定主的地址和端口

  ⒎–only arg when slave: specify a single database to replicate 当为从时,指定需要从主复

  ⒏–pairwith arg address of server to pair with

  ⒐–arbiter arg address of arbiter server 仲裁服务器,在主主中和pair中用到

  ⒑–autoresync automatically resync if slave data is stale 自动同步从的数据

  ⒒–oplogSize arg size limit (in MB for op log 指定操作日志的大小

  ⒓–opIdMem arg size limit (in bytes for in memory storage of op ids指定存储操作日志的内存

  ⒔Sharding options:

  ⒕–configsvr declare this is a config db of a cluster 指定shard中的配置服务器

  ⒖–shardsvr declare this is a shard db of a cluster 指定shard服务器

  ⒗. 进入数据库的CLI管理界面

  ⒘cd到mongodb目录下的bin文件夹,执行命令。/mongo

  ⒙[rootnamenode mongodb]# 。/bin/mongo

  ⒚MongoDB shell version: ..

  ⒛connecting to: test

  ①》 use test;

  ②switched to db test

  ③若数据库出现如不能连上,则是一个data目录下的mongod.lock文件的问题,可以用如下的修复的命令,

  ④mongod –repair

  ⑤上面就是Linux安装配置mongodb的方法介绍了,软件包可自己需找网站下载,mongodb安装前需做一些准备。