OpsCenterの起動、停止、および再起動

インストールのタイプごとのOpsCenterの起動、停止、および再起動のコマンド。

インストールのタイプごとのOpsCenterの起動、停止、および再起動のコマンド。

手順

  • パッケージ・インストール
    • 使用可能なservice opscenterdオプションは以下のとおりです。
      sudo service opscenterd start|stop|status|restart|force-reload
    • インストール・パッケージに、OpsCenterをサービスとして実行するための起動スクリプトが付属しています。

      /etc/init.d

  • tarボール・インストール
    opscenterdの起動:
    install_location/bin/opscenter ##Use -f to start in the foreground.)
    opscenterdの停止と再起動:
    1. OpsCenterを停止するには、opscenterdプロセスID(pid)を確認し、そのPID番号を使用してプロセスを強制終了します。
      ps -ef | grep opscenter $ sudo kill pid
    2. OpsCenterを起動するには:
      install_location/bin/opscenter ##Use -f to start in the foreground.)