IP:10.104.0.101

[root@localhost network-scripts]# cat ifcfg-em1

[root@localhost network-scripts]# iptables -F

[root@localhost network-scripts]# iptables -X

[root@localhost network-scripts]# service iptables stop

iptables:将链设置为政策 ACCEPT:filter                     [确定]

iptables:清除防火墙规则:                                      [确定]

iptables:正在卸载模块:                                         [确定]

[root@localhost network-scripts]# service iptables save

 

[root@localhost network-scripts]# vim /etc/sysconfig/selinux

[root@localhost network-scripts]#setenforce 0

setenforce: SELinux is disabled

[root@localhost network-scripts]# mkdir /media/cdrom

[root@localhost network-scripts]# mount /dev/cdrom /media/cdrom/

mount: block device /dev/sr0 is write-protected, mounting read-only read-only

[root@localhost network-scripts]# cd /etc/yum.repos.d/

[root@localhost yum.repos.d]# mv CentOS-Base.repo CentOS-Base.repo.bak

[root@localhost yum.repos.d]# vim CentOS-Media.repo

[root@localhost yum.repos.d]# yum -y install ftp tftp-server syslinux vsftpd xinetd dhcp

 

[root@localhost yum.repos.d]# mkdir /var/ftp/rhel6

[root@localhost yum.repos.d]# cp -rf /media/cdrom/* /var/ftp/rhel6/

[root@localhost yum.repos.d]# vim /etc/xinetd.d/tftp

 

[root@localhost yum.repos.d]# cd /media/cdrom/images/pxeboot/

[root@localhost pxeboot]# cp initrd.img vmlinuz /var/lib/tftpboot/

[root@localhost pxeboot]# cp /usr/share/syslinux/pxelinux.0 /var/lib/tftpboot/

[root@localhost pxeboot]# mkdir /var/lib/tftpboot/pxelinux.cfg

[root@localhost pxeboot]# vim /var/lib/tftpboot/pxelinux.cfg/default

 default auto

 prompt 

 timeout 

 label auto

         kernel vmlinuz

         append initrd=initrd.img ks=ftp://10.104.0.101/rhel6/ks.cfg devfs=nomount ramdisk_size=8192 ksdevice=em1 biosname=0

 label linux text

         kernel vmlinuz

         append text initrd=initrd.img devfs=nomount ramdisk_size=

 label linux rescue

         kernel vmlinuz

         append rescue  initrd=initrd.img devfs=nomount ramdisk_size=

 

 

[root@zuo pxeboot]# vim /etc/dhcp/dhcpd.conf

 subnet 10.104.0.0 netmask 255.255.255.0 {

         default-lease-time ;

         max-lease-time ;

         range 10.104.0.100 10.104.0.130;

         next-server 10.104.0.101;

         filename "pxelinux.0";

 }

 

[root@localhost pxeboot]# dhcpd

 

[root@localhost pxeboot]# service vsftpd restart

[root@localhost pxeboot]# chkconfig vsftpd on

[root@localhost pxeboot]# service xinetd restart

[root@localhost pxeboot]# chkconfig xinetd on

[root@localhost pxeboot]# service dhcpd restart

[root@localhost pxeboot]# chkconfig dhcpd on

[root@localhost pxeboot]# yum -y install system-config-kickstart

[root@localhost pxeboot]# system-config-kickstart

 

 

 

 

 

 

 

 

 

 

 

[root@localhost rhel6]# vim ks.cfg

install

# Use network installation

url --url="ftp://10.104.0.101/rhel6"

# Root password

rootpw --iscrypted $1$u0Tl6e4j$o3QI9JgfVdQU2o3pqDWlo/

# System authorization information

auth  --useshadow  --passalgo=md5

# Use graphical install

graphical

firstboot --disable

# System keyboard

keyboard us

# System language

lang en_US

# SELinux configuration

selinux --disabled

# Installation logging level

logging --level=info

reboot

# System timezone

timezone  Asia/Shanghai

# Network information

network  --bootproto=dhcp --device=em1 --onboot=on

# System bootloader configuration

bootloader --location=mbr --append="biosdevname=0"

# Clear the Master Boot Record

zerombr

# Partition clearing information

clearpart --all --initlabel

# Disk partitioning information

part /boot --fstype="ext4" --size=200

part swap --fstype="swap" --size=65536

part / --fstype="ext4" --size=51250

part /opt --fstype="ext4" --grow --size=1

%packages

@additional-devel

@backup-client

@base

@basic-desktop

