码迷,mamicode.com
首页 >  
搜索关键字:ansible configuration management    ( 11126个结果
log4j.properties配置详解
Log4J的配置文件(Configuration File)就是用来设置记录器的级别、存放器和布局的,它可接key=value格式的设置或xml格式的设置信息。通过配置,可以创建出Log4J的运行环境。1. 配置文件Log4J配置文件的基本格式如下: #配置根Loggerlog4j.rootLogg...
分类:其他好文   时间:2014-05-09 17:24:38    阅读次数:436
linux下Oracle数据库的安装
http://blog.163.com/dongfang_1226/blog/static/5867778020126281245271/找出哪些rpm没有装,下载安装即可(在后面具体安装的时候会提示哪些没有装好的)Oracle Net Configuration Assitant failed!解...
分类:数据库   时间:2014-05-09 17:00:51    阅读次数:424
asp.net连接LDAP数据,并从LDAP中取出相关数据(1)
ASP.NET连接LDAP数据库的有关信息一、封装在DAL层中的获取用户信息的函数//////按照用户Id查找用户信息/////////publicDirectoryEntry GetUser(string username){string path = System.Configuration.....
分类:Web程序   时间:2014-05-09 16:53:59    阅读次数:418
JBPM学习(二):ProcessEngine与Service API
1.获取processEngine的方法: a) 方法一 private ProcessEngine processEngine = new Configuration().setResource("jbpm.cfg.xml").buildProcessEngine(); b) 方法二 // 获取单例的ProcessEngine对象,使用的是默认的配置文件(jb...
分类:Windows程序   时间:2014-05-05 13:05:16    阅读次数:337
ansible基础
ansible介绍:官网,百科之类的ansible的部署centos6.5上的部署.2.2.2.11node1.king.comansible 2.2.2.15node3.king.com 2.2.2.12node2.king.comtarxfansible-1.5.4.tar.gz cdansible-1.5.4 pythonsetup.pybuild pythonsetup.pyinstall mkdir/etc/ansible cp-rexamples/*/etc/ans..
分类:其他好文   时间:2014-05-05 12:37:32    阅读次数:447
使用keepalived实现haproxy的高可用
二、配置haproxy实现网站的负载均衡:1、node1和node2都安装httpd,php,php-mysql:[root@node1~]#yum-yinstallhttpdphpphp-mysql[root@node2~]#yum-yinstallhttpdphpphp-mysql2、为node1和node2提供静态和动态网页:[root@node1~]#ls/var/www/html/ index.htmlindex.php [roo..
分类:其他好文   时间:2014-05-05 12:30:42    阅读次数:614
Linux菜鸟升级利器之ansible
一、absible是什么?ansible是一款简单的、开源的自动化管理工具。它通过Openssh工作,没有服务器;并且被管理的客户端上面并不需要安装什么客户端软件或启动什么守护进程,没有客户端;扩展模块可以使用任何语言编写;命令自动传输到管理机执行,并返回结果;二、安装ansible..
分类:系统相关   时间:2014-05-05 12:29:19    阅读次数:698
穿越火线修改成宽屏模式
方法1 .1在开始运行输入regedit打开注册表 2.定位到HKEY_LOCAL_MACHINE------SYSTEM------ControlSet001-------Control------- GraphicsDrivers-------Configuration ...
分类:其他好文   时间:2014-05-04 11:50:46    阅读次数:246
《modern operating system》 chapter 3 MEMORY MANAGEMENT 笔记
Over the years, people discovered the concept of a memory hierarchy,...
分类:其他好文   时间:2014-05-04 09:03:17    阅读次数:247
ansible安装应用及playbook剧本的定义
在配置集群时,每个节点上有很多相同的配置,如启动服务相同、安装程序、提供相同的配置文件,甚至定制相同的任务计划来定期执行某些操作等。如果你管理的只是三两个节点配置起来还是相当简单的,但是有三五十台,甚至上百台你还要自已一个一个手动来配置,那就太痛苦了。因些..
分类:其他好文   时间:2014-05-03 20:42:02    阅读次数:572
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!