IBM Support

InfoSphere Information Server: Unix 版で必須サービスを手動で停止開始する方法 (11.7)

Question & Answer


Question

InfoSphere Information Server 関連の必須サービスを手動で停止、開始する必要があります。Knowledge Center には詳細が解説されていますが、各サービスの解説が別々のページになって一連の手順が不明確です。必須サービスを停止開始するための簡単な手順をご教示ください。

Answer

(※ ここでの必須サービスとは、InfoSphere Information Server の運用するための必要最小限のサービスを指しています。使用用途によってはこれだけで十分でない場合もあります。ここで紹介されていないサービスの停止開始方法は Knowledge Center を参照してください。)

デフォルトの設定で説明します。DataStage 管理者は dsadm、DB2インスタンス所有者は db2inst1, インストールディレクトリは /opt/IBM/InformationServer とします。

[サービスの停止方法]
1. エンジン層エンジンの停止
$ su - dsadm # dsadm でログイン
$ cd /opt/IBM/InformationServer/Server/DSEngine # ディレクトリの移動
$ . dsenv # 環境設定スクリプトの実行
$ bin/uv -admin -stop # エンジンの停止
2. エンジン層エージェントの停止
$ su # root でログイン
$ cd /opt/IBM/InformationServer/ASBNode/bin # ディレクトリの移動
$ ./NodeAgents.sh stop # エージェントの停止
3 サービス層の停止
$ su # root でログイン
$ cd /opt/IBM/InformationServer/ASBServer/bin # ディレクトリの移動
$ ./MetadataServer.sh stop # サービス層の停止
4 シェアドオープンソースの停止
$ su # root でログイン
$ cd /opt/IBM/InformationServer/shared-open-source/bin # ディレクトリの移動
Linux: $ ./stop-linux-services.sh
AIX: $ ./stop-aix-services.sh
5. リポジトリ層の停止
$ su - db2inst1 # db2inst1 でログイン
$ db2stop # リポジトリ層の停止

[サービスの開始方法]
1. リポジトリ層の開始
$ su - db2inst1 # db2inst1 でログイン
$ db2start # リポジトリ層の開始
2 シェアドオープンソースの開始
$ su # root でログイン
$ cd /opt/IBM/InformationServer/shared-open-source/bin # ディレクトリの移動
Linux: $ ./start-linux-services.sh
AIX: $ ./start-aix-services.sh
3 サービス層の開始
$ su # root でログイン
$ cd /opt/IBM/InformationServer/ASBServer/bin # ディレクトリの移動
$ ./MetadataServer.sh run # サービス層の開始
4. エンジン層エージェントの開始
$ su # root でログイン
$ cd /opt/IBM/InformationServer/ASBNode/bin # ディレクトリの移動
$ ./NodeAgents.sh start # エージェントの開始
5. エンジン層エンジンの開始
$ su - dsadm # dsadm でログイン
$ cd /opt/IBM/InformationServer/Server/DSEngine # ディレクトリの移動
$ . dsenv # 環境設定スクリプトの実行
$ bin/uv -admin -start # エンジンの開始

[{"Line of Business":{"code":"LOB10","label":"Data and AI"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSZJPZ","label":"IBM InfoSphere Information Server"},"ARM Category":[{"code":"a8m500000008XFXAA2","label":"Information Server Administration->IIS Startup and Shutdown"}],"ARM Case Number":"","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF016","label":"Linux"}],"Version":"11.7.0;11.7.1"}]

Document Information

Modified date:
08 December 2020

UID

ibm16380178