自动化运维之 - puppet实验环境
puppet实验环境Server端:
centos 5.9 x86_64 hostname: Centos-server ip:172.16.10.252
Client端:
centos 5.9 x86_64 hostname: web01 ip:172.16.10.1
系统采用优化脚本进行优化
系统默认添加过epel源
系统默认使用64软件包
[*]# vim /etc/yum.conf
[*]
[*]...
[*]exclude=*.i?86
[*]#yum remove \*.i\?86
[*]
[*]# ifconfig eth0 |grep "inet addr"
[*] inet addr:172.16.10.252Bcast:172.16.10.255Mask:255.255.255.0
[*]# ifconfig eth0 |grep "inet addr"
[*] inet addr:172.16.10.1Bcast:172.16.10.255Mask:255.255.255.0
页:
[1]