【LINUX+PLESK】主要サービスの再起動方法について

下記はLINUXのPLESK搭載プランの再起動コマンドです。

※PostgreSQLは「CentOS」か「RH9、RedHat Enterprise」かにより異なりますので注意してください。

■apache 起動・停止・再起動コマンド

 起動  /etc/rc.d/init.d/httpd start
 停止  /etc/rc.d/init.d/httpd stop
 再起動 /etc/rc.d/init.d/httpd restart

■PLESK 起動・停止・再起動コマンド

 起動  /etc/rc.d/init.d/psa start
 停止  /etc/rc.d/init.d/psa stop
 再起動 /etc/rc.d/init.d/psa restart

■qmail 起動・停止・再起動コマンド

 起動  /etc/rc.d/init.d/qmail start
 停止  /etc/rc.d/init.d/qmail stop
 再起動 /etc/rc.d/init.d/qmail restart

■DNS 起動・停止・再起動コマンド

 起動  /etc/rc.d/init.d/named start
 停止  /etc/rc.d/init.d/named stop
 再起動 /etc/rc.d/init.d/named restart

■MySQL 起動・停止・再起動コマンド

 起動  /etc/rc.d/init.d/mysqld start
 停止  /etc/rc.d/init.d/mysqld stop
 再起動 /etc/rc.d/init.d/mysqld restart

■postgreSQL 起動・停止・再起動コマンド

 起動  /etc/rc.d/init.d/postgresql start
 停止  /etc/rc.d/init.d/postgresql stop
 再起動 /etc/rc.d/init.d/postgresql restart

■postgreSQL 起動・停止・再起動コマンド (※CentOS+PostgreSQLの場合)

 起動  /etc/rc.d/init.d/rhdb start
 停止  /etc/rc.d/init.d/rhdb stop
 再起動 /etc/rc.d/init.d/rhdb restart

■Urchin 起動・停止・再起動コマンド

 起動  /usr/local/urchin/bin/urchinctl start
 停止  /usr/local/urchin/bin/urchinctl stop
 再起動 /usr/local/urchin/bin/urchinctl restart

なお、シェル操作方法については弊社サポート範囲外となります。
その他の詳細は参考書籍等にてご確認いただければと存じます。

[対象FAQ]
Plesk搭載LinuxOSカスタムプラン

コメントを残す