启动mongoDB提示ip地址错误解决办法

[root@192 bin]# /mnt/mongodb/mongodb/bin/mongod -f /mnt/mongodb/mongodb/bin/replset.conf --fork
about to fork child process, waiting until server is ready for connections.
forked process: 4870
child process started successfully, parent exiting

[roexitot@192 bin]# ./mongo localhost:27017
MongoDB shell version v4.0.21
connecting to: mongodb://localhost:27017/test?gssapiServiceName=mongodb
Implicit session: session { "id" : UUID("ef944e56-0ca2-4481-8a30-d4d522da9c86") }
MongoDB server version: 4.0.21
Server has startup warnings: 
2022-01-07T08:47:42.288+0800 I CONTROL  [initandlisten] 
2022-01-07T08:47:42.288+0800 I CONTROL  [initandlisten] ** WARNING: Access control is not enabled for the database.
2022-01-07T08:47:42.288+0800 I CONTROL  [initandlisten] **          Read and write access to data and configuration is unrestricted.
2022-01-07T08:47:42.288+0800 I CONTROL  [initandlisten] ** WARNING: You are running this process as the root user, which is not recommended.
2022-01-07T08:47:42.288+0800 I CONTROL  [initandlisten] 
2022-01-07T08:47:42.288+0800 I CONTROL  [initandlisten] 
2022-01-07T08:47:42.288+0800 I CONTROL  [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'.
2022-01-07T08:47:42.288+0800 I CONTROL  [initandlisten] **        We suggest setting it to 'never'
2022-01-07T08:47:42.288+0800 I CONTROL  [initandlisten] 
2022-01-07T08:47:42.288+0800 I CONTROL  [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/defrag is 'always'.
2022-01-07T08:47:42.288+0800 I CONTROL  [initandlisten] **        We suggest setting it to 'never'
2022-01-07T08:47:42.288+0800 I CONTROL  [initandlisten] 
2022-01-07T08:47:42.288+0800 I CONTROL  [initandlisten] ** WARNING: soft rlimits too low. rlimits set to 4096 processes, 65536 files. Number of processes should be at least 32768 : 0.5 times number of files.
2022-01-07T08:47:42.288+0800 I CONTROL  [initandlisten] 
tkRs:OTHER> use admin
switched to db admin
tkRs:OTHER> db.auth('root','123456')
1
tkRs:OTHER>  config=rs.conf();
{
	"_id" : "tkRs",
	"version" : 1,
	"protocolVersion" : NumberLong(1),
	"writeConcernMajorityJournalDefault" : true,
	"members" : [
		{
			"_id" : 0,
			"host" : "192.168.1.7:27017",
			"arbiterOnly" : false,
			"buildIndexes" : true,
			"hidden" : false,
			"priority" : 1,
			"tags" : {
				
			},
			"slaveDelay" : NumberLong(0),
			"votes" : 1
		}
	],
	"settings" : {
		"chainingAllowed" : true,
		"heartbeatIntervalMillis" : 2000,
		"heartbeatTimeoutSecs" : 10,
		"electionTimeoutMillis" : 10000,
		"catchUpTimeoutMillis" : -1,
		"catchUpTakeoverDelayMillis" : 30000,
		"getLastErrorModes" : {
			
		},
		"getLastErrorDefaults" : {
			"w" : 1,
			"wtimeout" : 0
		},
		"replicaSetId" : ObjectId("5fb4b88ed4287f16b4a6392c")
	}
}
tkRs:OTHER> config.members[0].host="192.168.6.18:27017"
192.168.6.18:27017
tkRs:OTHER> rs.reconfig(config,{force:true});
{
	"ok" : 1,
	"operationTime" : Timestamp(1641360366, 1),
	"$clusterTime" : {
		"clusterTime" : Timestamp(1641360366, 1),
		"signature" : {
			"hash" : BinData(0,"AAAAAAAAAAAAAAAAAAAAAAAAAAA="),
			"keyId" : NumberLong(0)
		}
	}
}

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值