运维自动化安装方面,早期一般使用人工配置pxe+dhcp+tftp配合kickstart,现在开源工具就多了,如cobbler,OpenQRM和Spacewalk。本文重点介绍Cobbler。Cobbler介绍Cobbler是一个快速网络安装linux的服务,而且在经过调整也可以支持网络安装windows。该工具使用python开发,小巧..
分类:
其他好文 时间:
2015-11-27 20:16:06
阅读次数:
555
#!/bin/bashyum-yinstallcobblerhttpdcobbler-webdebmirrorpykickstartservicecobblerdstartservicehttpdstartcd/etc/cobblersed-i‘s@next_server:127.0.0.1@next_server:192.168.3.17@g‘settingssed-i‘s@server:127.0.0.1@server:192.168.3.17@g‘settingscobblerget-loadersse..
分类:
其他好文 时间:
2015-10-31 01:48:59
阅读次数:
221
saltstack的深入-配置zabbix所需的server,web,agent操作内容:
一、基础环境
1、使用tvm-cobbler安装一个tvm-zabbix虚拟机来做实验。在“配置zabbix所需的mysql-server”的基础上继续操作
2、网络:
eth0:host-only(用于虚拟内网,手动固定IP,这样从宿主机可以直接连接到这..
分类:
Web程序 时间:
2015-08-13 20:26:56
阅读次数:
476
运维自动化之Cobbler系统安装详解设置epel源rpm-Uvh‘http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpm‘yum安装yum-yinstallcobblerdhcphttpdxinetdtftp-server==============================================================================..
分类:
其他好文 时间:
2015-08-13 06:36:48
阅读次数:
177
saltstack的深入-测试saltstack配置zabbix所需的mysql-server操作内容:
一、基础环境
1、使用tvm-cobbler安装一个tvm-zabbix虚拟机来做实验。
2、网络:
eth0:host-only(用于虚拟内网,手动固定IP,这样从宿主机可以直接连接到这个vm)
eth1:NAT(用于上外网,动态IP)
[ro..
分类:
数据库 时间:
2015-08-12 19:48:29
阅读次数:
2654
1、利用cobbler安装HPDL388Gen8服务器时不能成功,报错提示找不到可用的硬盘,和HP售后沟通了解到HPDL388Gen8服务器的raid卡的型号是B320i。centos6或7系统的initrd.img中没有B320i阵列卡的驱动,如果想把Gen8装上centos或redhat的系统,需要先在官网下载B320i阵列卡的驱动,Ce..
分类:
其他好文 时间:
2015-07-09 14:50:11
阅读次数:
187
一、基础环境
1、关闭selinux服务
sed-i‘s/SELINUX=.*/SELINUX=disabled/‘/etc/selinux/config
setenforce0
2、关闭iptables服务
chkconfigiptablesoff
iptables-F
/etc/init.d/iptablessave
/etc/init.d/iptablesstop
3、serverA桥接模式4、服务端serverA=192.168.1.120(我..
分类:
系统相关 时间:
2015-07-06 00:06:23
阅读次数:
510
一、安装 系统环境是centos6.3,采用yum安装: rpm -Uvh http://mirrors.hustunique.com/epel/6/x86_64/epel-release-6-8.noarch.rpm yum -y install cobbler cobbler-web httpd...
分类:
其他好文 时间:
2015-06-16 16:29:47
阅读次数:
147
具体内容请看附件,文章中的部分图片从其他地方转载过来的。
分类:
其他好文 时间:
2015-04-28 18:53:09
阅读次数:
98
最近机房要上线几个机柜的机器,必须实现自动化装机。一、安装系统环境是centos6.4,采用yum安装:rpm-Uvhhttp://mirrors.hustunique.com/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum-yinstallcobblercobbler-webhttpdrsynctftp-serverxinetddhcppython-ctypesdebmirrorpyk..
分类:
其他好文 时间:
2015-03-31 20:32:15
阅读次数:
255