System Monitor および Failed Event Manager の構成による WebSphere Application Server または WebSphere Application Server Express の使用

このセクションでは、System Monitor および Failed Event Manager を構成して、WebSphere Application Server または WebSphere Application Server Express を使用する方法について説明します。Tomcat を使用する手順の説明については、System Monitor および Failed Event Manager の構成による Tomcat の使用を参照してください。

System Monitor および Failed Event Manager を構成して WebSphere Application Server または WebSphere Application Server Express を使用するには、WebSphere Business Integration Server Express および Express Plus に付属のスクリプトを実行します。このスクリプトは CWDashboard.sh と呼ばれ、ディレクトリー ProductDir/bin に置かれています (ProductDir は、デフォルトではディレクトリー Home_directory/IBM/WebSphereServer を表します)。このスクリプトを実行すると、IBM HTTP Web Server などの Web サーバーとツールを連動させるかどうかを構成できます。

先に進む前に、WebSphere Application Server か、WebSphere Application Server Express バージョン 5.0.2 または 5.1 をインストール済みであることを確認します。(WebSphere Application Server Express V5.1 は、WebSphere Business Integration Server Express または Express Plus の Launchpad からインストールできます)。次に、使用環境で Web サーバーを使用するかしないかに応じて、次のいずれかのセクションに進みます。

Web サーバー使用時の System Monitor および Failed Event Manager の構成

WebSphere Application Server には、Web サーバーが付属しています。しかし、WebSphere Application Server Express には付属していません。WebSphere Application Server Express を使用していて、Web サーバーを使用する場合は、IBM HTTP Server (IBM Web サイトから無料で入手可能) および WebSphere Application Server Express の Web サーバー・プラグインを入手してインストールする必要があります。詳細については、WebSphere Application Server Express の資料を参照してください。

System Monitor および Failed Event Manager を構成して Web サーバーを使用するには、以下の手順を実行します。

  1. 以下のパラメーターを指定して CWDashboard.sh を実行します。

    コマンド例を以下に示します。

    Home_directory/IBM/WebSphereServer/CWDashboard.sh        ¥
     "opt/IBM/WebSphere/Express502/AppServer"                 ¥
     hostname.ibm.com "Home_directory/IBM/WebSphere/Server"   ¥
     "DB2_Installation_Dir/java" y
     
    要確認:
    この手順中のいくつかのステップでは、1 つ以上の行でコマンドが改行されています。これらの改行が挿入されたのは、ページ内にテキストが収まるようにするためです。実際にコマンドを入力する場合は、これらの箇所に改行ではなくスペースを挿入してください。
  2. WebSphere 管理者コンソール (リモート Windows マシンの Web ブラウザーからアクセス可能) から、左側ナビゲーション・ペインの「環境 (Environment)」を展開し、「Web サーバー・プラグインの更新 (Update Web Server Plugin)」リンクを選択して、「OK」を選択します。
  3. ICSMonitor Application Server が開始された場合は、次のコマンドで停止します。
    /opt/IBM/WebSphere/Express502/AppServer/bin/stopServer.sh ICSMonitor
     
  4. 次のコマンドを実行します。
    . /home/db2inst1/sqllib/db2profile
     
  5. ICSMonitor Application Server を次のコマンドで開始します。
    /opt/IBM/WebSphere/Express502/AppServer/bin/startServer.sh ICSMonitor
     
  6. System Monitor にアクセスするには、次の URL を入力します。
    http://hostname/ICSMonitor
     

    ここで、hostname は、WebSphere Application Server または WebSphere Application Server Express がインストールされているコンピューターの名前です。

  7. Failed Event Manager にアクセスするには、次の URL を入力します。
    http://hostname/FailedEvents
     

    ここで、hostname は、WebSphere Application Server または WebSphere Application Server Express がインストールされているコンピューターの名前です。

Web サーバー不使用時の System Monitor および Failed Event Manager の構成

インストール環境で Web サーバーを使用していない場合は、System Monitor および Failed Event Manager を構成して、これらが異なるポート番号を使用するようにする必要があります。以下の手順を実行します。

  1. 以下のパラメーターを指定して、ProductDir/bin/CWDashboard.sh を実行します。

    コマンド例を以下に示します。

    Home_directory/IBM/WebSphereServer/CWDashboard.sh         ¥
     "/opt/IBM/WebSphere/Express502/AppServer"                 ¥ 
     hostname.ibm.com "Home_directory/IBM/WebSphereServer      ¥
     "DB2_Installation_Dir/java" n 7089 7043
     
    要確認:
    この手順中のいくつかのステップでは、1 つ以上の行でコマンドが改行されています。これらの改行が挿入されたのは、ページ内にテキストが収まるようにするためです。実際にコマンドを入力する場合は、これらの箇所に改行ではなくスペースを挿入してください。
  2. ICSMonitor Application Server が開始された場合は、次のコマンドで停止します。
    /opt/IBM/WebSphere/Express502/AppServer/bin/stopServer.sh ICSMonitor
     
  3. 次のコマンドを実行します。
    . /home/db2inst1/sqllib/db2profile
     
  4. ICSMonitor Application Server を次のコマンドで開始します。
    /opt/IBM/WebSphere/Express502/AppServer/bin/startServer.sh ICSMonitor
     
  5. System Monitor にアクセスするには、次の URL を入力します。
    http://hostname:portnumber/ICSMonitor
     

    ここで、hostname は、WebSphere Application Server または WebSphere Application Server Express がインストールされているコンピューターの名前です。

  6. Failed Event Manager にアクセスするには、次の URL を入力します。
    http://hostname:portnumber/FailedEvents
     

    ここで、hostname は、WebSphere Application Server または WebSphere Application Server Express がインストールされているコンピューターの名前です。

Copyright IBM Corp. 2004