Web サーバーの開始と停止

Operations Center の Web サーバーはサービスとして実行され、自動的に始動します。 例えば、構成変更を行う場合などに、Web サーバーを停止および開始する必要がある場合があります。

手順

Web サーバーを停止および開始します。
  • AIX オペレーティング・システム /installation_dir/ui/utils ディレクトリー ( installation_dirOperations Center がインストールされているディレクトリーを表します) から、以下のコマンドを発行します。
    • サーバーを停止する場合:
      ./stopserver.sh
    • サーバーを開始する場合:
      ./startserver.sh
  • Linux オペレーティング・システムシステムに systemctl がインストールされている場合は、以下のコマンドを発行します。
    • サーバーを停止する場合:
      systemctl stop opscenter.service
    • サーバーを開始する場合:
      systemctl start opscenter.service
    • サーバーを再始動するには、次のコマンドを実行します。
      systemctl restart opscenter.service
    • サーバーが稼働しているかどうかを判別するには、次のコマンドを発行します。
      systemctl status opscenter.service
  • Linux オペレーティング・システムシステムに systemctl がインストールされていない場合は、以下のコマンドを発行します。
    • サーバーを停止する場合:
      service opscenter.rc stop
    • サーバーを開始する場合:
      service opscenter.rc start
    • サーバーを再始動するには、次のコマンドを実行します。
      service opscenter.rc restart
    • サーバーが稼働しているかどうかを判別するには、次のコマンドを発行します。
      service opscenter.rc status
  • Windows オペレーティング・システム 「サービス」 ウィンドウから、 Operations Center サービスを停止または開始します。