Saturday 22 October 2016

Oacore and Apache timeout

Please make the below change in EBSSUP.

1. Increase the size of oacore to 3072M (-Xmx 3072). Currently it is 512

2. Compare the Apache timeout with PROD and make the changes accordingly in SUP.

1. Increase the size of oacore to 3072M (-Xmx 3072). Currently it is 512

Cd $ORA_CONFIG_HOME /10.1.3/opmn/conf/opmn.xml

Need to search the below startup parmeter. Make changes accordingly and bounce opmn.

<process-type id="oacore" module-id="OC4J" status="enabled" working-dir="$ORACLE_HOME/j2ee/home">






2. Compare the Apache timeout with PROD and make the changes accordingly in SUP.

Cd $ORA_CONFIG_HOME/10.1.3/Apache/Apache/conf/httpd.conf















  

 Also we have to check the port range.. there should be enough range


<port id="default-web-site" range="22225-22229" protocol="ajp"/>
              <port id="rmi" range="20725-20729"/>
              <port id="jms" range="23725-23729"/>



No comments:

Post a Comment