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

ONTAPアップグレード前にAggregate再割り当てジョブを管理するためのベストプラクティス

Views:
6
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
core
Last Updated:

環境

  • ONTAP 9
  • AFF / FAS
  • アグリゲートの再割り当て

回答

  • ONTAPのアップグレード中、WAFLバックグラウンドジョブは一時停止または中断されます。適切に管理されていないと、再割り当てジョブが遅延または中止される可能性があります。

  • アグリゲートの再割り当てステータスは次の方法で確認できます:

::*> aggr reallocation show
JobID    Aggregate       Schedule   State
101942    xxxx_AGGR_01      @now     Running
Progress: Redirect, 14 of 16 volume(s) processed.

ベスト プラクティス:

  • アップグレード前にアグリゲートの再割り当てを一時停止:

::> storage aggregate reallocation quiesce -aggregate <aggr_name>

  • これにより、ジョブに安全なチェックポイントが設定され、後で再開できるようになります。  WAFLバックグラウンド ジョブは、テイクオーバー / ギブバックまたはノードのリブート中は中断されます。

  • 次のコマンドを使用して、アップグレードとクラスタ健全性チェック後に再割り当てジョブを再開します:

::> storage aggregate reallocation restart -aggregate <aggr_name>

  • -ignore-checkpoint trueを指定しないかぎり、ジョブは最後のチェックポイントから再開されます。

::> storage aggregate reallocation restart -aggregate

  • -ignore-checkpoint true  が指定されていない限り、保存されたチェックポイントから再開されます。 

    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.

     

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