Pxe server, Nfs server configuration script – Dell Emulex Family of Adapters User Manual

Page 1722

Advertising
background image

Boot Version 10.2 for NIC, iSCSI, FCoE, and RoCE Protocols User Manual

P010097-01B Rev. A

Appendix B. Example for Installing and Configuring Linux or Citrix for PXE Boot and UEFI Boot

Linux and Citrix PXE Server Remote Installation Procedure

1722

7. The default file’s contents should look similar to the following:

prompt 1

default linux

timeout 100

label linux

kernel vmlinuz

append initrd=initrd.img ramdisk_size=9216 noapic acpi=off

PXE Server

NFS Server Configuration Script

[root@bglinux156 ~]# mkdir /work

[root@bglinux156 ~]# mount 10.192.194.110:/work /mnt

[root@bglinux156 ~]# cd /mnt/

[root@bglinux156 ~]# cp -r rhel5564/ /work/ #copy the entire

directory to “/work”

[root@bglinux156 ~]# cd /work/rhel5564

[root@bglinux156 ~]# cp -r images/ /tftpboot/linux-install/

[root@bglinux156 ~]# vim /etc/exports###(Add “/work *(rw,sync)”)

[root@bglinux156 ~]# exportfs -a (reflect changes in NFS Server)

1. Restart NFS Services.

[root@bglinux156 ~]# /etc/rc.d/init.d/portmap restart

Stopping portmap: [ OK ]

Starting portmap: [ OK ]

[root@bglinux156 ~]# /etc/rc.d/init.d/nfslock restart

Stopping NFS locking: [ OK ]

Stopping NFS statd: [ OK ]

Starting NFS statd: [ OK ]

[root@bglinux156 ~]# /etc/rc.d/init.d/nfs restart

Shutting down NFS mountd: [ OK ]

Shutting down NFS daemon: [ OK ]

Shutting down NFS quotas: [ OK ]

Shutting down NFS services: [ OK ]

Starting NFS services: [ OK ]

Starting NFS quotas: [ OK ]

Starting NFS daemon: [ OK ]

Starting NFS mountd: [ OK ]

2. Check if the NFS services are running.

[root@bglinux156 ~]# rpcinfo -p

program vers proto port

Advertising