Presentation is loading. Please wait.

Presentation is loading. Please wait.

讲议: PXE 介绍及实现 Jarvis 2006-06-13.

Similar presentations


Presentation on theme: "讲议: PXE 介绍及实现 Jarvis 2006-06-13."— Presentation transcript:

1 讲议: PXE 介绍及实现 Jarvis

2 术语: PXE (Pre-boot Execution Environment) DHCP (Dynamic Host Configuration Protocol )动态主机配置协议 TFTP(Trivial File Transfer Protocol )日常文件传输协议 TCP/IP (Transmission Control Protocol/Internet Protocol )传输控制协议/网间协议

3 PXE必须具备条件 DHCP and TFTP Server PXE Server PXE 安装包,配置文件 BIOS支持 NIC支持

4 PXE介绍 PXE:名词解释为预启动执行环境,它是基于TCP/IP、DHCP、TFTP等Internet协议之上的扩展网络协议,是一种新技术,PXE技术提供的从网络启动的功能 。

5 DHCP 工作原理 DHCP 允许您通过本地网络上的 DHCP 服务器 IP 地址数据库为客户端动态指派 IP 地址:

6 TFTP 介绍及安装 Tftp全称为Trivial File Transfer Protocol,中文名叫简单文件传输协议。大家可以从它 的名称上看出,它适合传送“简单”的文件。与FTP不同的是,它使用的是UDP的69端口,因此 它可以穿越许多防火墙。不过它也有缺点,比如传送不可靠、没有密码验证等 如果你的Server上没有安装TFTP,那么需要如下文件:tftp-server rpm rpm -Uvh tftp-server rpm

7 PXE工作原理

8 PXE实现方法 Linux环境 Windows环境

9 Linux PXE Installation process
1. Download PXE rpm package and configure file, as below: pxe i386.rpm pxe tar.gz

10 2. Copy the RPM and Configure file to a temp

11 3. Installation PXE run the command as below:

12 4. Tar the pxeconfig.tgz file form the temp

13 5. Below is pre-Install the pxe state

14 6. Below is after Install the pxe state

15 7. Copy the all tar file to root boot directory

16 8. Copy Linux boot file and kernel to pxelinux

17 9. Edit the configure file

18 配置TFTP Server

19 启动服务及禁用防火墙 启动TFTP服务:service xinetd restart 启动PXE服务:service pxe restart
禁用防火墙: service iptables stop service ip6tables stop 重新启动服务器时自动禁用防火墙: chkconfig iptables off chkconfig ip6tables off

20 远程启动PXE 启动Client, 确保BIOS 设置正确 确保LAN ROM 支持PXE
在BIOS自检时按F12从这个Network引导,实现远程安装或启动 执行Pxelinux.0 调用配置PXE文件

21 pxelinux.0 为 bootstrap 文件,负责系统的引导和启动,
Bootstrap 文件 pxelinux.0,放置在/tftpboot中。Linux内核以及Linux根文件系统也放置在/tftpboot。pxelinux.0在执行过程中,要读配置文件。 所有的配置文件都放在/tftpboot/X86PC/UNDI/pxelinux/pxelinux.cfg/目录下

22 安装Linux所需要引导文件 Vmlinuz Linitrd.img
以上两个Linux启动文件可通过RedHat第一张光盘/images/pxeboot/下可找到

23

24 PXE 启动过程

25 PXE 启动过程及安装Linux

26 Windows PXE 参考文献:

27 鸣谢 各位,掌声!就是你对我最大的肯定啊~~ Next


Download ppt "讲议: PXE 介绍及实现 Jarvis 2006-06-13."

Similar presentations


Ads by Google