Mounting An Nfs File System On Linux; Mounting An Nfs File System On Aix - IBM TS7650G User Manual

Deduplication gateway for protectier
Hide thumbs Also See for TS7650G:
Table of Contents

Advertisement

What to do next
Follow the tasks below to mount an NFS export on the specified server:
v For Linux, go to "Mounting an NFS file system on Linux."
v For AIX, go to "Mounting an NFS file system on AIX."
v For Solaris, go to "Mounting an NFS file system on Solaris" on page 97.

Mounting an NFS file system on Linux

About this task
This task explains how to mount an NFS export on a Linux server.
Procedure
1. Before you begin, make sure your network is configured on the client as well
2. From the root prompt command line of the host server, type mkdir /mnt/<local
3. Type ping <NFS server address> and press Enter to check there is a ping. If
4. Type the mount command:
Results
Verify that the NFS export has been successfully mounted.

Mounting an NFS file system on AIX

Procedure
1. Before you begin, make sure your network is configured on the client as well
2. From the root prompt command line of the host server, type mkdir /mnt/<local
3. Type ping <NFS server address> and press Enter.
4. Type the mount command:
Results
Note: If you are using an AIX client, it is possible that you will not be able to
mount the NFS file system. To use the NFS export, type the command on the AIX
server:
nfso -o nfs_use_reserved_ports=1
96
IBM TS7650G Deduplication Gateway for ProtecTIER
as ProtecTIER, as described in Chapter 2, "Completing the ProtecTIER system
setup for new installations," on page 9 and "FSI network configuration for the
ProtecTIER backup server" on page 71.
directory path> (or mount point) to create a new directory that will be used as
a mount point and press Enter.
not, refer to your network troubleshooting chapter. Once you confirm there is a
ping, press Ctrl-c to stop the ping command.
mount -o rw,soft,intr,nolock,timeo=3000,nfsvers=3,proto=tcp
<NFS server address>:<exportName> <mount point>
as ProtecTIER, as described in Chapter 2, "Completing the ProtecTIER system
setup for new installations," on page 9 and "FSI network configuration for the
ProtecTIER backup server" on page 71.
directory path> (or mount point) to create a mount point and press Enter.
mount -o rw,soft,intr,llock,timeo=3000,vers=3,proto=tcp,rsize=262144,wsize=262144
<NFS server address>:<exportName> <mount point>
The 262144 value for rsize and wsize is valid only for AIX6.1 TL 8 and AIX7.1
TL 2
®
: User's Guide for FSI Systems

Advertisement

Table of Contents
loading

Table of Contents