Linux 用 NetBackup IT Analytics インストールとアップグレードガイド

Last Published:
Product(s): NetBackup IT Analytics (11.0)
  1. Linux サーバーでの NetBackup IT Analytics ポータルのインストール
    1.  
      はじめに
    2.  
      ポータルインストールのメモリ要件
    3.  
      多言語サポートとロケールに関する注意事項 (Linux)
    4.  
      VMware ESXi での OVA ベースの配備
    5. インストーラベースの配備
      1.  
        タスク 1: ポータルとデータベースの配備戦略 (Linux)
      2.  
        タスク 2: インストール前の構成 (Linux)
      3.  
        タスク 3: Oracle Database アプリケーションバイナリのインストール (Linux)
      4.  
        タスク 4: ポータルアプリケーションバイナリのインストール (Linux)
      5.  
        タスク 5: データベーススキーマのインストール (Linux)
      6.  
        タスク 6: ポータルサービスの開始 (Linux)
      7.  
        タスク 7: ライセンスキーファイルの要求 (Linux)
      8.  
        タスク 8: ポータルへのログイン
      9.  
        タスク 9: ライセンスキーファイルのインストール (Linux)
      10.  
        タスク 10: データベースのコールドバックアップの実行 (Linux)
      11.  
        推奨されるデータベースバックアッププロセス
    6.  
      サポート対象のサードパーティ製品とオープンソース製品
    7.  
      NetBackup IT Analytics ポータルのアンインストール
  2. Linux での NetBackup IT Analytics ポータルのアップグレード
    1.  
      概要
    2.  
      アップグレードパス
    3.  
      アップグレードの前に
    4. NetBackup IT Analytics ポータルのアップグレード
      1.  
        共有サービス環境のアップグレード
      2.  
        アップグレードユーティリティインストーラの実行 (Linux)
      3.  
        既知の問題
      4.  
        アップグレードユーティリティの実行
      5.  
        アップグレード後
      6.  
        エンタープライズオブジェクトを組み込むためのメソッドのアップグレード
      7. ポータルのアップグレード中の属性のマージ
        1.  
          ポータルのアップグレード中の属性の管理
        2.  
          属性値のマージの例
        3.  
          重複する属性の名前を変更する手順
        4.  
          マルチテナント環境での属性のベストプラクティス
    5. データコレクタのアップグレード
      1.  
        必須の前提条件
    6.  
      トラブルシューティング: データコレクタの手動アップグレード
    7.  
      NetBackup IT Analytics ポータルからのコレクタの更新
  3. データベースサーバーの Oracle パッチ
    1.  
      Oracle の推奨パッチの適用
    2. Linux での Oracle 19c 2023 年 1 月パッチアプリケーションの適用
      1.  
        インストール前の設定
      2.  
        OPatch のインストール手順
      3.  
        Oracle パッチのインストール
      4.  
        パッチの検証
      5.  
        JDK バージョンの更新の検証
  4. 新しいサーバーへのアップグレードと移行
    1. 新しいサーバーへのアップグレードと移行
      1.  
        NetBackup IT Analytics の最新リリースの新しいサーバーへのインストール
      2.  
        既存のサーバーでのデータベースのエクスポートの実行
      3.  
        新しいサーバーでのポータルサービスとエージェントサービスの停止
      4.  
        新しいサーバーへの既存のポータルユーザーの削除と再作成
      5.  
        新しいサーバーでのデータベースのインポート
      6.  
        新しいサーバーでのポータルサービスとエージェントサービスの開始
      7.  
        データベーススキーマをアップグレードするためのダウンロード、インストール、実行
    2.  
      テスト
    3.  
      データコレクタバイナリの更新 (必要な場合)
  5. 付録 A. X Virtual Frame Buffer
    1.  
      Xvfb (X Virtual Frame Buffer) の構成

タスク 3: Oracle Database アプリケーションバイナリのインストール (Linux)

このセクションでは、Shared Service Edition と Shared Service Edition 以外の両方の Oracle Database アプリケーションバイナリのインストールについて説明します。通常、Oracle Database アプリケーションバイナリはポータルバイナリと同じサーバーにインストールされます。

