WebSphere Application Server クラスターの Deployment Manager へのサーバー・セットアップ・アプリケーションのデプロイ

サーバー・セットアップ・アプリケーションを Deployment Manager に手動でデプロイするには、クラスター用の Deployment Manager サーバーにサーバー・セットアップ・アプリケーションを配置するための Jython スクリプトを実行します。

始める前に

制約事項: アプリケーション・サーバーのクラスターを作成および使用するには、IBM® WebSphere® Application Server Network Deployment (ND) が必要です。これは、IBM Rational® Asset Manager にバンドルされていません。

IBM Installation Manager を過去に使用した場合、Installation Manager によりサーバー・セットアップ・アプリケーションが自動的にご使用のサーバーにデプロイされています。 詳しくは、Installation Manager を使用した Rational Asset Manager サーバーのインストールを参照してください。

Rational Asset Manager を手動でインストールおよびデプロイするには、ファイルへのアクセス権限が必要です。 詳しくは、インストール・メディアから直接サーバー・アプリケーション・ファイルを取得するを参照してください。

クラスター用の Deployment Manager サーバーにアプリケーションをデプロイできる必要があります。

サーバー・セットアップ・アプリケーションをデプロイして開始してから、これを使用して他のアプリケーションのデプロイおよび構成を行います

このタスクについて

V7.5 より前のバージョンでは、サーバー・セットアップ・アプリケーションをクラスター用の Deployment Manager に直接インストールする必要がありました。V7.5 以降のバージョンでは、サーバー・セットアップ・アプリケーションをクラスター内のアプリケーション・サーバーにインストールします

手順

  1. Rational_Asset_Manager_install_directory¥ram¥conf¥bin フォルダー内で次のスクリプトを見つけます。
    • deployClusterSetup.py
    • UninstallSetup.py
  2. Rational Asset Manager サーバー・セットアップ・エンタープライズ・アーカイブを Deployment Manager サーバーにデプロイするには、次のコマンドを実行します (Windows の場合)。
    wsadmin.bat -lang jython -user user_name -password password -f install_dir¥ram¥conf¥bin¥deployClusterSetup.py install_dir/ram/apps/was/com.ibm.ram.repository.setup.web.ear com.ibm.ram.repository.setup.web.ear context_root
    AIX®、Linux、または Linux for zSeries® の場合は、次のコマンドを実行します。
    wsadmin.sh -lang jython -user user_name -password password -f install_dir/ram/conf/bin/deployClusterSetup.py install_dir/ram/apps/was/com.ibm.ram.repository.setup.web.ear com.ibm.ram.repository.setup.web.ear context_root
    ここで、
    • user_name は、IBM WebSphere Application Server 管理者の名前です。
    • password は、管理者のパスワードです。
    • install_dir は、Rational Asset Manager のインストール・ディレクトリーです。
    • context_root (オプション) は、サーバー・セットアップ・アプリケーションが使用するコンテキスト・ルートです。値を指定しない場合、サーバー・セットアップ・アプリケーションのコンテキスト・ルートは、デフォルトの ram.setup になります。
    注: Jython スクリプトへのパスには、Windows では円記号 (¥) を使用し、AIX および Linux ではスラッシュ (/) を使用する必要があります。.ear ファイルへのパスには、プラットフォームに関係なくスラッシュを使用する必要があります。
  3. WebSphere Application Server 管理コンソールを起動して、管理者としてログインします。
  4. アプリケーションを開始します。
    1. 「ナビゲーション」ペインで、「アプリケーション」 > 「アプリケーション・タイプ」をクリックします。
    2. WebSphere エンタープライズ・アプリケーション」をクリックします。
    3. com.ibm.ram.repository.setup.web.ear アプリケーションを選択して、「開始」をクリックします。
  5. これで、サーバー・セットアップ・アプリケーションを使用して、他のアプリケーション・ファイルをデプロイし、システムを構成することができます。サーバー・セットアップ・アプリケーションを使用したアプリケーション・ファイルのデプロイと構成を参照してください。

次のタスク

サーバー・セットアップ・アプリケーションを Deployment Manager サーバーからアンインストールするには、次のコマンドを実行します (Windows の場合)。
wsadmin.bat -conntype NONE -lang jython -f install_dir¥ram¥conf¥bin¥UninstallSetup.py com.ibm.ram.repository.setup.web.ear
AIX、Linux、または Linux for zSeries の場合は、次のコマンドを実行します。
wsadmin.sh -conntype NONE -lang jython -f install_dir/ram/conf/bin/UninstallSetup.py com.ibm.ram.repository.setup.web.ear

フィードバック