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

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

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

環境

  • ONTAP 9
  • AFF / FASシステム

概要

  • この記事では、以下のシナリオに対して基本的なシステム正常性チェックを実施する手順について説明します。
    • ONTAPアップグレードまたはファームウェアアップグレード
    • ハードウェアの交換
    • 保守作業
    • 電源関連のイベント
  •  システムヘルスをチェックするコマンドの全一覧については、How to perform a cluster health check with a script in ONTAPを参照してください

手順

注: AutoSupportが有効になっているONTAPシステムの場合、包括的な健全性チェックレポートはActive IQ Digital Advisor で使用できます

  1. クラスタ内の各ノードで、HealthとEligibilityの両方にtrueが表示されていることを確認します:

::> cluster show

  1. System Storage Configurationに想定されるMPHA状態(multi-path, quad-path, single-path)が表示されていることを確認します:

::> system controller config show -slot "-" -device System

  1. SP/BMCがonlineであることを確認します:

::> system service-processor show -fields status

  1. 各アグリゲートが onlineであることを確認します:

::> storage aggregate show -fields state

  1. すべてのボリュームが onlineであることを確認します:

::> volume show -fields state

  1. 各ネットワークポートの状態が想定どおりであることを確認します:

::> network port show

  1. すべてのLIFがホームで動作していることを確認してください。

::> network interface show -fields is-home,status-oper

  1. システム障害がないことを確認してください。

::> system health alert show

  1. ストレージ障害がないことを確認します。

::> system health subsystem show

  1. 過去24時間のEMERGENCY/ALERT/ERROR/INFOイベントをすべて確認。

         ::> event log show -severity <=NOTICE -time >24h

  2. 接続すべきCIFS共有が接続されていることを確認します。

::> vserver cifs show
::> vserver cifs session show
::> vserver cifs connection show

  1. クラスタ バージョンがターゲットのONTAPリリースになっていることを確認します。

::> version

 

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.

 

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