当前位置:网站首页>PXE unattended installation management
PXE unattended installation management
2022-07-28 07:03:00 【Peanut flavored peanuts】
Catalog
One . The network configuration
3、 ... and . install TFTP service
5、 ... and . install FTP service
6、 ... and . install Kickstart
Preface
PXE(preboot execute environment, Pre boot execution environment ) By Intel The latest technology developed by the company , Work in Client/Server Network mode of , Support workstation to download image from remote server through network , And from this support through the network to start the operating system , In the startup process , The terminal requires the server to assign IP Address , Reuse TFTP(trivial filtransferprotocol) or MTFTP(multicast trivial file transfer protocol) The protocol downloads a boot package to the local memory for execution , This startup software package completes the terminal ( client ) Basic software settings , So as to boot the terminal operating system installed in the server in advance .PXE Can boot a variety of operating systems .
One . The network configuration
1. Turn off firewall
systemctl stop firewalld
setenforce 0
2. Add network card 
3. Configure network card
vim /etc/sysconfig/network-scripts/ifcfg-ens33 ifcfg-ens36 take ens33 The configuration information is copied to ens36 
systemctl restart network Restart network card
Two . install DHCP service
yum -y install dhcp install DHCP
lookup DHCP route 
Copy to the specified directory ![]()
vim /etc/dhcp/dhcpd.conf( Set network segment , Address pool , The default gateway ,tftp Server address ,pxe Bootloader file )
Opening service
systemctl start dhcpd
systemctl enable dhcpd
3、 ... and . install TFTP service
install TFTP
yum -y install tftp-server
yum -y install xinetd

vim /etc/xinetd.d/tftp(disable=yes Change it to no Open for indication TFTP service )
mount /dev/cdrom /mnt
cd /mnt/images/pxeboot/
Kernel files The kernel initializes the image file /var/lib/tftpboot/ Site
cp initrd.img vmlinuz /var/lib/tftpboot/
Opening service
systemctl start xinetd
systemctl enable xinetd
systemctl start tftp
systemctl enable tftp
3、 ... and .PXE Bootstrap
Installation services 

Lookup location 
Copy to the specified location ![]()
Four . Configure menu file
![]()

5、 ... and . install FTP service
install FTP
Create files and copy them to the specified directory ![]()
Opening service
systemctl start vsftpd
systemctl enable vsftpd
6、 ... and . install Kickstart

Open profile 








7、 ... and . test result



边栏推荐
- Teach you three steps to complete the construction of the test monitoring system hand in hand
- About gcc:multiple definition of
- Servlet
- Firewall - iptables firewall (four tables and five links, firewall configuration method, detailed explanation of matching rules)
- 组管理和权限管理
- Ubuntu18.04+centos7 configure redis master-slave [learning notes]
- Pku-2524-ubiquitous relations (parallel search template)
- ---Stack & queue---
- SSH服务配置
- FTP service
猜你喜欢

Iptables firewall

一、PXE概述和安装

What kind of air conduction Bluetooth headset with good configuration is recommended

Blue Bridge Cup square filling number

组管理和权限管理

DOM Foundation

Which is the best air conduction Bluetooth headset? Air conduction Bluetooth headset ranking

2022 Tanabata gift recommendation! Nice, cheap and practical gift recommendation

Cocos2d-x learning notes Tile Map tiledmap

About gcc:multiple definition of
随机推荐
Hdu-2036-reform spring breeze blowing all over the ground (polygon area template)
Method of designing test cases
LNMP搭建过程详解
Tcp/ip five layer model
What kind of air conduction Bluetooth headset with good configuration is recommended
Iptables firewall
Common models in software development
MOOC翁恺C语言 第四周:进一步的判断与循环:1.逻辑类型与运算2.级联和嵌套的判断
Cocos2d-x learning notes Tile Map tiledmap
DOM - Events
shell脚本——正则表达式
RAID磁盘阵列
MySQL common commands
DOM Foundation
Build php7 private warehouse
On cookies and session
MySQL master master
DHCP principle and configuration
Hdu-5806-nanoapelovesequence Ⅱ (ruler method)
Esxi community nvme driver update v1.1