132
2.2 Installing CentOS via PXE
2.2.1 Preparing PXE Installation System
System Configuration
Figure 1: A Server running Ubuntu (15.04 or later) or CentOS 7.x
Configuring PXE Server
1.
Installing necessary packages:
•
Ubuntu 15.x:
•
CentOS 7.x:
2.
Adding (or modifying) the /etc/dhcp/dhcpd.conf file
•
Ubuntu 15.x and CentOS 7.x:
# yum install -y xinetd tftp tftp-server dhcp httpd wget createrepo
# apt-get install -y isc-dhcp-server xinetd tftpd-hpa wget apache2
# vi /etc/dhcp/dhcpd.conf
default-lease-time 600;
max-lease-time 600;
log-facility local7;
authoritative;
option arch code 93 = unsigned integer 16; # RFC4578
option domain-name-servers 8.8.4.4, 8.8.8.8;
subnet 172.168.1.0 netmask 255.255.255.0 {
range dynamic-bootp 172.168.1.30 172.168.1.254;
option broadcast-address 172.168.1.255;
option routers 172.168.1.23;
next-server 172.168.1.23;
class "pxeclients" {
match if substring (option vendor-class-identifier, 0, 9) = "
AMPClient
";
if option arch = 00:0b {
# Installing Centos
filename "
/AMP/centos-repo
/EFI/BOOT/grubaa64.efi";
Содержание ThinkSystem HR350A
Страница 37: ...37 ...
Страница 55: ...55 3 4 7 2 PCI Express GEN 2 Settings ...
Страница 59: ...59 ...
Страница 62: ...62 ...
Страница 66: ...66 Entering this menu item will allow users to configure the device parameters ...
Страница 71: ...71 Patrol Scrub Enable disable Patrol Scrub for DDR controller ...
Страница 85: ...85 3 9 3 View FRU Information ...
Страница 89: ...89 ...
Страница 90: ...90 3 9 6 BMC User Settings This section allows users to Add Delete and Set Privilege levels for BMC users ...
Страница 97: ...97 Figure 2 Configuring IE ESC step 2 Figure 3 Configuring IE ESC step 3 ...
Страница 107: ...107 4 9 3 Event Log 4 9 4 Images Redirection This page is used to configure the images into BMC for redirection ...
Страница 115: ...115 4 9 19 Virtual Media 4 9 20 IPMI Configuration 4 10 Remote Control This page is used to launch KVM ...
Страница 118: ...118 3 Select Restore Configuration and upload the downloaded backup files ...
Страница 120: ...120 ...
Страница 123: ...123 Select OK to continue ...