Followers

Sunday, October 5, 2014

Time out while waiting for a managed process to stop HTTP_Server

when some times we found OHS server in stopped mode.


opmnctl startall: starting opmn and all managed processes...
oracle@localhost [/l01/apps/oracle/middleware/Oracle_WT1/instances/ohs1/bin] opmnctl status

Processes in Instance: ohs1
---------------------------------+--------------------+---------+---------
ias-component                    | process-type       |     pid | status
---------------------------------+--------------------+---------+---------

ohs1                             | OHS                |   26508 | Stop


When we normally start this process we will get 



oracle@localhost [/l01/apps/oracle/middleware/Oracle_WT1/instances/ohs1/bin] opmnctl startproc ias-component=ohs1
opmnctl startproc: starting opmn managed processes...
================================================================================
opmn id=uslx148:6701
  0 of 0 processes started.
  Processes are already started: ohs1~ohs1~OHS~OHS


When we have face these problems we need to follow the below process 


step1:

ps -ef | grep ohs

Step2:

kill all realted processes 

kill -9 process id 

Step3:


oracle@localhost [/l01/apps/oracle/middleware/Oracle_WT1/instances/ohs1/bin] opmnctl startall
opmnctl startall: starting opmn and all managed processes...
oracle@localhost [/l01/apps/oracle/middleware/Oracle_WT1/instances/ohs1/bin] opmnctl status

No comments:

Post a Comment