@set mongod=..\bin\mongod.exe set keyFile=key.key if not exist %keyFile% (
echo 123456>%keyFile%
) md %1 2>nul 1>nul %mongod% --port %1 --replSet %2 --dbpath %1 --logpath %1\_output_%1.log %3 %4 %5 %6 ::接着运行↓
config_rs1 = {
_id: "rs",
members: [{
_id: 0,
host: "127.0.0.1:27017",
priority: 4
},
{
_id: 1,
host: "127.0.0.1:27018",
priority: 3
},
{
_id: 2,
host: "127.0.0.1:27019",
priority: 2
},
{
_id: 3,
host: "127.0.0.1:27020",
priority: 1
}]
}; rs.initiate(config_rs1);
相关文章
- 12-05Wyse Management Suit Dell3030无法从DHCP option自动发现服务器
- 12-05nginx-我真的需要Web服务器以及API-微服务架构中的网关
- 12-05爱颂派对云服务器安装纪实(四)oneinstack方式安装
- 12-05运行nginx的django服务器上的大型媒体文件出现403错误
- 12-05django项目的最低服务器要求[已关闭]
- 12-05javascript – 在服务器进程完成重启之前重新加载gulp-livereload
- 12-05正式服务器内存溢出追踪原因并解决(OOM)
- 12-05webapi 实现上传图片到服务器端并返回路径
- 12-05[解决方案]WebAPI+SwaggerUI部署服务器后,访问一直报错的问题
- 12-05[CodeIgniter4]故障排除和本地开发服务器