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.
Enable 64-bit NFSv3 identifiers on an SVM
-
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 support the high file count of FlexGroup volumes and to avoid file ID collisions, you should enable 64-bit file identifiers on the SVM on which the FlexGroup volume must be created.
Steps
-
Log in to the advanced privilege level:
set -privilege advanced
-
Modify the SVM to use 64-bit NFSv3 FSIDs and file IDs:
vserver nfs modify -vserver svm_name -v3-64bit-identifiers enabled
cluster1::*> vserver nfs modify -vserver vs0 -v3-64bit-identifiers enabled Warning: You are attempting to increase the number of bits used for NFSv3 FSIDs and File IDs from 32 to 64 on Vserver "vs0". This could result in older client software no longer working with the volumes owned by Vserver "vs0". Do you want to continue? {y|n}: y Warning: Based on the changes you are making to the NFS server on Vserver "vs0", it is highly recommended that you remount all NFSv3 clients connected to it after the command completes. Do you want to continue? {y|n}: y
After you finish
All of the clients must be remounted. This is required because the file system IDs change, and the clients might receive stale file handle messages when attempting NFS operations.