How to check Oracle Application Server Status?
On Windows services, check the status of OracleASControl and OracleProcessManager.
And for Oracle Process Monitor(OPMN) on command prompt execute opmnctl status command as shown below
ORACLE_HOME\opmn\bin>opmnctl status
Processes in Instance: OAS.XYZ.com
-------------------+--------------------+---------+---------
ias-component | process-type | pid | status
-------------------+--------------------+---------+---------
LogLoader | logloaderd | N/A | Down
dcm-daemon | dcm-daemon | 7688 | Alive
HTTP_Server | HTTP_Server | 22196 | Alive
WebCache | WebCache | 2332 | Alive
WebCache | WebCacheAdmin | 2340 | Alive
OC4J | home | 2372 | Alive
OC4J | OC4J_BI_Forms | 2364 | Alive
OC4J | OC4J_BI_Forms | 2380 | Alive
OC4J | OC4J_BI_Forms | 2396 | Alive
OC4J | OC4J_BI_Forms | 2388 | Alive
DSA | DSA | N/A | Down
The dcm, HTTP Server, WebCache, OC4J status should be alive.
No comments:
Post a Comment