メインコンテンツへスキップ

ONTAP 9でヘルスチェックを実行する方法

Views:
715
Visibility:
Public
Votes:
1
Category:
ontap-9
Specialty:
core
Last Updated:

環境

  • ONTAP 9
  • AFF / FASシステム

概要

  • この記事では、以下のシナリオにおける基本的なシステム健全性チェックを実施する手順について説明します:
    • ONTAPアップグレードまたはファームウェアのアップグレード
    • ハードウェアの交換
    • メンテナンス作業
    • 電源関連のイベント
  •  完全なシステムヘルスチェックを実施するには、ONTAPでスクリプトを使用してクラスタのヘルスチェックを実行する方法に従ってください

手順

  1. クラスタ内の各ノードで、HealthとEligibilityの両方に true が表示されていることを確認します:
    ::> cluster show
  2. System Storage Configurationに想定されるMPHA状態(multi-path, quad-path, single-path)が表示されていることを確認します:
    ::> system controller config show -slot "-" -device System
  3. SP/BMCがonlineであることを確認します:
    ::> system service-processor show -fields status
  4. 各アグリゲートがonlineであることを確認します:
    ::> storage aggregate show -fields state
  5. すべてのボリュームがonlineであることを確認します:
    ::> volume show -fields state
  6. 各ネットワークポートの状態が想定どおりであることを確認します:
    ::> network port show
  7. すべてのLIFがホームにあり、動作していることを確認します:
    ::> network interface show -fields is-home,status-oper
  8. システム障害が存在しないことを確認します:
    ::> system health alert show
  9. ストレージ障害が存在しないことを確認します:
    ::> system health subsystem show
  10. 過去24時間のすべてのEMERGENCY/ALERT/ERROR/INFOイベントを確認します。
    ::> event log show -severity <=NOTICE -time >24h
  11. 接続されるべきCIFS共有が接続されていることを確認します:
    ::> vserver cifs show
    ::> vserver cifs session show
    ::> vserver cifs connection show
  12. クラスタバージョンがターゲットのONTAPリリースであることを確認します:
    ::> version
  13. クラスタ内の各ノードでテイクオーバー可能がtrueと表示されていることを確認します:
    ::> storage failover show -fields possible

                 

                Sign in to view the entire content of this KB article.

                New to NetApp?

                Learn more about our award-winning Support

                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.

                 

                • この記事は役に立ちましたか?