Tftp server setup, Uefi nic server configuration script for rhel 6.x, Setup information – Dell Emulex Family of Adapters User Manual
Page 1732: Nfs configuration

Boot Version 10.2 for NIC, iSCSI, FCoE, and RoCE Protocols User Manual
P010097-01B Rev. A
Appendix C. Examples for Configuring and Booting UEFI NIC
UEFI NIC Server Configuration Script for RHEL 6.x
1732
###Address to match that of the NIC in the client box
###The IP address that follows the next-server option should be the IP
###address of the tftp server
[root@bglinux156 ~]# service dhcpd restart
Shutting down dhcpd: [ OK ]
Starting dhcpd: [ OK ]
TFTP Server Setup
[root@orleansrhel5564 ~]# cat /etc/xinetd.d/tftp
service tftp
{
disable = no
socket_type = dgram
protocol = udp
wait= yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot/linux-install
per_source = 11
cps = 100 2
flags = IPv4
UEFI NIC Server Configuration Script for RHEL 6.x
Setup Information
PXE client server: Dell R710 with Emulex OneConnect UCNA or Intel X520 card (Test
System to do UEFI PXE boot)
PXE server: HP running RHEL 5.5 64 bit
NFS Configuration
[root@orleans ~]# mkdir /work
[root@orleans ~]# mount 10.192.194.110:/work /mnt #### Mounting network drive
[root@orleans ~]# cd /mnt/
[root@orleans ~]# cp -r rhel6364/ /work/ #### Copying rhel6.1-64 bit os to PXE
server mechine
[root@orleans ~]# vim /etc/exports ####(Add "/work *(rw,sync)"
[root@orleans ~]# exportfs -a ####(reflect changes in NFS Server)
#### Restart NFS services
[root@orleans ~]#/etc/rc.d/init.d/portmap restart
[root@orleans ~]# /etc/rc.d/init.d/nfslock restart
[root@orleans ~]# /etc/rc.d/init.d/nfs restart