@compat-libraries

@console-internet

@debugging

@desktop-debugging

@desktop-platform

@desktop-platform-devel

@development

@dial-up

@directory-client

@eclipse

@emacs

@fonts

@ftp-server

@general-desktop

@graphical-admin-tools

@graphics

@ha

@ha-management

@hardware-monitoring

@identity-management-server

@infiniband

@input-methods

@internet-applications

@internet-browser

@java-platform

@kde-desktop

@large-systems

@legacy-unix

@legacy-x

@mainframe-access

@mysql

@mysql-client

@network-file-system-client

@network-server

@network-tools

@nfs-file-server

@office-suite

@performance

@perl-runtime

@php

@postgresql

@postgresql-client

@print-client

@remote-desktop-clients

@resilient-storage

@ruby-runtime

@scalable-file-systems

@scientific

@security-tools

@server-platform

@server-platform-devel

@smart-card

@storage-client-fcoe

@storage-client-iscsi

@storage-client-multipath

@storage-server

@system-admin-tools

@system-management

@system-management-messaging-client

@system-management-snmp

@system-management-wbem

@technical-writing

@tex

@turbogears

@web-server

@web-servlet

@x11

ElectricFence

PyQt4-devel

SDL-devel

ant

babel

bzr

chrpath

cmake

compat-gcc-34

compat-gcc-34-c++

compat-gcc-34-g77

compat-openmpi

compat-openmpi-psm

crypto-utils

cups-devel

cvs-inetd

dejagnu

desktop-file-utils

e2fsprogs-devel

eclipse-mylyn-cdt

eclipse-mylyn-pde

eclipse-mylyn-trac

eclipse-mylyn-webtasks

eclipse-mylyn-wikitext

eclipse-subclipse-graph

expat-devel

expect

expect

freeglut-devel

fuse-devel

gcc-gnat

gcc-java

gcc-objc

gcc-objc++

glade3

gmp-devel

gnome-common

gnome-devel-docs

gnome-python2-desktop

gnutls-devel

gstreamer-plugins-base-devel

gtk2-devel-docs

hmaccalc

httpd-devel

hunspell-devel

imake

iptables-devel

java-1.8.0-openjdk-devel

jpackage-utils

junit

kdebase-devel

kdebase-workspace-devel

kdegraphics-devel

kdelibs-apidocs

kdelibs-devel

kdemultimedia-devel

kdenetwork-devel

kdepim-devel

kdepimlibs-devel

kdesdk

kdesdk-devel

kdewebdev

ksc

libXau-devel

libXaw-devel

libXinerama-devel

libXmu-devel

libXpm-devel

libXrandr-devel

libaio-devel

libblkid-devel

libbonobo-devel

libcap-devel

libdrm-devel

libgcrypt-devel

libglade2-devel

libgnomeui-devel

libgudev1-devel

libhugetlbfs-devel

libibverbs-devel

libnl-devel

libnl3-devel

libstdc++-docs

libtiff-devel

libtopology-devel

libudev-devel

libusb-devel

libuuid-devel

libxslt-devel

mercurial

mod_dav_svn

mod_revocator

mpfr-devel

nasm

net-snmp-devel

numactl-devel

openmotif-devel

papi-devel

pcre-devel

perl-Test-Pod

perl-Test-Pod-Coverage

perltidy

popt-devel

python-docs

qt-doc

rpmdevtools

rpmlint

sane-backends-devel

snappy-devel

startup-notification-devel

systemtap-sdt-devel

systemtap-server

tcl-devel

tcp_wrappers-devel

tk-devel

unique-devel

unixODBC-devel

xorg-x11-proto-devel

xz-devel

%end

