Wednesday, January 3, 2018
Changing weblogic password in EBS R12.2
Following steps used to change Oracle WebLogic User Password in EBS R12.2.
Make sure EBSapps.env executed for run file system
1. Shut down all application tier services.
$ $ADMIN_SCRIPTS_HOME/adstpall.sh
2. Start Admin Server.
$ $ADMIN_SCRIPTS_HOME/adadminsrvctl.sh start
3. Please check whether the "boot.properties" file exists under $EBS_DOMAIN_HOME/servers/<server name>/data/nodemanager directory. If yes, take a backup of the file, manually remove it.
4. Change Oracle WebLogic User password by executing below command.
perl $FND_TOP/patch/115/bin/txkUpdateEBSDomain.pl -action=updateAdminPassword
Make sure the above command completes successfully.
5. Try logging in to WLS Admin console with the new password to confirm the password change.
6. Start all application tier services:
$ $ADMIN_SCRIPTS_HOME/adstrtal.sh
Doc ID 2178617.1
Subscribe to:
Post Comments (Atom)
Some Tips About FNDLOAD
Data Synchronization Data Synchronization is a process in which some setup data would be synchronized, and this would be more important w...
-
How to customize Java Virtual Machine Settings in Oracle WebLogic Server To achieve the best performance of the application and avoid perfor...
-
Data Synchronization Data Synchronization is a process in which some setup data would be synchronized, and this would be more important w...
-
Following are the deployment configurations of Oracle Identity Manager Provisioning We can use Oracle Identity Manager to create, maintain, ...
No comments:
Post a Comment