高可用mongodb集群的学习记录(二mongodb主从配置)
2017-11-14T09:05:10.757-0800 I CONTROL allocator: tcmalloc2017-11-14T09:05:10.757-0800 I CONTROL options: { config: "mongodb_salve.conf", net: { bindIp: "192.168.221.161", http: { enabled: true }, port: 27022 }, processManagement: { fork: true }, security: { authorization: "disabled" }, slave: true, source: "192.168.221.161:27021", storage: { dbPath: "/data/db_slave", journal: { enabled: true } }, systemLog: { destination: "file", logAppend: true, path: "/usr/local/mongodb/logs/mongodb_slave.log", quiet: true } }
2017-11-14T09:05:10.759-0800 I INDEX allocating new ns file /data/db_slave/local.ns, filling with zeroes...
2017-11-14T09:05:10.763-0800 I NETWORK admin web console waiting for connections on port 28022
2017-11-14T09:05:11.039-0800 I STORAGE allocating new datafile /data/db_slave/local.0, filling with zeroes...
2017-11-14T09:05:11.039-0800 I STORAGE creating directory /data/db_slave/_tmp
2017-11-14T09:05:11.045-0800 I STORAGE done allocating datafile /data/db_slave/local.0, size: 64MB,took 0.001 secs
2017-11-14T09:05:11.066-0800 I NETWORK waiting for connections on port 27022
页:
[1]