Skip to main content

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

About this task

The default values for the three options are as follows:
OptionOption nameDefault value
NFSv4.1 Implementation ID Domain-v4.1-implementation-domainlenovo.com
NFSv4.1 Implementation ID Name-v4.1-implementation-nameCluster version name
NFSv4.1 Implementation ID Date-v4.1-implementation-dateCluster version date
  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...
    Domainvserver nfs modify -v4.1-implementation-domain domain
    Namevserver nfs modify -v4.1-implementation-name name
    Datevserver nfs modify -v4.1-implementation-date date
  3. Return to the admin privilege level: set -privilege admin