There are two ways to change the Nodemanger password in Oracle apps R12.2 (or) Weblogic.
Weblogic Console:
Weblogic Console:
- Log in to Admin Console (http://hostname:7001/console).
- Goto DomainName
- Security tab
- General subtab
- Advanced Options
- Then change the property Credentials with the new password.
Select Domain
Change password from backend:
- Go to directory: domain_directory/config/nodemanager
- Open the file: nm_password.properties
- Find an entry looking like hashed=abgJGH\= and remove it
- Fill the following properties with real values as simple text:
- password=
- username=
When you finish your changes remember to restart AdminServer and NodeManager.
No comments:
Post a Comment