摘要: 主机 echo "sh /root/iptables.sh" >> /etc/rc.local echo "mount /dev/sdb /data" >> /etc/rc.local chmod +x /etc/rc.d/rc.local 1.文件系统配置新部署MongoDB集群,应部署与cent 阅读全文
posted @ 2020-07-26 09:42 回家给老婆做饭了 阅读(162) 评论(0) 推荐(0)
摘要: 一、环境准备 https://blog.csdn.net/lz9009/article/details/99057945 1.建目录mkdir /opt/software2.传输安装包 p13390677_112040_Linux-x86-64_1of7.zip p13390677_112040_L 阅读全文
posted @ 2020-07-26 09:41 回家给老婆做饭了 阅读(198) 评论(0) 推荐(0)
摘要: var collectionList = db.getCollectionNames();for(var index in collectionList){ var collection = collectionList[index]; var cur = db.getCollection(coll 阅读全文
posted @ 2020-07-23 16:47 回家给老婆做饭了 阅读(70) 评论(0) 推荐(0)
摘要: 在之前的一篇文章中,介绍了balancer会声明使用分布式锁来协调分布式环境下的信息沟通并确保事务一致性,有关分布式锁的一些原理性信息可以参见这几篇文章: http://wenku.baidu.com/view/19ce3085b9d528ea81c77982.html http://wenku.b 阅读全文
posted @ 2020-07-23 09:53 回家给老婆做饭了 阅读(291) 评论(0) 推荐(0)
摘要: 一、环境准备 系统:centos 7.6 软件:oracle 11.2.0.4 database: p13390677_112040_Linux-x86-64_1of7.zip p13390677_112040_Linux-x86-64_2of7.zip grid集群: p13390677_1120 阅读全文
posted @ 2020-07-22 14:17 回家给老婆做饭了 阅读(582) 评论(0) 推荐(0)