2
YMS ADF Deployment Steps Secure Shell (SSH) into the OP enabled 12.2.4 server that you chose for deploying YMS ADF Applications. a) Run the below command perl $AD_TOP/patch/115/bin/adProvisionEBS.pl ebs-create- oaea_resources -contextfile=$CONTEXT_FILE -deployApps=yms - logfile=/tmp/deployyms.log Verifiy that script completes successfully and also verify the logfile. b) Perform FS Clone operation by running the below command adop phase=fs_clone c) Modify Apache configuration file mod_wl_ohs.conf to append the value of context variable %s_oaea_nodes% to WebLogicCluster parameter in the below Location handler. <Location /YMS-UI-context-root> d) Login to weblogic server and navigate to servers -> OAEA server - >Server Start tab and add -Duser.timezone=PST(Server Timezone) to the Arguments(JAVA OPTIONS) e) Bounce all mid tier services. f) Yard Management System ADF applications can be accessed via Yard Manager Responsibility. Recommended Tuning Most of the Weblogic server parameters can be modified by connecting to the Weblogic console. The link is usually at http://hostip.com:port/console, for example

YMS ADF Deployment Steps

  • Upload
    1lvlup

  • View
    21

  • Download
    0

Embed Size (px)

DESCRIPTION

Yard Management

Citation preview

Page 1: YMS ADF Deployment Steps

YMS ADF Deployment Steps

Secure Shell (SSH) into the OP enabled 12.2.4 server that you chose for deploying YMS ADF Applications.

a) Run the below command

 perl $AD_TOP/patch/115/bin/adProvisionEBS.pl ebs-create-oaea_resources  -

contextfile=$CONTEXT_FILE  -deployApps=yms -logfile=/tmp/deployyms.log

Verifiy that script completes successfully and also verify the logfile.

b) Perform FS Clone operation by running the below command

adop phase=fs_clone

c)  Modify Apache configuration file mod_wl_ohs.conf to append the value of context variable %s_oaea_nodes% to WebLogicCluster parameter in the below Location handler.

<Location /YMS-UI-context-root>

d) Login to weblogic server and navigate to servers -> OAEA server ->Server Start tab and add -Duser.timezone=PST(Server Timezone) to the Arguments(JAVA OPTIONS)

e) Bounce all mid tier services.f) Yard Management System ADF applications can be accessed via Yard Manager Responsibility.

Recommended Tuning

 Most of the Weblogic server parameters can be modified by connecting to the Weblogic console.  The link is usually at http://hostip.com:port/console, for example (http://example.us.oracle.com:6001/console).  If the console page is not opening up, it most likely means that your Weblogic server has not been started or is down.  The following parameters may require tuning based on the user's needs.

Connection Pool:  The default connection pool size is 15, which will only be able to serve a couple users.  We recommend increasing this number, especially if you are hitting PoolILimitSqlException.  To change the connection pool of the data source, login to the Weblogic console.  Once logged in, go to Services -> Data Sources to get a list of the current data

Page 2: YMS ADF Deployment Steps

sources in use.  Click on the OAEADatasourceDS for the YMS data source, navigate to the "Connection Pool" tab and increase the number of the "Maximum Capacity" to match the customer's needs.  We recommend 100 connections as a default.