Nfs Server Setup; Tftp Server Setup - Intel I/O Processor Installation Manual

Intel i/o processor installation guide
Table of Contents

Advertisement

Linux - Debian—Host Setup
2.4

NFS Server Setup

When Intel XScale
necessary to export the appropriate directory via the NFS Server. These instructions assume the
NFS mounted root file system is located on the server as "/exports/fs.xscale".
Edit the file "/etc/exports" and add the following line:
/exports/fs.xscale *(rw,no_root_squash,sync)
Create the NFS shared directory:
# mkdir /exports/fs.xscale
Start NFS server as follows on a Fedora or Mandrake server:
# /sbin/service portmap start
# /sbin/service nfslock start
# /sbin/service nfs start
Ensure that the NFS server will be automatically run at boot time as follows on a Fedora or
Mandrake server:
# /sbin/chkconfig portmap on
# /sbin/chkconfig nfslock on
# /sbin/chkconfig nfs on
When the NFS server was started before editing the "/etc/exports" file, it is necessary to update the
export tables as follows:
# exportfs -rav
2.5

TFTP Server Setup

This example is based on a Fedora system. Other systems may provide similar mechanisms for
this. Consult the distributions documentation for further information.
Enable the TFTP server:
# /sbin/chkconfig tftp on
Edit the "/etc/xinetd.d/tftp" file and ensure that the following settings are present. These may be
default so it may not be necessary to modify anything:
disable = no
user
server_args= -s /tftpboot
Create the TFTP Root directory when it does not exist.
# mkdir /tftpboot
Restart the xinetd daemon:
# /sbin/service xinetd restart
June 2005
10
®
microarchitecture-Linux target is using NFS for its root file system, it is
= root
®
Intel
I/O Processors
Order Number: 306507001US
Linux-Debian Installation Guide

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the I/O Processor and is the answer not in the manual?

This manual is also suitable for:

Iq80331

Table of Contents