Thursday, April 12, 2012

STRM Process restart



It becomes very difficult to troubleshoot when the STRM GUI is slow. You can solve this problem by restarting the STRM process.

To perform this activity you should have root access to the STRM shell.

1. Connect to the STRM console via ssh using the below command.

2. Execute the below commands to restart the STRM processes. Please make sure that it is done in the same order as it is mentioned below.

service ecs stop
service hostcontext stop
# service tomcat stop
# service imq stop
# service postgresql restart
# service imq start
# service tomcat start
# service hostcontext start
service ecs start

Note: - The stop and start of tomcat and hostcontext services will take sometime and this is common.



Leave your comment below

No comments:

Post a Comment