Sunday, February 21, 2016

Getting a request of bouncing OPMN Services/Apache bounce in ebsdev instance

Getting a request of bouncing OPMN Services/Apache bounce in ebsdev instance

Why OPMN bounce/Apache bounce?

Developers deployed new objects in JAVA_TOP which require a full OPMN bounce
these are for OAF objects which require a full bounce for middle tier caching
and the objects consists of .class files and .xml files.when we bounce these objects
will get reflected.

[applmgr@apps scripts]$ adopmnctl.sh status

You are running adopmnctl.sh version 120.6
Checking status of OPMN managed processes...
Processes in Instance: PROD_apps.apps.user.com
---------------------------------+--------------------+---------+---------
ias-component                    | process-type       |     pid | status
---------------------------------+--------------------+---------+---------
OC4JGroup:default_group          | OC4J:oafm          |     N/A | Down
OC4JGroup:default_group          | OC4J:forms         |     N/A | Down
OC4JGroup:default_group          | OC4J:oacore        |     N/A | Down
HTTP_Server                      | HTTP_Server        |     N/A | Down

Make sure no process are running.

applmgr@apps scripts]$ ps -fu applmgr

UID        PID  PPID  C STIME TTY          TIME CMD
applmgr  26766 26765  0 17:33 pts/1    00:00:00 -bash
applmgr  28635 26766  0 18:17 pts/1    00:00:00 ps -fu applmgr

applmgr@apps scripts]$

Start all service.

applmgr@apps scripts]$ adopmnctl.sh status

You are running adopmnctl.sh version 120.6
Checking status of OPMN managed processes...
Processes in Instance: PROD_apps.apps.user.com
---------------------------------+--------------------+---------+---------
ias-component                    | process-type       |     pid | status
---------------------------------+--------------------+---------+---------
OC4JGroup:default_group          | OC4J:oafm          |     774 | Alive
OC4JGroup:default_group          | OC4J:forms         |     708 | Alive
OC4JGroup:default_group          | OC4J:oacore        |     629 | Alive
HTTP_Server                      | HTTP_Server        |     577 | Alive

adopmnctl.sh: exiting with status 0

adopmnctl.sh: check the logfile /u02/inst/apps/PROD_apps/logs/appl/admin/log/adopmnctl.txt for more information ...

No comments:

Post a Comment