Dell-R730 【Pxe+dhcp+ftp+tftp+Kickstart+CentOs6.6】的更多相关文章

  1. Linux系统网络安装——基于pxe+dhcp+nfs+tftp+kickstart

    原文发表于:2010-09-05 转载至cu于:2012-07-21 一.原理简介 PXE(preboot execute environment)工作于Client/Server的网络模式,支持工作 ...

  2. linux pxe+dhcp+nfs+tftp

    yum -y install vsftpd dhcp xinetd tftp-server syslinux(安装"syslinux"才有pxelinux.0) tftp 服务(v ...

  3. 使用PXE+DHCP+TFTP+kickstart搭建无人执守系统安装服务器

    原理和概念:  1. 什么是PXE  严格来说,PXE 并不是一种安装方式,而是一种引导的方式.进行 PXE 安装的必要条件是要安装的计算机中包含一个 PXE 支持的网卡(NIC),即网卡中必须要有 ...

  4. dhcp、tftp及pxe简介

    DHCP: 全称:Dynamic Host Configuration Protocol  动态主机配置协议 DHCP配置内容: IP/Netmask Gateway DNS Server bootp ...

  5. PXE+DHCP+TFTP+Cobbler 无人值守安装centos 7

    Cobbler(补鞋匠)是通过将DHCP.TFTP.DNS.HTTP等服务进行集成,创建一个中央管理节点,其可以实现的功能有配置服务,创建存储库,解压缩操作系统媒介,代理或集成一个配置管理系统,控制电 ...

  6. Linux之FTP/TFTP(vsftp、vsftpd) HTTP(httpd、apache) DHCP(dhcpd)

    FTP/TFTP(vsftp.vsftpd): FTP是File Transfer Protocol(文件传输协议)而中文简称为"文传协议".用于Internet上的控制文件的双向 ...

  7. Dell R730服务器 Raid0 Raid5配置

    Dell R730服务器,有7块5t硬盘,默认做的RAID5.我们的目的是取其中6块硬盘做RAID5,留一块硬盘做热备. 一块SSD系统盘. 在这里,我具体解释一下 ①6块硬盘做成RAID5 ②6块硬 ...

  8. Dell R730服务器 Raid5配置

    Dell R730服务器,有7块5t硬盘,默认做的RAID5.我们的目的是取其中6块硬盘做RAID5,留一块硬盘做热备. 一块SSD系统盘. 在这里,我具体解释一下 ①6块硬盘做成RAID5 ②6块硬 ...

  9. dell R730 安装windwos 2008 R2在windows loading files...完成后屏幕无信号(iDrac绿屏)

    dell R730 安装windwos 2008 R2在windows loading files...完成后,Starting Windows时屏幕无信号(iDrac绿屏) 解决方法: F2  进行 ...

随机推荐

  1. jQuery无限级联下拉框插件

    自己编写jQuery插件 之 无限级联下拉框   因为是级联,所以数据必须是树型结构的,我这里的测试数据如下: 看下效果图: 1.>图一: 2.>图二: 3.>图三: 由图可知,下拉 ...

  2. memcpy源代码

    7月22号去面试开发的职位,面试官先问我在以前项目中写了什么程序.我就巴拉巴拉的说了一堆写过的code,主要还是测试工具和自动化测试代码.之后让我写memcpy的函数,面试官还挺好的,帮我把函数原型都 ...

  3. Hibernate在自由状态和持久的状态转变

    在Hibernate在.一PO术后可能长时间,session过时关闭.此时PO它一直是游离状态的对象,在这种状态下,以被转换成持久战,有几种方法如下: 1.session.saveOrUpdate(o ...

  4. jQuery插件的编写相关技术 设计总结和最佳实践

    原文:http://www.itzhai.com/jquery-plug-in-the-preparation-of-related-technical-design-summary-and-best ...

  5. web中纯java获取配置文件中的数据

    /*********获取配置文件,但配置文件中的值改变,不会随着值的改变也获取的参数值改变**********/  /**   * 原因是因为,类装载,装载完后,不会再去装载了   * *///  I ...

  6. JSON之FastJson

    FastJson是什么? 从网上查到--- 官网地址:http://code.alibabatech.com/wiki/display/FastJSON/Overview(已关闭) FastJSOn是 ...

  7. SQLSERVER误删Windows登录用户

    SQLSERVER误删除了Windows登录用户验证方式使用Windows身份验证的解决方法   SQLSERVER误删Windows登录用户验证方式使用Windows身份验证的解决方法 今天看到这篇 ...

  8. C#socket通信1

    .net平台下C#socket通信(上) 完全是基础,新手可以随意看看,大牛可以关闭浏览页了,哈哈. 在开始介绍socket前先补充补充基础知识,在此基础上理解网络通信才会顺理成章,当然有基础的可以跳 ...

  9. 图解JS的传值与传址

    //编程过程中经常会碰到传值,传址的问题!今天的主题就是关于传值.与传址. //先讲讲赋值操作 //下例是原始类型赋值操作 var a=1,b=a,a=2; console.log("a=& ...

  10. 使用brew安装软件

    使用brew安装软件 brew 又叫Homebrew,是Mac OSX上的软件包管理工具,能在Mac中方便的安装软件或者卸载软件, 只需要一个命令, 非常方便 brew类似ubuntu系统下的apt- ...