Systemwalker IT Change Managerで利用するInterstage Business Application Serverを、クラスタ環境用に設定する手順について説明します。
本節で説明するコマンドの詳細は、“Interstage Application Server/Interstage Web Server リファレンスマニュアル(コマンド編)”を参照してください。
注意
本項での設定手順は、現用および待機の両ノードで実施する必要があります。
引継ぎIPアドレスの設定
現用ノードおよび待機ノードにおいて、オブジェクトリファレンス生成時に埋め込むIPアドレスを設定します。IPアドレスにはクラスタサービスで引き継がれる論理IPアドレスを指定します。
以下のコマンドを実行します。
【Windows版】
OD_set_env -n 論理IPアドレス |
【Solaris版】
# /opt/FSUNod/bin/OD_set_env -n 論理IPアドレス |
【Linux版】
# /opt/FJSVod/bin/OD_set_env -n 論理IPアドレス |
Interstageの停止
現用ノードおよび待機ノードにおいて、Interstageを停止します。
以下のコマンドを実行します。
【Windows版】
isstop -f |
【Solaris版】
# /opt/FSUNtd/bin/isstop -f |
【Linux版】
# /opt/FJSVtd/bin/isstop -f |
Interstage初期化
まず現用ノード、次に待機ノードにおいて、以下の順でInterstageの初期化を行います。
まず現用ノードにおいて、以下のコマンドを実行します。
【Windows版】
isinit -f type1 ejb |
【Solaris版】
# /opt/FSUNtd/bin/isinit -f type1 ejb |
【Linux版】
# /opt/FJSVtd/bin/isinit -f type1 ejb |
現用ノードでの初期化が完了したら、クラスタの切り替えを行い、次に待機ノードにおいて、以下のコマンドを実行します。
【Windows版】
isinit -f -w type1 ejb |
【Solaris版】
# /opt/FSUNtd/bin/isinit -f -w type1 ejb |
【Linux版】
# /opt/FJSVtd/bin/isinit -f -w type1 ejb |
Interstageの起動
現用ノードおよび待機ノードにおいて、Interstageを起動します。
以下のコマンドを実行します。
【Windows版】
isstart && net start "Fjapache" |
【Solaris版】
# /opt/FSUNtd/bin/isstart |
【Linux版】
# /opt/FJSVtd/bin/isstart |