Information Server 11.7サービスの自動起動を停止
Information Server 11.7のサービスの自動起動を停止したい
Question
システムブート時にInformation Server 11.7のサービスが自動起動しないようにするにはどのように設定すればいいでしょうか。
Answer
以下の手順で、システム起動時のInformation Server 11.7のサービスの自動起動を停止してください。
(1)DSエンジンサービスの自動起動の停止
root権限で以下を実行します。
#`cat /.dshome`/scripts/DSEdisable_autostartup.sh
Executing systemctl disable on ds.rc
Removed symlink /etc/systemd/system/multi-user.target.wants/ds.rc.service.
(2)その他のサービス層、エンジン層のサービスの停止
root権限で以下を実行します。
# chkconfig DFDServer off
# chkconfig ISFAgents off
# chkconfig ISFServer off
# chkconfig InfoSrvKafka off
# chkconfig InfoSrvSolrCloud off
# chkconfig InfoSrvZookeeper off
# chkconfig ODFEngine off
(1)DSエンジンサービスの自動起動の停止
root権限で以下を実行します。
#`cat /.dshome`/scripts/DSEdisable_autostartup.sh
Executing systemctl disable on ds.rc
Removed symlink /etc/systemd/system/multi-user.target.wants/ds.rc.service.
(2)その他のサービス層、エンジン層のサービスの停止
root権限で以下を実行します。
# chkconfig DFDServer off
# chkconfig ISFAgents off
# chkconfig ISFServer off
# chkconfig InfoSrvKafka off
# chkconfig InfoSrvSolrCloud off
# chkconfig InfoSrvZookeeper off
# chkconfig ODFEngine off
サービス層のサービス:ISFServer/InfoSrvKafka/InfoSrvSolrCloud/InfoSrvZookeeper
エンジン層のサービス:DFDServer/ISFAgents/ODFEngine
chkconfig --list で上記のサービスがどのランレベルでもoffになっていることを確認してください。
(3)リポジトリ層のサービスの停止
Information Server 11.7にバンドルされているDb2を使用している場合は以下の方法で停止します。
インスタンスオーナーで実行します。
$ su - db2inst1
$ . sqllib/db2profile
$ db2iauto -off db2inst1
db2setで"DB2AUTOSTART=YES"が無いことを確認してください。
それ以外のデータベースを使用されている場合は、それぞれのデータべースのマニュアル等でご確認ください。
コメント
コメントを投稿