Skip to main content
日本語は機械翻訳による参考訳です。内容に矛盾や不一致があった場合には、英語の内容が優先されます。

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 メッセージが表示される可能性があるためです。