Tftp configuration – Dell Emulex Family of Adapters User Manual

Page 1733

Advertising
background image

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

1733

#### Check if NFS is running fine

[root@orleans ~]# rpcinfo -p

program vers proto port

100000 2 tcp 111 portmapper

100000 2 udp 111 portmapper

100021 1 udp 56782 nlockmgr

100021 3 udp 56782 nlockmgr

100021 4 udp 56782 nlockmgr

100021 1 tcp 44855 nlockmgr

100021 3 tcp 44855 nlockmgr

100021 4 tcp 44855 nlockmgr

100024 1 udp 766 status

100024 1 tcp 769 status

100011 1 udp 815 rquotad

100011 2 udp 815 rquotad

100011 1 tcp 818 rquotad

100011 2 tcp 818 rquotad

100003 2 udp 2049 nfs

100003 3 udp 2049 nfs

100003 4 udp 2049 nfs

100003 2 tcp 2049 nfs

100003 3 tcp 2049 nfs

100003 4 tcp 2049 nfs

100005 1 udp 828 mountd

100005 1 tcp 831 mountd

100005 2 udp 828 mountd

100005 2 tcp 831 mountd

100005 3 udp 828 mountd

TFTP Configuration

[root@orleans ~]# vi /etc/xinted.d/tftp

# default: off

# description: The tftp server serves files using the trivial file transfer \

# protocol. The tftp protocol is often used to boot diskless \

# workstations, download configuration files to network-aware printers, \

# and to start the installation process for some operating systems.

service tftp

{

disable = no

socket_type = dgram

protocol = udp

wait = yes

user = root

Advertising