Change the WAS administrator password in the file registry
The easiest way to the WAS admin password in the file registry is to use the Edit My Profile portlet.
An alternate method is to use wsadmin.sh
- Run...
cd WP_PROFILE/bin
./wsadmin.sh -conntype NONE
$AdminTask changeFileRegistryAccountPassword -userId wpsadmin -password new_password
$AdminConfig
- Update the RunAsRole for the PZN Scheduler application.
- Log on to the WAS admin console with the new password and select...
Applications | Application Types | WebSphere enterprise applications pznscheduler | Detail Properties | User RunAs Roles | RuleEventRunAsRole | Remove
- Enter the full DN of the WAS Administrator in the username field and the new password in the password field.
- Select RuleEventRunAsRole and then click Apply to apply the changes.
- Click OK, save the changes, and then restart the server.
Parent: Update user ID and passwords