Product:
Search Type:

How to restart POA system services: UI, Management Node, Agents

Article ID: 4642 
Last Review: Jun,16 2008
APPLIES TO:
  • Parallels Automation (PEM)

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
Older versions can be restarted using these commands:
# 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
These commands should be executed on the POA UI server, also known as OSSCP or CP.

    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
this is graceful restart, if this does not work, POA can be restarted forcibly:
# killall -9 pem pleskd SoLoader
# service pem start
These commands should be executed on the Managment Node, also known as POA Core or POA.

    Windows:
    POA MN can be restarted using the following:
net stop pem
net start pem
In case of any issues with restarting POA, you can kill all SoLoader.exe processes which are still running - use task manager or any other appropriate tool for that.

Agent on a HW node:

    Linux:
    Each POA-managed host has an agent installed, to restart it, use the following commands:
# service pem restart
or
# 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
or
# killall -9 pem vzpemagent
# service pem start
Also, POA uses VZAgent to manage Virtuozzo based servers, to restart the VZAgent run the following on the Virtuozzo node (Linux only):
# vzagent_ctl restart
or (both Linux and Windows)
# vzctl restart 1
Keywords: restart poa

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
*Please type the code you can see.
* - required fields