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

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

Views:
99
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クライアント側からコマンドを実行します

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.