UC-7400-LX Plus User’s Manual
Managing Communications
4-17
Setting up the UC-7400-LX Plus as an NFS Client
The following procedure is used to mount a remote NFS Server.
1.
Scan the NFS Server’s shared directory.
2.
Establish a mount point on the NFS Client site.
3.
Mount the remote directory to a local directory.
Step 1:
#showmount –e HOST
showmount:
Show the mount information for an NFS Server.
-e:
Show the NFS Server’s export list.
HOST:
IP address or DNS address.
Steps 2 & 3:
#mkdir –p /home/nfs/public
#mount –t nfs NFS_Server(IP):/directory /mount/point
Example:
#mount –t nfs 192.168.3.100/home/public /home/nfs/public
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:
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 [email protected] –S IP_address [email protected]
< mail-body-message
-s:
The mail subject.
-f:
Sender’s
address
-S:
SMTP server IP address
The last mail address,
[email protected]
, 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
.