MongoDB停留在CentOs 32位服务器上的“管理web控制台,等待端口28017上的连接”

时间:2016-03-28 09:53:13

标签: mongodb

mongod命令在以下行后被卡住。我没有改变任何设置。我也遇到了问题“/ data / db”,通过创建目录解决了这个问题。重新启动没有任何变化。

  **mongod --help for help and startup options
     32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
     pid=5517 port=27017 dbpath=/data/db/ 32-bit host=nxtgplus-test
     [initandlisten] 
     [initandlisten] ** NOTE: This is a 32 bit MongoDB binary.
     [initandlisten] **       32 bit builds are limited to less than 2GB of data (or less with --journal).
     [initandlisten] **       Note that journaling defaults to off for 32 bit and is currently off.
     [initandlisten] **       See http://dochub.mongodb.org/core/32bit
     [initandlisten] 
     [initandlisten] db version v2.4.14
     [initandlisten] git version: nogitversion
     [initandlisten] build info: Linux buildvm-03.phx2.fedoraproject.org 3.19.5-200.fc21.x86_64 #1 SMP Mon
 Apr 20 19:51:56 UTC 2015 i686 BOOST_LIB_VERSION=1_41
     [initandlisten] allocator: system
     [initandlisten] options: {}
     [initandlisten] waiting for connections on port 27017
     [websvr] admin web console waiting for connections on port 

我正在使用CentOS版本6.7(最终)服务器。请帮我解决上述问题。

0 个答案:

没有答案