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

Unified Manager 7.2.x/7.3.x/9.4.x から 9.5 バージョンへのアップグレード手順

Views:
295
Visibility:
Public
Votes:
0
Category:
oncommand-unified-manager
Specialty:
legacy
Last Updated:

環境

  • OnCommand Unified Manager 7.2.x
  • OnCommand Unified Manager 7.3.x
  • OnCommand Unified Manager 9.4.x
  • OnCommand Unified Manager 9.5

回答

  • Unified Manager データベースのバックアップサイズは時間の経過とともに増加する傾向があり、アップグレード時に問題を引き起こす可能性があります。
    • UM がより大規模な ONTAP フットプリントを管理している場合、または ONTAP ノードを長期間にわたって管理している場合、continuous_event_participant テーブルと continuous_event_participant_stats テーブルのレコード数は増加する傾向があります。
    • 表示 AIQUM のバックアップと復元に関するガイドライン ベストプラクティスについて
  • この記事では、Unified Manager のアップグレードを計画する方法、およびデータベースのバックアップをより明確な形式で計画して復元時間を短縮する方法に関するガイドラインを提供します。
  1. アップグレード前にフル バックアップを取得する
手順を表示するにはクリックしてください
  1. UMの場合VMware (vApp)
    1. VMwareスナップショットを取得する
    1. UMの場合物理システムまたはVMware以外のシステム
      1. AIQUM内で新しい増分バックアップチェーンを開始する
      2. UIからバックアップをトリガーする

注記: フル バックアップのセッション中は、MySQL テーブルがロックされるため、フル バックアップ処理が完了するまで、新しい「クラスタ監視/ポーリング」の更新を Active IQ Unified Manager MySQL データベースに追加することはできません。これは、フル バックアップが完了するまで、一部のサービスが停止することを意味する場合もあります。

警告: 上記の手順に従ってスナップショットまたはバックアップが作成されない場合、それらは整合性が取れず、使用できない可能性があります。したがって、バックアップは存在しないことになります。

  1. テーブルスペースのサイズを最適化する
手順を表示するにはクリックしてください
  1. アップグレードの失敗を防ぐには、まず「opm」スキーマテーブルのエントリ数を確認する必要があります
    1. continuous_event_participant
    2. continuous_event_participant_stats
  2. テーブルのサイズ(MB単位)を確認するには、以下の方法を使用してください
    1. CLIで mysql を実行して、データベースにアクセスします
    2. テーブルのサイズをMB単位で調べるには、次のクエリを入力してください
SELECT table_name AS `Table`, round(((data_length + index_length) / 1024 / 1024), 2) `Size in MB` FROM information_schema.TABLES WHERE table_schema = "opm" AND table_name IN ('continuous_event_participant', 'continuous_event_participant_stats');
  1. 出力は以下のようになります:
1089470.png
  1. データベースからテーブルサイズを表示する
    1. テーブルのサイズが著しく大きい場合、つまり2つのテーブルの合計が700MBを超える場合は、 NetApp サポート に連絡して、テーブル「continuous_event_participant」および「continuous_event_participant_stats」内のデータを削除してください
  1. アップグレードタイムアウトの調整
手順を表示するにはクリックしてください
  1. 7.2.x/7.3.x から 9.4 へのアップグレード、または 7.3.x から 9.5 へのアップグレードを行う場合、十分な量の履歴データが存在すると、BUG 1214422が発生する可能性があります。
  2. その場合は、NetApp サポートに依頼して、2つのテーブルを縮小することをお勧めします。
    1. continuous_event_participant
    2. continuous_event_participant_stats
  1. アップグレードプロセスを開始します

 

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.