目录(一)Foreman介绍 1. foreman概述 2.foreman架构(二)安装配置过程 1. 安装环境 2. 安装包收集 3. 准备工作 4. 安装foreman和puppet 5. 修改配置文件 参考链接(一)Foreman介绍1....
分类:
其他好文 时间:
2014-09-01 19:26:53
阅读次数:
635
puppet简介Puppet是一个IT基础设施自动化管理工具,它能够帮助系统管理员管理基础设施的整个生命周期:供应(provisioning)、配置(configuration)、联动(orchestration)、及报告(reporting)。基于puppet,可实现目标管理的幂等性、自动化重复任务、快速部署关键性应用以..
分类:
其他好文 时间:
2014-09-01 15:47:14
阅读次数:
239
refer from :http://explainextended.com/2009/07/16/inner-join-vs-cross-apply/INNER JOINis the most used construct inSQL: it joins two tables together, ...
分类:
移动开发 时间:
2014-08-31 18:29:51
阅读次数:
158
1、对象的继承,一般的做法是复制:Object.extendprototype.js的实现方式是:Object.extend = function(destination, source) {for (property in source) {destination[property] = sour...
分类:
移动开发 时间:
2014-08-31 17:08:31
阅读次数:
194
; Run = function () { ; return Array.prototype.splice.call( arguments, -1 )[0].apply( this, arguments ) }; Loop = function () { var coun...
分类:
编程语言 时间:
2014-08-29 01:18:16
阅读次数:
298
本文是Advanced Puppet系列的第一篇:Puppet master性能调优,谈一谈如何优化和提高C/S架构下master端的性能。故事情节往往惊人地类似:你是一名使用Puppet管理线上业务的DevOps工程师,随着公司的业务发展,你所管理的集群规模日益扩大。终于某一天,你突然发现执行一次...
分类:
其他好文 时间:
2014-08-28 13:01:49
阅读次数:
478
puppet的master-agent模型原理agent需要发送nodename以及各facts到master端,所以需要占据不小的带宽master端在收到agent请求后首先判断是哪个节点,判断完成之后去找匹配当前node的定义,找到后对比客户端发送的时候生成的catalog,然后将catalog发送给agentmaster一定要去判..
分类:
其他好文 时间:
2014-08-28 09:46:50
阅读次数:
324
17.You configure AUTOBACKUP to ON in an RMAN session. When will RMAN back up the control file?
(Choose all that apply.)
A. When you run an RMAN BACKUP command
B. When you run an RMAN ALLOCATE comma...
分类:
其他好文 时间:
2014-08-28 00:53:58
阅读次数:
189
1 package com.twoslow.cha6;2 3 public interface OperationInterface {4 5 double apply(double x , double y) ;6 } 1 package com.twoslow.cha6; 2 3 pu...
分类:
其他好文 时间:
2014-08-27 12:56:07
阅读次数:
177
1、打开Eclipse软件,选择菜单栏run,在二级菜单中选择 Debug Configurations... 项,如下图所示。2、在弹出的窗口中选择 (x)=Arguments 选项卡,VM arguments 输入框中输入所需要的内存最大占用量,我这里输入的是800兆。最后点击Apply按钮即可...
分类:
编程语言 时间:
2014-08-26 19:28:57
阅读次数:
179