https:///weradocs/Linux_NFS.shtml Last update:

Wera Linux Configuration - NFS

The WERA real time processor (CL7, vxWorks) uses NFS protocol to store the measured data to the Linux machine. To enable NFS access for the CL7 to the Linux machine, add the following lines to /etc/exports:

/home/wera/data         192.168.0.1(rw)
/home/wera/vxworks      192.168.0.1(rw)
/home/wera/etc          192.168.0.1(rw)
/home/wera/weralogs     192.168.0.1(rw)

In /etc/sysconfig/nfs edit USE_KERNEL_NFSD_NUMBER from 4 to 8:

# the kernel nfs-server supports multiple server threads
#
USE_KERNEL_NFSD_NUMBER="8"

The NFS server can be started from the Run_level Editor (SuSE 8.1 Professional).
Activate NFS for Run_levels 2,3,5

You should not use Reiser FS for the NFS monted directories, as a significant increase in data transfer times
from the CL7 to the Linux host will be observed (a factor greater than 10!). The extended file system XFS is a good choice.

To initialize the data disk(s) with XFS, log in as root and enter the following commands:

BACK


Comments to: gurgel@ifm.uni-hamburg.de (Klaus-Werner Gurgel)