タスク 1: ポータルとデータベースの配備戦略 (Linux)を参照してください。

メモ:

NetBackup IT Analytics サーバーに他の Oracle Database インスタンスはインストールできません。

購入契約の確認に記載された手順に注意し、追加のサポートが必要な場合、ベリタスのサポートにお問い合わせください。

Shared Service Edition 以外の Oracle Database バイナリのインストール:

Shared Service Edition 以外の Oracle Database バイナリをインストールするには:

  1. Oracle 19c インストーラバイナリの最新バージョンがあることを確認します。
  2. root として、NetBackup IT Analytics データベースのインストール先のサーバーにログインします。通常、これはポータルサーバーでもあります。
  3. ISO イメージを /mnt ディレクトリに配置します。
  4. ダウンロードした ISO イメージをマウントします。
    mkdir /mnt/diskd
    mount -o loop <itanalytics_dbinstaller_XXXXX_XXX_linux.iso> 
    /mnt/diskd

    ここで、ダウンロードした ISO ファイルの関連する名前を置き換えます。

  5. 次のコマンドを入力して、インストーラを起動します。
    cd /
    /mnt/diskd/install_oracle.sh
    

    このコマンドを実行すると、Oracle バイナリが /opt/aptare/oracle にコピーされます。

  6. Enter キーを押して EULA ライセンス契約全体を読んだ後で、同意前のプロセスが開始されます。

    このプロセスは、ファイルを /opt/aptare/oracle19c にインストールするため、完了までに 3~5 分かかります。

    A complete log of this session is in this file /opt/aptare/logs/install/install_oracle_xxxxxxxxxxxxxxxxxxxxx.log
    **************************************************************************
    *  NetBackup IT Analytics ORACLE Installer Version 19.3.0.0.0 (xxxxxxxxxxxxx)
    **************************************************************************
    To use this software you must agree to the following terms and
     conditions. Press ENTER to continue:
    Enter "accept" to accept these Terms and Conditions: accept
    Creating group aptare ...groupadd: group 'aptare' already exists
    Done.
    Creating group dba ...groupadd: group 'dba' already exists
    Done.
    Adding user aptare to group dba ...Done.
    Adding user aptare to group dba ...Done.
    
    
    The Database upgrade process will install the Oracle security 
    patches if they are available in this system. aptare user must 
    have write access to the directory where these patches are 
    downloaded. Enter the absolute directory path where these 
    patches are downloaded:/tmp/ora_patches 
    Creating ORACLE_HOME directory in /opt/aptare/oracle ... Done.
    Creating ORACLE_HOME/logs directory ...
    Setting up IT Analytics database directories 
    /data01 /data02 /data03 /data04 /data05 /data06 ...Done.
    
    
    Installing Oracle binaries in /opt/aptare/oracle ...
    Extracting files ... 
    This process may take 3-5 minutes to complete ... Done.
    .
    .
       creating: 31281355/etc/config/
      inflating: 31281355/etc/config/actions.xml
      inflating: 31281355/etc/config/inventory.xml
      inflating: 31281355/README.html
      inflating: PatchSearch.xml
    Oracle Interim Patch Installer version 12.2.0.1.21
    Copyright (c) 2020, Oracle Corporation.  All rights reserved.
    
    
    Oracle Home       : /opt/aptare/oracle
    Central Inventory : /opt/oraInventory
       from           : /opt/aptare/oracle/oraInst.loc
    OPatch version    : 12.2.0.1.21
    OUI version       : 12.2.0.7.0
    Log file location : /opt/aptare/oracle/cfgtoollogs
                        /opatch/opatchxxxxxxxxxxxxxxx.log
    
    Verifying environment and performing prerequisite checks...
    OPatch continues with these patches:   31281355
    
    Do you want to proceed? [y|n]
    Y (auto-answered by -silent)
    User Responded with: Y
    All checks passed.
    
    
    Please shutdown Oracle instances running out of this 
    ORACLE_HOME on the local system.
    (Oracle Home = '/opt/aptare/oracle')
    
    
    Is the local system ready for patching? [y|n]
    Y (auto-answered by -silent)
    User Responded with: Y
    Backing up files...
    Applying interim patch '31281355' to OH '/opt/aptare/oracle'
    
    
    Done.
    
    A complete log of this session can be found at
     /opt/aptare/logs/install/install_oracle_xxxxxxxxxxxxxxxxx.log
