安装ansible只需要将管理节点安装ansible,被管理节点不需要安装但如果使用yum安装的话,必须配置epel源rpm-Uvhhttp://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpmrpm-import/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6安装依赖关系包yum-yinstallpython-de..
分类:
其他好文 时间:
2014-05-27 04:15:39
阅读次数:
996
Sneak Preview: The 14 Leading Java Tools &
Technologies for 2014 :Junit , Jenkinds, Git, Hibernate, Java7, Maven, Nexus,
MongoDB, FindBugs, Tomcat, Ja...
分类:
编程语言 时间:
2014-05-23 08:33:03
阅读次数:
277
此架构由8台PC 、2台防火墙、2台24口三层交换机组成,注意点:1)Load
Balance:Haprxoy+keepalived
实现高可用。2)web:Nginx+php-fpm3)DB:mysql5主从+Mongodb副本+Memcached4)IMG:Varnish+Nginx+NFS网卡...
分类:
其他好文 时间:
2014-05-21 22:50:12
阅读次数:
305
Community Supported C# Drivers See the
officially supported MongoDB C# driver mongodb-csharp driver simple-mongodb
driver NoRM Tools MongoDB.Emitter D...
分类:
其他好文 时间:
2014-05-21 20:30:58
阅读次数:
289
MongoDB C# Driver是官方提供的.NET C#驱动。 Getting
Started with the C# Driver C# Driver Tutorial C# Driver LINQ Tutorial Serialize
Documents with the C# Driver...
分类:
数据库 时间:
2014-05-21 20:28:24
阅读次数:
446
1.下载 如果下载的.zip文件,只需要解压即可。
如果安装的.msi文件,它会将C#驱动DLL放在C:\Program Files (x86)\MongoDB\CSharp Driver xxx的位置。
2.将C#驱动DLL添加引用 MongoDB.Bson.dll MongoDB.Driver....
分类:
其他好文 时间:
2014-05-21 19:38:39
阅读次数:
379
1.介绍 该教程涵盖了1.8版本的C#驱动中的LINQ查询。你可能已经阅读最新的C#
Driver Tutorial。 2.快速开始 首先,给程序添加下面的using声明 using
MongoDB.Driver.Linq;然后,像往常一样,获取一个collection的引用变量:var colle...
分类:
其他好文 时间:
2014-05-21 19:14:39
阅读次数:
385
A机器上有mongodb服务,A机器要废,于是迁至B。
简单起见,依然是在A上ps auxwww|grep mongo找到正在运行的进程:
/home/admin/mongodb/mongodb-linux-x86_64-2.2.0/bin/mongod -f /home/admin/mongodb/mongodb.conf
于是把/home/admin/mongodb/ 拷到B下。
在b...
分类:
数据库 时间:
2014-05-21 15:24:05
阅读次数:
540
前沿:在一些个特定环境下,用ansible做集群管理还是很棒的,这两天看了他的模块,官方提供了很多,就算不够,你也可以自定义定制。话说我挺喜欢他的modules模块的,够直接!!!我这里就说些常见的ansible的modules吧。下面的ansibleservice一看大家就懂了,就是服务状态的管..
分类:
其他好文 时间:
2014-05-21 13:07:44
阅读次数:
837
前言:学习下ansible的playbooks的状态配置管理,说来puppetsaltstack都有类似的叫法,只是ansible的叫法更犀利,我当时一看playbook还以为是花花公子的playboy。要使用ansible就要深入学习playbook配置及模板。注:到底是playbook还是playbooks。。。。先把官网的简单几个语法..
分类:
其他好文 时间:
2014-05-20 21:48:46
阅读次数:
744