このページでは、PowerChute Network Shutdownのサービス、デーモンの起動・停止方法を説明します。
【対象製品】
PowerChute Network Shutdown v4.x
PowerChute Network Shutdown v5.x
【OS別 起動・停止】
● Windows
GUIのサービスコンソールから起動・停止する場
・OSのサービスコンソールで「PowerChute Network Shutdown」をクリックし、
[ 操作 ] メニューからサービスの [ 停止 ] または [ 開始 ] をクリックで、停止、起動してください
参考: サポート終了バージョン v3.0.1およびそれ以前のバージョンでは、
サービス名は ” PowerChute Network Shutdown Group 1 ” です。
コマンドプロンプトから以下のコマンドを実行する場合:
・停止: net stop pcns1
・開始: net start pcns1
・OSのサービスコンソールで「PowerChute Network Shutdown」をクリックし、
[ 操作 ] メニューからサービスの [ 停止 ] または [ 開始 ] をクリックで、停止、起動してください
参考: サポート終了バージョン v3.0.1およびそれ以前のバージョンでは、
サービス名は ” PowerChute Network Shutdown Group 1 ” です。
コマンドプロンプトから以下のコマンドを実行する場合:
・停止: net stop pcns1
・開始: net start pcns1
● PowerChute Network Shutdown 仮想アプライアンス
PowerChute サービスが実行中かどうかを確認するには、次のコマンドを使用します:
sudo service PowerChute status
または
sudo systemctl status PowerChute
または
sudo systemctl status PowerChute
PowerChute サービスを開始または停止するには、次のコマンドを使用します
・停止: sudo service PowerChute stop
・開始: sudo service PowerChute start
または
・停止: sudo systemctl stop PowerChute
・開始: sudo systemctl start PowerChute
● Linux, VMware, Unix, MacOSX
コマンドラインにて、以下のコマンドを実行します。
OS種類 | 停止コマンド | 起動コマンド | |
Linux | ・Red Hat Enterprise Linux ・SuSE Linux ・Ubuntu | sudo service PowerChute stop | sudo service PowerChute start |
・Debian | sudo systemctl stop PowerChute | sudo systemctl start PowerChute | |
上記以外 上記コマンドが使用できない場合 | sudo /etc/init.d/PowerChute stop または sudo /etc/rc.d/init.d/PowerChute stop | sudo /etc/init.d/PowerChute start または sudo /etc/rc.d/init.d/PowerChute start | |
Solaris | sudo /etc/rc2.d/S99PowerChute stop | sudo /etc/rc2.d/S99PowerChute start | |
AIX | sudo /etc/rc.APCpcns stop | sudo /etc/rc.APCpcns start | |
HP-UX | sudo /sbin/init.d/pcns stop | sudo /sbin/init.d/pcns start | |
MacOSX | PCNS v4.x および Mac OS X 10.4 以降 | sudo launchctl stop com.apcc.pcns | sudo launchctl start com.apcc.pcns |
上記以外の バージョン | sudo /Library/StartupItems/ comapcpcns/comapcpcns stop | sudo /Library/StartupItems/ comapcpcns/comapcpcns start |