Remove Clients
secure Requires that requests originate on an Internet port that is less than IPPORT_RESERVED
(1024).
insecure Turn off the secure option
anonuid=id Set an explicit user-ID for the anonymous account. The id is an integer bounded from
-65635 to 65635.
anongid=id Set an explicit group-ID for the anonymous account. The id is an integer bounded from
-65635 to 65635.
For example, to add an NFS client with an IP address of 192.168.1.02 and read/write access to
/ddvar: with the secure option:
# nfs add /ddvar 192.168.1.02 (rw,secure)
Remove Clients
To remove NFS clients that can access the restorer, use the nfs del export client-list
operation. A client can be removed from access to /ddvar and still have access to /backup. The
client-list can contain IP addresses, hostnames, and an asterisk (*) and can be comma-separated,
space separated, or both.
nfs del {/ddvar | /backup[/subdir]} client-list
For example, to remove an NFS client with an IP address of 192.168.1.02 from /ddvar access:
# nfs del /ddvar 192.168.1.02
Enable Clients
To allow access for NFS clients to a restorer, use the nfs enable operation.
nfs enable
Disable Clients
To disable all NFS clients from accessing the restorer, use the nfs disable operation.
nfs disable
130
DD400 Series Restorer User Guide
Need help?
Do you have a question about the DD400 Series and is the answer not in the manual?