Web サーバーの開始と停止

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

始めに

注: systemctl コマンドにはroot権限が必要です。 コマンドはrootユーザーまたはsudoコマンドで実行しなければならない。

手順

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