Skip to main content

Modify the NFSv4.1 server implementation ID

Contributors

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.

About this task

The default values for the three options are as follows:

Option Option name Default value

NFSv4.1 Implementation ID Domain

-v4.1-implementation-domain

netapp.com

NFSv4.1 Implementation ID Name

-v4.1-implementation-name

Cluster version name

NFSv4.1 Implementation ID Date

-v4.1-implementation-date

Cluster version date

Steps
  1. Set the privilege level to advanced:

    set -privilege advanced

  2. 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

  3. Return to the admin privilege level:

    set -privilege admin