WebSphere Application Server 上の WebSphere eXtreme Scale の更新

[Version 8.5 and later] WebSphere® Application Server を新しいバージョンにマイグレーションするとき、 WebSphere eXtreme Scale の構成を新しい WebSphere Application Server のインストール済み環境にマイグレーションすることもできます。

始める前に

このタスクについて

WebSphere eXtreme Scale を統合している WebSphere Application Server の新しいバージョンをインストールするときは、まず、通常のプロセスで WebSphere Application Server をアップグレードします。 次に、その新しいインストール済み環境に WebSphere eXtreme Scaleの新しいバージョンをインストールします。 その後、xsmigration スクリプトを使用して WebSphere eXtreme Scale 構成情報を新しい WebSphere Application Server インストール済み環境に移動できます。

手順

  1. デプロイメント・マネージャー関連の構成をバージョン 7 からバージョン 8 にマイグレーションします。
    1. WebSphere Application Server バックアップ・スクリプトを実行します。 詳しくは、WASPreUpgrade コマンドを参照してください。
    2. デプロイメント・マネージャーを停止します。
    3. WebSphere eXtreme Scale 構成内のデプロイメント・マネージャー・サーバーにアクセスして、マイグレーション・スクリプトを実行します。
      1. ディレクトリーを <WXS_v8_install_root>/bin に移動します。
      2. 以下のコマンドを実行します。
        xsmigration.bat|sh -targetwashome <WAS8x_HOME> 
        -sourcewashome <WAS7x_HOME> -targetprofilepath <WAS8x_DmgrProfile>
         -sourceprofilepath <WAS7x_DmgrProfile>
        説明:
        • <WAS8x_HOME> は、WebSphere Application Server バージョン 8.x のインストール済み環境のルート・ロケーションです。 例: /opt/IBM/WebSphere8
        • <WAS7x_HOME> は、WebSphere Application Server バージョン 7.x のインストール済み環境のルート・ロケーションです。例: /opt/IBM/WebSphere7
        • <WAS8x_DmgrProfile> は、WebSphere Application Server バージョン 8.x のデプロイメント・マネージャーのプロファイルが置かれているロケーションです。 例: /opt/IBM/WebSphere8/profiles/DMgr01
        • <WAS7x_DmgrProfile> は、WebSphere Application Server バージョン 7.x のデプロイメント・マネージャーのプロファイルが置かれているロケーションです。 例: /opt/IBM/WebSphere7/profiles/DMgr01
  2. アプリケーション・サーバー関連の構成をバージョン 7 からバージョン 8 にマイグレーションします。
    1. ディレクトリーを <WXS_v8_install_root>/bin に移動します。
    2. 以下のコマンドを実行します。
      xsmigration.bat|sh -targetwashome <WAS8x_HOME> 
      -sourcewashome <WAS7x_HOME> -targetprofilepath <WAS8x_AppServerProfile>
       -sourceprofilepath <WAS7x_AppServerProfile>
      各部の意味は、次のとおりです。
      • <WAS8x_HOME> は、WebSphere Application Server バージョン 8.x のインストール済み環境のルート・ロケーションです。 例: /opt/IBM/WebSphere8
      • <WAS7x_HOME> は、WebSphere Application Server バージョン 7.x のインストール済み環境のルート・ロケーションです。例: /opt/IBM/WebSphere7
      • <WAS8x_AppServerProfile> は、WebSphere Application Server バージョン 8.x のアプリケーション・サーバー・プロファイルが置かれているロケーションです。 例: /opt/IBM/WebSphere8/profiles/AppServer01
      • <WAS7x_AppServerProfile> は、WebSphere Application Server バージョン 7.x のアプリケーション・サーバー・プロファイルが置かれているロケーションです。 例: /opt/IBM/WebSphere7/profiles/AppServer01
  3. WebSphere Application Server バージョン 8 のデプロイメント・マネージャーを再始動して、すべての管理対象ノードを同期化します。