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

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

Views:
277
Visibility:
Public
Votes:
0
Category:
oncommand-unified-manager
Specialty:
om
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 データベースのバックアップサイズは時間が経過するにつれて増加する傾向があり、アップグレード時に原因 の問題が発生する可能性があります
  • この記事では、 Unified Manager のアップグレードを計画する方法や、より定義された形式でデータベースバックアップを計画してリストア時間を短縮する方法のガイドラインを示します。
  1. アップグレードする前にフルバックアップを作成します
クリックして手順 を表示します
  1. VMware 上 UM ( vApp
    1. VMware スナップショットを作成します
    1. 物理システム上の UM 、または VMware 以外の UM
      1. AIQUM 内で新しい増分バックアップチェーンを開始します
      2. UI からバックアップを実行

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

警告:上記の手順に従って Snapshot またはバックアップを作成しないと、整合性が取れず、使用できなくなる可能性があります。したがって、バックアップはありません。

  1. 表領域サイズを最適化します
クリックして手順 を表示します
  1. アップグレードが失敗しないようにするには、まず「 OPM 」スキーマテーブルのエントリ数を確認する必要があります
    1. continuous_event_participant
    2. continuous_event_participant_statsに関するネットアップのドキュメントを参照してください。
  2. テーブルサイズ( MB 単位)を確認するには、次のメソッドを使用します。
    1. mysqlCLI でを実行し、データベースにアクセスします
    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. 次のような出力が表示されます。
108947.png
  1. データベースからテーブルサイズを表示します
    1. テーブルのサイズが非常に大きく、 2 つのテーブルの合計が 700MB を超えている場合は、continue_event_participant と continue_event_participant_stats のテーブルにデータのプルーニングを実行してください
  1. アップグレードタイムアウトの誤差
クリックして手順 を表示します
  1. 7.2.x / 7.3.x から 9.4 または 7.3.x にアップグレードして 9.5 にアップグレードすると十分な量の履歴データがある場合はバグ 1214422実行されます。
  2. その場合は 、ネットアップサポートに問い合わせて、 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.