1. Start AdminServer. Do not start any other application tier services.
adadminsrvctl.sh start
adadminsrvctl.sh status
[oracle@erptest05app01
scripts]$ adadminsrvctl.sh status
You are running adadminsrvctl.sh version 120.10.12020000.11
Enter the WebLogic Admin password:
Enter the APPS Schema password:
The AdminServer is running
AdminServer logs are located at /u01/install/APPS/fs2/FMW_Home/user_projects/domains/EBS_domain/servers/AdminServer/logs
adadminsrvctl.sh: exiting with status 0
adadminsrvctl.sh: check the logfile
/u01/install/APPS/fs2/inst/apps/TEST5_erptest05app01/logs/appl/admin/log/adadminsrvctl.txt
for more information ...
2. Change the APPS password in WLS Data Source by running the following script as shown:
[oracle@erptest05app01
scripts]$ perl $FND_TOP/patch/115/bin/txkManageDBConnectionPool.pl
Please select from list of valid options
updateDSPassword - Update WebLogic
Datasource Password
updateDSJdbcUrl - Update
WebLogic Datasource Connection String
Enter Your Choice : updateDSPassword
Enter the full path of Applications Context File [DEFAULT -
/u01/install/APPS/fs2/inst/apps/TEST5_erptest05app01/appl/admin/TEST5_erptest05app01.xml]:
Enter weblogic admin server password:
Enter the APPS user password:
---------------------------------------------
Performing Steps for option=updateDSPassword
---------------------------------------------
Updating WLS DataSource Password
--------------------------------
Initializing WebLogic Scripting Tool (WLST) ...
Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands
Connecting to t3://erptest05app01.prodapp.sgfysavcn01.oraclevcn.com:7001 with
userid weblogic ...
Successfully connected to Admin Server 'AdminServer' that belongs to domain
'EBS_domain'.
Warning: An insecure protocol was used to connect to the
server. To ensure on-the-wire security, the SSL port or
Admin port should be used instead.
Domain Update successful
------------------------
[oracle@erptest05app01 scripts]$
3. Stop AdminServer
adadminsrvctl.sh stop
4. Start all the application tier services using the below script
adstrtal.sh
0 comments :
Post a Comment
Note: Only a member of this blog may post a comment.