The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
Specify the NFSv4 locking grace period
-
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...
This may take a few minutes. Thanks for your patience.
Your file is ready
To specify the NFSv4 locking grace period (that is, the time period in which clients attempt to reclaim their locking state from ONTAP during server recovery), you can modify the -v4-grace-seconds
option.
About this task
By default, this option is set to 45
.
Steps
-
Set the privilege level to advanced:
set -privilege advanced
-
Enter the following command:
vserver nfs modify -vserver vserver_name -v4-grace-seconds number_of_seconds
-
Return to the admin privilege level:
set -privilege admin