User`s manual
UC-8410/8416/8418-LX User’s Manual Managing Communication
4-17
NFS (Network File System) Client
The Network File System (NFS) is used to mount a disk partition on a remote machine, as if it
were on a local hard drive, allowing fast, seamless sharing of files across a network. NFS allows
users to develop applications for the UC-8410/8416/8418, without worrying about the amount of
disk space that will be available. The UC-8410/8416/8418 supports NFS protocol for client.
NOTE Click on the following links for more information about NFS:
http://www.tldp.org/HOWTO/NFS-HOWTO/in
d
ex.html
http://nfs.sourceforge.net/nfs-howto/client.html
http://nfs.sourceforge.net/nfs-howto
/server.html
Setting up the UC-8410/8416/8418 as an NFS Client
The following procedure is used to mount a remote NFS Server.
1. Establish a mount point on the NFS Client site.
2. Mount the remote directory to a local directory.
Steps 1:
#mkdir –p /home/nfs/public
Step 2:
#mount –t nfs NFS_Server(IP):/directory /mount/point
Example
: #mount –t nfs 192.168.3.100/home/public /home/nfs/public
Mail
smtpclient is a minimal SMTP client that takes an email message body and passes it on to an
SMTP server. It is suitable for applications that use email to send alert messages or important logs
to a specific user.
NOTE Click on the following link for more information about smtpclient:
http://www.engelschall.com/sw/smtpclient/
To send an email message, use the ‘smtpclient’ utility, which uses SMTP protocol. Type
#smtpclient--help to see the help message.
Example:
smtpclient –s test –f sender@company.com –S IP_address receiver@company.com
< mail-body-message
-s: The mail subject.
-f: Sender’s mail address
-S: SMTP server IP address
The last mail address receiver@company.com is the receiver’s e-mail address.
mail-body-message is the mail content. The last line of the body of the message should contain
ONLY the period ‘.’ character.
You will need to add your hostname to the file /etc/hosts.