Modify the NFSv4.1 server implementation ID
The NFSv4.1 protocol includes a server implementation ID that documents the server domain, name, and date. You can modify the server implementation ID default values. Changing the default values can be useful, for example, when gathering usage statistics or troubleshooting interoperability issues. For more information, see RFC 5661.
The default values for the three options are as follows:
Option | Option name | Default value |
---|---|---|
NFSv4.1 Implementation ID Domain |
|
netapp.com |
NFSv4.1 Implementation ID Name |
|
Cluster version name |
NFSv4.1 Implementation ID Date |
|
Cluster version date |
-
Set the privilege level to advanced:
set -privilege advanced
-
Perform one of the following actions:
If you want to modify the NFSv4.1 implementation ID… Enter the command… Domain
vserver nfs modify -v4.1-implementation-domain domain
Name
vserver nfs modify -v4.1-implementation-name name
Date
vserver nfs modify -v4.1-implementation-date date
-
Return to the admin privilege level:
set -privilege admin