快速业务通道

Kickstart 同时push多个linux操作系统

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-04-03
;KS文件可以在安装好的linux上使用system-config-kickstart命令生成

  1. [root@rhel5 ~]# ls /tftpboot/
  2. boot.cat centos4.8_64 isolinux.bin memtest param.msg pxelinux.cfg rhel5.4_64 splash.lss
  3. boot.msg general.msg isolinux.cfg options.msg pxelinux.0 rescue.msg rhel6_64 TRANS.TBL
  4. [root@rhel5 ~]# cat /tftpboot/pxelinux.cfg/default
  5. default rhel5_rescue
  6. prompt 1
  7. timeout 600
  8. display boot.msg
  9. F1 boot.msg
  10. F2 options.msg
  11. F3 general.msg
  12. F4 param.msg
  13. F5 rescue.msg
  14. label rhel5_rescue
  15. kernel rhel5.4_64/vmlinuz
  16. append ksdevice=eth0 load_ramdisk=1 initrd=rhel5.4_64/initrd.img noipv6
  17. label rhel5.4_64
  18. kernel rhel5.4_64/vmlinuz
  19. append ksdevice=eth0 load_ramdisk=1 initrd=rhel5.4_64/initrd.img ks=ftp://192.168.50.7/ks/ks5_64.cfg noipv6
  20. label rhel6_64
  21. kernel rhel6_64/vmlinuz
  22. append ksdevice=eth0 load_ramdisk=1 initrd=rhel6_64/initrd.img ks=ftp://192.168.50.7/ks/ks6_64.cfg noipv6
  23. label centos4.8_64
  24. kernel centos4.8_64/vmlinuz
  25. append ksdevice=eth0 load_ramdisk=1 initrd=centos4.8_64/initrd.img ks=ftp://192.168.50.7/ks/ks4.8_64.cfg noipv6
  26. [root@rhel5 ~]# cat /tftpboot/boot.msg
  27. #To decide install os type and enter command to continue
  28. linux resuce ---> rhel5_rescue rescue
  29. rhel5.4 64bit ---> rhel5.4_64
  30. rhel6.0 64bit ---> rhel6_64
  31. centos4.8 64bit ---> centos4.8_64

四:配置FTP和autofs,这里将利用ftp和autofs为安装提供光盘源镜像

  1. [root@rhel5 ~]# rpm -qa |egrep ''vsftpd|autofs''
  2. vsftpd-2.0.5-16.el5_5.1
  3. autofs-5.0.1-0.rc2.131.el5
  4. [root@rhel5 ~]# tail -1 /etc/auto.master
  5. /var/ftp/pub /etc/auto.ftp
  6. [root@rhel5 ~]# cat /etc/auto.ftp
  7. iso5 -fstype=iso9660,ro,loop :/data/ISO/rhel-server-5.4-x86_64-dvd.iso
  8. iso4.8 -fstype=iso9660,ro,loop :/data/ISO/CentOS-4.8-x86_64-binDVD.iso
  9. iso6 -fstype=iso9660,ro,loop :/data/ISO/rhel6.iso

五:启动服务和测试

  1. [root@rhel5 ~]# service dhcpd restart
  2. Shutting down dhcpd: [ OK ]
  3. Starting dhcpd: [ OK ]
  4. [root@rhel5 ~]# service vsftpd restart
  5. Shutting down vsftpd: [ OK ]
  6. Starting vsftpd for vsftpd: [ OK ]
  7. [root@rhel5 ~]# service autofs restart
  8. Mon Jun 13 08:49:48 2011 1 192.168.50.184 0 /pub/iso5/images/updates.img b _ o a rhinstall@ ftp 0 * i
  9. Mon Jun 13 08:49:48 2011 1 192.168.50.184 0 /pub/iso5/disc1/images/updates.img b _ o a rhinstall@ ftp 0 * i
  10. Mon Jun 13 08:49:48 2011 1 192.168.50.184 0 /pub/iso5/images/product.img b _ o a rhinstall@ ftp 0 * i
  11. Mon Jun 13 08:49:48 2011 1 192.168.50.184 0 /pub/iso5/disc1/images/product.img b _ o a rhinstall@ ftp 0 * i
  12. Mon Jun 13 08:49:56 2011 8 192.168.50.184 91160576 /pub/iso5/images/stage2.img b _ o a rhinstall@ ftp 0 * c

本文出自 “月牙天冲” 博客,谢绝转载!

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站: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号