CAUSE
It is not a good idea to restart services in production environment, but, anyway, it is useful to know how to restart them, just in case.RESOLUTION
UI:Linux:
Starting of POA 2.6.5 it can be restarted using the following command:
# /etc/init.d/pemui restart # export JAVA_HOME=/usr/java/j2sdk1.4.2_10/
# killall -9 java
# /usr/local/jakarta-tomcat-4.1.31/bin/startup.sh
# /etc/init.d/pemhttpd restart Windows:
To restart POA UI, use the following commands:
net stop pemui
net start pemui Management Node:
Linux:
POA Management node can be restarted with help of:
# service pem restart # killall -9 pem pleskd SoLoader
# service pem start Windows:
POA MN can be restarted using the following:
net stop pem
net start pem Agent on a HW node:
Linux:
Each POA-managed host has an agent installed, to restart it, use the following commands:
# service pem restart # killall -9 pem pleskd
# service pem start Windows:
To restart agent, execute the following:
net stop pem
net start pem Agents on a VZ node:
POA Virtuozzo servers have a special container (VPS) called PEMAgent, to restart it, you can restart the Virtuozzo container itself (using vzctl restart), or execute the following inside the container (Linux only):
# service pem start # killall -9 pem vzpemagent
# service pem start # vzagent_ctl restart # vzctl restart 1 Keywords: restart poa