Shared Service Edition の Oracle Database バイナリのインストール:

インストールの前提条件:

  • Oracle ダウンロードセンターから LINUX.X64_193000_db_home.zip をダウンロードします。

  • Standard または Enterprise Edition の Oracle ライセンス。

  • Enterprise Edition ライセンスの場合は、環境変数 ORACLE_LICENSE_OPTION を EE に設定する必要があります。

共有サービスの Oracle をインストールするには、Standard または Enterprise Edition の Oracle ライセンスが必要です。Enterprise Edition ライセンスの場合は、環境変数 ORACLE_LICENSE_OPTION を EE に設定する必要があります。

Shared Service Edition の Oracle Database バイナリをインストールするには:

  1. Oracle 19c インストーラバイナリの最新バージョンがあることを確認します。
  2. Oracle ダウンロードセンターから LINUX.X64_193000_db_home.zip をダウンロードします。
  3. NetBackup IT Analytics データベースのインストール先のサーバーに、root としてログインします。理想的には、これはポータルサーバーである必要があります。
  4. ISO イメージを /mnt ディレクトリに配置します。
  5. ダウンロードした ISO イメージをマウントします。
    # mkdir /mnt/diskd
    # mount -o loop <itanalytics_dbinstaller_shared-service_linux.iso> 
    /mnt/dksd
  6. Enterprise Edition ライセンスの場合は、環境変数 ORACLE_LICENSE_OPTION を EE に設定する必要があります。
    # export ORACLE_LICENSE_OPTION=EE
  7. 次のようにインストーラを起動します:
    # cd /
    # /mnt/diskd/install_oracle.sh

    EULA (エンドユーザー使用許諾契約) が表示されます。

  8. ダウンロードした Oracle Universal Installer のディレクトリの絶対パスを入力します。

    インストーラによって Oracle Universal Installer が /opt/aptare/oracle に抽出されます。この処理は完了するまでに約 3 分から 5 分かかります。インストールは次の状態メッセージで完了します。

    Checking the pre-requisite conditions for installer..
    
    A complete log of this session is in this file 
    /opt/aptare/logs/install/install_oracle_xxxxxxxxxxxxxxxx.log
    *************************************************************
    * NetBackup IT Analytics ORACLE Installer Version  19.3.0.0.0 (xxxxxx)
    *************************************************************
    To use this software you must agree to the following terms and
    conditions. Press ENTER to continue:
    Enter "accept" to accept these Terms and Conditions: accept
    Creating group aptare ...groupadd: group 'aptare' already exists
    Done.
    Creating group dba ...groupadd: group 'dba' already exists
    Done.
    User aptare is already a member of group: dba
    User aptare is already a member of group: dba
    Creating ORACLE_HOME directory in /opt/aptare/oracle ... Done.
    Creating ORACLE_HOME/logs directory ...
    Setting up IT Analytics database directories 
    /data01 /data02 /data03 /data04 /data05 /data06 ...Done.
    
    This Oracle database installer requires Oracle Database 19c zip 
    "LINUX.X64_193000_db_home.zip" to be available on this system. 
    Enter the absolute directory path containing the Oracle Universal 
    Installer zip file:/root
    Extracting files...this process may take 1-2 minutes to execute...
    Executing Oracle Universal Installer script...
    Done.
    Done.
    
    A complete log of this session can be found at 
    /opt/aptare/logs/install/install_oracle_xxxxxxxxxxxxxxxx.log
    

    メモ:

    共有サービスの Oracle インストーラでは Oracle パッチがインストールされません。必要な Oracle パッチは、リリース時に個別に適用する必要があります。