Configure the time-to-live for cached NFS user credentials in ONTAP
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
You can configure the length of time that ONTAP stores credentials for NFS users in its internal cache (time-to-live, or TTL) by modifying the NFS server of the storage virtual machine (SVM). This enables you to alleviate certain issues related to high load on name servers or changes in credentials affecting NFS user access.
These parameters are available at the advanced privilege level.
-
Set the privilege level to advanced:
set -privilege advanced
-
Perform the desired action:
If you want to modify the TTL for cached…
Use the command…
Positive credentials
vserver nfs modify -vserver vserver_name -cached-cred-positive-ttl time_to_live
The TTL is measured in milliseconds. Beginning with ONTAP 9.10.1 and later, the default is 1 hour (3,600,000 milliseconds). In ONTAP 9.9.1 and earlier, the default is 24 hours (86,400,000 milliseconds). The allowed range for this value is 1 minute (60000 milliseconds) through 7 days (604,800,000 milliseconds).
Negative credentials
vserver nfs modify -vserver vserver_name -cached-cred-negative-ttl time_to_live
The TTL is measured in milliseconds. The default is 2 hours (7,200,000 milliseconds). The allowed range for this value is 1 minute (60000 milliseconds) through 7 days (604,800,000 milliseconds).
-
Return to the admin privilege level:
set -privilege admin