Change Apps Password in R12.2
Stop applications
|
Stop Application Services using
adstpall.sh
cd $ADMIN_SCRIPTS_HOME
./adstpall.sh apps/xxxxx
|
Run FNDCPASS
|
FNDCPASS <logon> 0 Y
<SYSTEM username>/<SYSTEM password> SYSTEM APPLSYS
<new_password>
For example, the following
command changes the APPLSYS password to 'WELCOME':
FNDCPASS apps/<appspwd> 0
Y system/<systempwd> SYSTEM APPLSYS WELCOME
|
Run AC
|
Run Autoconfig with newly
changed password
cd $ADMIN_SCRIPTS_HOME
./adautocfg.sh
|
Start Admin Server
|
Start AdminServer using the
$INST_TOP/admin/scripts/adadminsrvctl.sh script. Do not start any other
application tier services.
# adadminsrvctl.sh start
|
Update JDBC DataSources
|
Change the "apps"
password in WLS Datasource as follows:
a. Log in to WLS Administration
Console.
b. Click Lock & Edit in
Change Center.
c. In the Domain Structure tree,
expand Services, then select Data Sources.
d. On the "Summary of JDBC
Data Sources" page, select EBSDataSource.
e. On the "Settings for
EBSDataSource" page, select the Connection Pool tab.
f. Enter the new password in the
"Password" field.
g. Enter the new password in the
"Confirm Password" field.
h. Click Save.
i. Click Activate Changes in
Change Center.
Do the same for all remaining
data sources
|
Sanity Check
|
Start all services using
adstrtal.sh and perform sanity check.
|
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment
Note: only a member of this blog may post a comment.