Version 6.4 445 March 2012
SIP User's Manual 20. Configuring the IP Media Parameters
To restart the nfs daemon on Solaris, invoke the following two commands:
> /etc/init.d/nfs.server stop
> /etc/init.d/nfs.server start
To view a log of directories which were shared on the previous restart of the nfs
daemon, type the sharetab file. For example:
> cat /etc/dfs/sharetab
/audio1 - nfs ro
Other useful Solaris™ commands include the following:
dfmounts: displays shared directories, including a list of clients that have these
resources mounted.
dfshares: displays a list of shared directories.
20.1.2.3.8.2 Linux-Based NFS Servers
The AudioCodes device uses local UDP ports that are outside of the range of
0..IPPORT_RESERVED(1024). Therefore, when configuring a remote file system to be
accessed by an AudioCodes device, use the insecure option in the /etc/exports file. The
insecure option allows the nfs daemon to accept mount requests from ports outside of this
range.
Without the insecure option, the following nfs daemon log is received:
rpc.mountd: refused mount request from <ip> for <dir> illegal port
Without the insecure option, the following Syslog is received:
NFS mount failed, reason=permission denied IP=<ip> path=<dir>
state=waitForMountReply numRetries=0
For more information, see the exports(5) main page on your Linux server.
An example /etc/exports entry is shown below:
/nfsshare *(rw,insecure,no_root_squash,no_all_squash,sync)