快速业务通道

pex linux redhat as4自动安装

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-04-28
最近公司有个大项目要做30台左右的机器.要是一部一部的装估计要死人.考虑的半天还是pex自动安装来的好 hoho.... 第一步:安装xinetd服务 xinetd-2.3.13-4.4E.1.i386.rpm (建议装完系统后安装,可以保证其他要装的机子干净) 第二步:安装tftp服务 tftp服务包含在xinetd里面 但是要注意启动服务 disable = no(将yes改为no) 重启xinetd这个服务 第三步:准备文件 将/images/pxeboot里的initrd.img vmlinuz两个文件拷贝到/tftpboot里去 将/usr/lib/syslinux/menu.c32 拷贝到/tftpboot里去 将/usr/lib/syslinux/pxelinux.0 拷贝到/tftpboot里去 cp /root/anaconda-ks.cfg /var/www/html/ks.cfg 贴下我的ks.cfg文件注意先要安装http服务 rpm -ivh apr-*和rpm -ivh http* [root@autoinstall pxeboot]# more /var/www/html/ks.cfg
# Kickstart file automatically generated by anaconda.
install
nfs --server=192.168.11.99 --dir=/var/ftp/pub ##指定资源
lang en_US.UTF-8
langsupport --default=en_US.UTF-8 zh_CN.UTF-8 en_US.UTF-8
keyboard us
xconfig --card "VMWare" --videoram 16384 --hsync 31.5-37.9 --vsync 50-70 --resolution 800x600 --depth 16 --startxonboot --defaultde
sktop gnome
rootpw --iscrypted $1$OhWXJrcL$M3ZkdHMkqeZdUhw3KbI480
firewall --disabled
selinux --disabled
authconfig --enableshadow --enablemd5
timezone Asia/Shanghai
bootloader --location=mbr --append="rhgb quiet"
# The following is the partition information you requested
# Note that any partitions you deleted are not expressed
# here so unless you clear all partitions first, this is
# not guaranteed to work
clearpart --all
part /boot --fstype ext3 --size=100
part swap --size=1000
part / --fstype ext3 --size=100 --grow --asprimary ##分区
%packages
@ admin-tools
@ editors
@ emacs
@ system-tools
@ gnome-software-development
@ text-internet
@ x-software-development
@ gnome-desktop
@ dialup
@ network-server
@ compat-arch-support
@ legacy-software-development
@ base-x
@ chinese-support
@ printing
@ server-cfg
@ development-tools
kernel-devel
kernel-smp-devel
e2fsprogs
kernel-smp
grub %post 第四步:共享资源 把系统盘上的资源考到/var/ftp/pub下然后共享出来 [root@autoinstall RPMS]# more /etc/exports
/var/ftp/pub 192.168.11.0/24(ro,sync) 以showmount -e ip来验证 第五步:在服务器准备好dhcp服务并配置相关服务 rpm -ivh dhcp-3.0.1-59.EL4.i386.rpm (系统盘中获取) 配置文件可以从模版文件中考取做修改 /usr/share/doc ---模版文件库 贴一下我的dhcpd.conf文件 [root@autoinstall doc]# more /etc/dhcpd.conf
ddns-update-style interim;
ignore client-updates;
allow booting;
allow bootp;

subnet 192.168.11.0 netmask 255.255.255.0 { # --- default gateway
option routers 192.168.11.99;
option subnet-mask 255.255.255.0; # option nis-domain "domain.org";
# option domain-name "domain.org";
# option domain-name-servers 192.168.1.1; option time-offset -18000; # Eastern Standard Time
# option ntp-servers 192.168.1.1;
# option netbios-name-servers 192.168.1.1;
# --- Selects point-to-point node (default is hybrid). Don''t change this unless
#

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号