中文字幕日韩精品一区二区免费_精品一区二区三区国产精品无卡在_国精品无码专区一区二区三区_国产αv三级中文在线

Mongdb啟動(dòng)的基本配置是怎么樣的

這篇文章給大家介紹Mongdb 啟動(dòng)的基本配置是怎么樣的,內(nèi)容非常詳細(xì),感興趣的小伙伴們可以參考借鑒,希望對(duì)大家能有所幫助。

成都創(chuàng)新互聯(lián)IDC提供業(yè)務(wù):聯(lián)通機(jī)房服務(wù)器托管,成都服務(wù)器租用,聯(lián)通機(jī)房服務(wù)器托管,重慶服務(wù)器租用等四川省內(nèi)主機(jī)托管與主機(jī)租用業(yè)務(wù);數(shù)據(jù)中心含:雙線機(jī)房,BGP機(jī)房,電信機(jī)房,移動(dòng)機(jī)房,聯(lián)通機(jī)房。

1. 參數(shù)解釋: --dbpath 數(shù)據(jù)庫(kù)路徑(數(shù)據(jù)文件)

--logpath 日志文件路徑

--master 指定為主機(jī)器

--slave 指定為從機(jī)器

--source 指定主機(jī)器的IP地址

--pologSize 指定日志文件大小不超過64M.因?yàn)閞esync是非常操作量大且耗時(shí),最好通過設(shè)置一個(gè)足夠大的oplogSize來避免resync(默認(rèn)的 oplog大小是空閑磁盤大小的5%)。

--logappend 日志文件末尾添加

--port 啟用端口號(hào)

--fork 在后臺(tái)運(yùn)行

--only 指定只復(fù)制哪一個(gè)數(shù)據(jù)庫(kù)

--slavedelay 指從復(fù)制檢測(cè)的時(shí)間間隔

--auth 是否需要驗(yàn)證權(quán)限登錄(用戶名和密碼)

-h [ --help ]             show this usage information

--version                 show version information

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

--port arg                specify port number

--bind_ip arg             local ip address to bind listener - all local ips

                           bound by default

-v [ --verbose ]          be more verbose (include multiple times for more

                           verbosity e.g. -vvvvv)

--dbpath arg (=/data/db/) directory for datafiles    指定數(shù)據(jù)存放目錄

--quiet                   quieter output   靜默模式

--logpath arg             file to send all output to instead of stdout   指定日志存放目錄

--logappend               appnd to logpath instead of over-writing 指定日志是以追加還是以覆蓋的方式寫入日志文件

--fork                    fork server process   以創(chuàng)建子進(jìn)程的方式運(yùn)行

--cpu                     periodically show cpu and iowait utilization 周期性的顯示cpu和io的使用情況

--noauth                  run without security 無認(rèn)證模式運(yùn)行

--auth                    run with security 認(rèn)證模式運(yùn)行

--objcheck                inspect client data for validity on receipt 檢查客戶端輸入數(shù)據(jù)的有效性檢查

--quota                   enable db quota management   開始數(shù)據(jù)庫(kù)配額的管理

--quotaFiles arg          number of files allower per db, requires --quota 規(guī)定每個(gè)數(shù)據(jù)庫(kù)允許的文件數(shù)

--appsrvpath arg          root directory for the babble app server 

--nocursors               diagnostic/debugging option 調(diào)試診斷選項(xiàng)

--nohints                 ignore query hints 忽略查詢命中率

--nohttpinterface         disable http interface 關(guān)閉http接口,默認(rèn)是28017

--noscripting             disable scripting engine 關(guān)閉腳本引擎

--noprealloc              disable data file preallocation 關(guān)閉數(shù)據(jù)庫(kù)文件大小預(yù)分配

--smallfiles              use a smaller default file size 使用較小的默認(rèn)文件大小

--nssize arg (=16)        .ns file size (in MB) for new databases 新數(shù)據(jù)庫(kù)ns文件的默認(rèn)大小

--diaglog arg             0=off 1=W 2=R 3=both 7=W+some reads 提供的方式,是只讀,只寫,還是讀寫都行,還是主要寫+部分的讀模式

--sysinfo                 print some diagnostic system information 打印系統(tǒng)診斷信息

--upgrade                 upgrade db if needed 如果需要就更新數(shù)據(jù)庫(kù)

--repair                  run repair on all dbs 修復(fù)所有的數(shù)據(jù)庫(kù)

--notablescan             do not allow table scans 不運(yùn)行表掃描

--syncdelay arg (=60)     seconds between disk syncs (0 for never) 系統(tǒng)同步刷新磁盤的時(shí)間,默認(rèn)是60s

Replication options:

--master              master mode 主復(fù)制模式

--slave               slave mode 從復(fù)制模式

--source arg          when slave: specify master as <server:port> 當(dāng)為從時(shí),指定主的地址和端口

--only arg            when slave: specify a single database to replicate 當(dāng)為從時(shí),指定需要從主復(fù)制的單一庫(kù)

--pairwith arg        address of server to pair with

--arbiter arg         address of arbiter server 仲裁服務(wù)器,在主主中和pair中用到

--autoresync          automatically resync if slave data is stale 自動(dòng)同步從的數(shù)據(jù)

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

--opIdMem arg         size limit (in bytes) for in memory storage of op ids指定存儲(chǔ)操作日志的內(nèi)存大小

Sharding options:

--configsvr           declare this is a config db of a cluster 指定shard中的配置服務(wù)器

--shardsvr            declare this is a shard db of a cluster 指定shard服務(wù)器

2. 進(jìn)入數(shù)據(jù)庫(kù)的CLI管理界面

cd到MongoDB目錄下的bin文件夾,執(zhí)行命令./mongo

運(yùn)行如下:

[root@namenode mongodb]# ./bin/mongo

MongoDB shell version: 1.8.2

connecting to: test

> use test;

switched to db test

若數(shù)據(jù)庫(kù)出現(xiàn)如不能連上,則是一個(gè)data目錄下的mongod.lock文件的問題,可以用如下的修復(fù)的命令,

mongod --repair

關(guān)于Mongdb 啟動(dòng)的基本配置是怎么樣的就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,可以學(xué)到更多知識(shí)。如果覺得文章不錯(cuò),可以把它分享出去讓更多的人看到。

本文名稱:Mongdb啟動(dòng)的基本配置是怎么樣的
路徑分享:http://www.rwnh.cn/article8/gspgip.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供定制開發(fā)、關(guān)鍵詞優(yōu)化、做網(wǎng)站、網(wǎng)站營(yíng)銷、企業(yè)網(wǎng)站制作、手機(jī)網(wǎng)站建設(shè)

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)

成都定制網(wǎng)站建設(shè)
昌黎县| 阳新县| 新龙县| 唐山市| 温宿县| 祁东县| 乐昌市| 巴南区| 临武县| 东宁县| 伊吾县| 二连浩特市| 康保县| 瑞昌市| 上虞市| 中山市| 武山县| 茂名市| 延庆县| 宁安市| 小金县| 乐业县| 朝阳区| 天津市| 佛学| 井冈山市| 台江县| 宝清县| 玉林市| 仁化县| 香河县| 宜城市| 扎鲁特旗| 龙岩市| 桂东县| 渭南市| 咸宁市| 河津市| 昆明市| 禹城市| 凤凰县|