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の停止と再起動:- OpsCenterを停止するには、opscenterdプロセスID(pid)を確認し、そのPID番号を使用してプロセスを強制終了します。
ps -ef | grep opscenter $ sudo kill pid
- OpsCenterを起動するには:
install_location/bin/opscenter ##Use -f to start in the foreground.)
- OpsCenterを停止するには、opscenterdプロセスID(pid)を確認し、そのPID番号を使用してプロセスを強制終了します。