EasyManua.ls Logo

Lenovo ThinkSystem HR330A - Page 132

Lenovo ThinkSystem HR330A
168 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
132
CentOS 7.x:
6. Verifying TFTP server.
Ubuntu 15.x and CentOS 7.x:
7. Starting Apache web server.
Ubuntu 15.x:
$ sudo systemctl stop firewalld
$ sudo systemctl disable firewalld
# vi /etc/xinetd.d/tftp
service tftp
{
socket_type
protocol
wait
user
server
server_args
disable
per_source
cps
flags
}
= dgram
= udp
= yes
= root
= /usr/sbin/in.tftpd
= -c -s /var/lib/tftpboot
= no
= 11
= 100 2
= IPv4
# chmod 777 -R /var/lib/tftpboot/
# setsebool -P tftp_anon_write 1
# setsebool -P tftp_home_dir 1
# systemctl enable xinetd
# systemctl restart xinetd
# systemctl stop firewalld
# systemctl disable firewalld
# tftp 172.168.1.23
tftp> get /AMP/centos-repo/EFI/BOOT/grubaa64.efi
Received 883074 bytes in 0.1 seconds
tftp>
$ sudo systemctl enable apache2
$ sudo systemctl restart apache2
Centos 7.x:
# systemctl enable httpd
# systemctl restart httpd
Verifying web server access
# wget http://172.168.1.23/AMP/centos-repo/EFI/BOOT/grubaa64.efi

Table of Contents

Related product manuals