ONTAP 9.13

to English version

SVMでの64ビットのNFSv3 IDの有効化

FlexGroupボリュームの大量のファイルをサポートし、ファイルIDの競合を防ぐためには、FlexGroupボリュームを作成する必要があるSVMで64ビットのファイルIDを有効にします。

手順
  1. advanced権限レベルにログインします。set -privilege advanced

  2. 64ビットのNFSv3 FSIDとファイルIDを使用するようにSVMを変更します。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
終了後の操作

すべてのクライアントを再マウントする必要があります。これは、ファイルシステムIDが変わるため、クライアントがNFS処理を試みたときにstale file handleメッセージが表示される可能性があるためです。

Top of Page