メインコンテンツまでスキップ

Coming soon...New Support-Specific categorization of Knowledge Articles in the NetApp Knowledge Base site to improve navigation, searchability and your self-service journey.

「 showmount .update" が失敗した場合のメッセージとは何ですか?

Views:
78
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
nas
Last Updated:

に適用されます

ONTAP 9

回答

  • showmount.update.failed」というメッセージは、 export.data ファイルの更新に失敗したことを意味します。

例:

[xxx: mgwd: showmount.update.failed:error]: Flushing to exports.data file failed on Vserver <vserver_name> 

  • SVM のルートボリュームがオンラインであり、いっぱいでないことを確認する必要があります。

具体的な手順は次のとおりです。

  1. vserver show -vserver <vserver_name> -fields rootvolumeコマンドを実行します。ルートボリューム名を確認します

    例:

    Cluster::> vserver show -vserver testsvm -fields rootvolume
    vserver rootvolume
    ------- ----------
    testsvm vol0

  2. volume show -vserver <vserver_name> -volume <root_volume_name> -fields stateコマンドを実行し、ルートボリュームがオンラインであることを確認します

    例:

    Cluster::> volume show -vserver testsvm -volume vol0 -fields state
    vserver volume state
    ------- ------ ------
    testsvm vol0  online

  3. df -V -vserver <vserver_name> -volume <root_volume_name>を実行して、ボリュームの使用率がフルでないことを確認します

    例:

    Cluster::> df -V -vserver testsvm -volume vol0 -fields percent-used-space
    vserver volume fs-type percent-used-space
    ------- ------ ------- ------------------
    testsvm vol0   active  0%
    testsvm vol0   snapshot
                25%
    2 entries were displayed.

上記の例percent-used-spaceでは、ルートボリュームは vol0 で、 0% です。これは、フルではないことを意味します。

追加情報

  • exports データファイルは、showmount -eコマンドを実行するクライアントにエクスポートされたボリューム / qtree のリストを提供します。
  • このファイルは、次の理由でフラッシュできます。
  1. ONTAP データ管理ソフトウェアで、バックグラウンドで内部キャッシュ更新プロセスを実行します ®
  2. showmount -eクライアント側からコマンドを実行します

 

Scan to view the article on your device