1.puppet之主动推送功能使用puppetkick进行推送,但kick功能无法支撑大规模puppetagent同时并发请求,所以当agent规模较大时,请使用MCollective1.1设置puppetagent所有节点的pupet.conf在【agent】增加“listen=true”1.2开启防火墙8139端口1.3在puppetagent的auth.conf的path..
分类:
其他好文 时间:
2014-07-20 23:11:43
阅读次数:
541
前一篇文章介绍了mcomaster的部署,完成后默认是以webrick http方式运行,监听3000端口,这个跟之前说的puppet-dashboard部署时一样,应该说rails程序默认都以这种方式运行。 webrick本身效率并不好,另外我们很多时候不希望服务器开多余的端口,本文就介绍如...
分类:
其他好文 时间:
2014-07-19 19:13:49
阅读次数:
288
crontab:对作业的控制一般有两种at与cron,at一般使用在那些只需要执行一次的任务中,而cron就是用于那些循环的作业。每一个用户都可以有自己的crontab文件,但在一个较大的系统中,系统管理员一般会禁止这些文件,而只在整个系统保留一个这样的文件。系统管理员是通过cron.deny和c....
分类:
系统相关 时间:
2014-07-19 17:13:40
阅读次数:
330
Using cron seems
to add another entry point into your application, while Quartz would
integrate into it. So you would be forced to deal with some inter-process communication if you wanted to pass...
分类:
其他好文 时间:
2014-07-19 11:11:44
阅读次数:
373
【转载请注明出处:钱国正专栏
http://blog.csdn.net/qianguozheng/article/details/37666829】
OpenWRT系统默认已经添加了crond,只是没有配置默认配置参数,致使服务起不来。
主要步骤:
1. 修改启动脚本/etc/ini.d/cron
/etc/rc.d/S50cron为/etc/ini.d/cron的链接...
分类:
其他好文 时间:
2014-07-19 08:13:46
阅读次数:
351
控制台管理工具puppetforeman和puppetdashboardpuppetforemanpuppetdashboardforeman是一个集成的数据中心周期管理工具提供为puppet用户添加一个图形用了服务开通,配置管理以及报告功能户界面,显示puppetmaster和agent信息不能在ruby1.9X下工作主要有:引导工具,PXE启动服务..
分类:
系统相关 时间:
2014-07-19 02:28:55
阅读次数:
295
salt类似于puppet都属于c/s结构1.安装salt1.1安装epelhttp://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm1.2安装saltmaster:yum-yinstallsalt-masterminion:yum-yinstallsalt-minion1.3开机自动启动master:chkconfigsalt-masteronminion:chkconfigs..
分类:
其他好文 时间:
2014-07-19 02:26:25
阅读次数:
188
sysstat就有监控CPU使用率、硬盘和网络吞吐数据,对这些数据的收集和分析,有利于我们判断系统是否正常运行,是提高系统运行效率、安全运行服务器的得力助手。
sysstat在/etc/cron.d/sysstat中写了计划日志,每10分钟就进行一次日志的记录,在23:53对一天的日志进程总结,切割。
sar命令默认是展示CPU的运行状况的
sar的命令选项
...
分类:
其他好文 时间:
2014-07-19 02:11:05
阅读次数:
259
AIX系统小错误之--Crontab故障系统环境:操作系统:AIX5.3.8Oracle:Oracle10gR2故障现象:Oracle用户不能启用crontab工具(其他普通用户也是,root可以)[oracle@aix197:/var/adm/cron]$crontab-lcrontab:youarenotauthorizedtousecron.Sorry.故障原因:1、此主机在/var/spool..
分类:
其他好文 时间:
2014-07-17 15:19:53
阅读次数:
286
puppetmasterenc外部节点过滤器客户端连服务端主动执行脚本hostname判断hostname是否存在cmdb是否有hostgroupsite.ppagentsnuuidfactercurl"http://192.168.3.9:8000/gethostbyid?hostidentity=sasafdfewqr12134241"urljson两种put数据curlget数据形式!!!!!!一定不能把文..
分类:
编程语言 时间:
2014-07-17 08:03:43
阅读次数:
367