ページの先頭行へ戻る
Interstage Service Integrator V9.6.1 導入ガイド
FUJITSU Software

16.4 Interstage Application Serverの設定

クラスタを構成する各ノード(運用ノード、待機ノード)で、Interstage Application Serverをセットアップします。実行する各コマンドの詳細は“Interstage Application Server リファレンスマニュアル(コマンド編)”を参照してください。

運用ノードのセットアップ

  1. Interstageの事前処理

    OD_set_envコマンドを実行し、オブジェクトリファレンス生成時に埋め込むIPアドレス(クラスタサービスで引き継がれるIPアドレス)を設定します。

    OD_set_env -n 引継ぎIPアドレス
  2. Interstageの停止

    Interstageが動作している場合には、isstopコマンドを実行し、Interstageを停止します。

    isstop -f
  3. Interstageのシステム定義の生成

    isgendefコマンドを実行し、Interstageのシステム定義を生成します。

    isgendef システム規模
  4. Interstageのシステム定義ファイルの登録

    isregistdefコマンドを実行し、Interstageのシステム定義を登録します。

    isregistdef
  5. Interstageの初期化

    isinitコマンドを実行し、Interstageの初期化を実施します。

    isinit -f type1 ejb
  6. Interstageの起動

    isstartコマンドを実行し、Interstageを起動します。

    isstart
  7. 設定の確認

    Interstageの初期化によって、クラスタ用のCORBAサービス環境設定が正しく行われたことを確認します。
    OD_or_adm コマンドを実行し、ホスト/IPアドレス情報を確認します。コマンド実行結果より、“NameService”、“InterfaceRepository”等のホスト名が“Interstage事前処理”で設定した引継ぎIPアドレスとなっていれば正しく設定が行われたと判断できます。

    OD_or_adm -l
  8. Interstageの停止

    isstopコマンドを実行し、Interstageを停止します。

    isstop -f

待機ノードのセットアップ

  1. Interstageの事前処理

    OD_set_envコマンドを実行し、オブジェクトリファレンス生成時に埋め込むIPアドレス(クラスタサービスで引き継がれるIPアドレス)を設定します。

    OD_set_env -n 引継ぎIPアドレス
  2. Interstageの停止

    Interstageが動作している場合には、isstopコマンドを実行し、Interstageを停止します。

    isstop -f
  3. Interstageのシステム定義の生成

    isgendefコマンドを実行し、Interstageのシステム定義を生成します。

    isgendef システム規模
  4. Interstageのシステム定義ファイルの登録

    isregistdefコマンドを実行し、Interstageのシステム定義を登録します。

    isregistdef
  5. Interstageの初期化

    isinitコマンドを実行し、Interstageの初期化を実施します。-wオプションを指定してください。

    isinit -f -w type1 ejb
  6. Interstageの起動

    isstartコマンドを実行し、Interstageを起動します。

    isstart
  7. 設定の確認

    Interstageの初期化によって、クラスタ用のCORBAサービス環境設定が正しく行われたことを確認します。
    OD_or_adm コマンドを実行し、ホスト/IPアドレス情報を確認します。コマンド実行結果より、“NameService”、“InterfaceRepository”等のホスト名が“Interstage事前処理”で設定した引継ぎIPアドレスとなっていれば正しく設定が行われたと判断できます。

    OD_or_adm -l
  8. Interstageの停止

    isstopコマンドを実行し、Interstageを停止します。

    isstop -f