Data Domain_ Mounting and Verifying Exports on the NFS Client _ Dell Vietnam
Data Domain_ Mounting and Verifying Exports on the NFS Client _ Dell Vietnam
Article Content
Symptoms
Cause
NFS allows a system to share directories and files with others over a network.
Resolution
Verify if NFS is enabled:
At the restorer Command Line Interface (CLI) enter the command "nfs enable":
# nfs enable
Verify the correct mount options are set on the Data Domain system:
Add NFS clients that can access the Data Domain system. Use a comma- or space-separated (or both) list for multiple clients. A
client can be a fully-qualified domain hostname, class-C IP addresses, IP addresses with either netmasks or length, or an asterisk (*)
wildcard with a domain name, such as *.yourcompany.com. An asterisk (*) by itself means no restrictions. A client added to a sub-
directory under /backup has access only to that sub-directory.
The <nfs-options> are a comma-separated or space-separated (or both) list bounded by parentheses. With no options specified, the
default options are rw, root_squash, no_all_squash, and secure. The following options are allowed:
https://www.dell.com/support/kbdoc/en-vn/printview/000018053/10/en 1/4
1/25/22, 9:26 AM Data Domain: Mounting and Verifying Exports on the NFS Client | Dell Vietnam
no_all_squash Turn off the mapping of all user requests to the anonymous uid/gid.
Require that all requests originate on an Internet port that is less than
secure
IPPORT_RESERVED (1024).
Set an explicit uid for the anonymous account. The id is an integer bounded
anonuid=id
from -65635 to 65635.
Set an explicit gid for the anonymous account. The id is an integer bounded
anongid=id
from -65635 to 65635.
Requests that files lock locally at the NFS client. NFS network file
llock locking requests are not sent to the NFS server if the llock option is
used.
Example:
https://www.dell.com/support/kbdoc/en-vn/printview/000018053/10/en 2/4
1/25/22, 9:26 AM Data Domain: Mounting and Verifying Exports on the NFS Client | Dell Vietnam
1. Create a directory on the NFS client to use for accessing the Data Domain share. In the following example the directory ddr is
used.
2. Change to the newly created directory.
3. Create two sub-directories called backup and ddvar (within /ddr).
Note: Ensure the target sub-directories exist or the mount command will fail
4. Mount the file system on the client, using any specific mount-options required for the Operating System.
5. Verify the mount is successful.
Examples
Linux:
# mkdir /ddr
# cd /ddr
# mkdir backup
# mkdir ddvar
# mount -t nfs -o hard,intr,nolock,nfsvers=3,tcp,rsize=1048600,wsize=1048600,bg HOSTNAME:/backup
/ddr/backup
# mount -t nfs -o hard,intr,nolock,nfsvers=3,tcp,rsize=1048600,wsize=1048600,bg HOSTNAME:/ddvar
/ddr/ddvar
# ls /ddr/backup
Solaris:
# mkdir /ddr
# cd /ddr
# mkdir backup
# mkdir ddvar
# mount -F nfs -o hard,intr,llock,vers=3,proto=tcp,rsize=1048600,wsize=1048600 HOSTNAME:/backup
/ddr/backup
# mount -F nfs -o hard,intr,llock,vers=3,proto=tcp,rsize=1048600,wsize=1048600 HOSTNAME:/ddvar /ddr/ddvar
# ls /ddr/backup
AIX:
https://www.dell.com/support/kbdoc/en-vn/printview/000018053/10/en 3/4
1/25/22, 9:26 AM Data Domain: Mounting and Verifying Exports on the NFS Client | Dell Vietnam
dir /ddr
# cd /ddr
# mkdir backup
# mkdir ddvar
# mount -V nfs o intr,hard,llock,rsize=65536,wsize=65536,vers=3,proto=tcp,combehind,timeo=600,retrans=2
-p HOSTNAME:/backup /ddr
# mount -V nfs o intr,hard,llock,rsize=65536,wsize=65536,vers=3,proto=tcp,combehind,timeo=600,retrans=2
-p HOSTNAME:/ddvar /ddr
# ls /ddr/backup
Additional Information
REFERENCE
Article Properties
Affected Product
Data Domain
Product
Data Domain
11 May 2021
Version
3
Article Type
Solution
https://www.dell.com/support/kbdoc/en-vn/printview/000018053/10/en 4/4