![]()
Portal Express, Version 6.0
Operating systems: i5/OS, Linux, Windows
Change database passwords that are used by WebSphere Portal Express
This section includes information on updating modified or expired database passwords in WebSphere Application Server.
If database passwords are modified or expired, the new passwords must be updated in IBM® WebSphere® Application Server so that IBM WebSphere Portal Express can access them. Follow these steps to update your database passwords using the WebSphere Application Server Administrative console.
Before you begin...
- WebSphere Application Server server must be running.
- If you are running against a clustered configuration, have the Deployment Manager and the nodes up and the WebSphere Portal Express server stopped.
Steps for this task
- Check if the database user has become disabled due to invalid login attempts. Re-enable the database user if necessary.
- Update Version 6.0 data sources.
- Bring up the WebSphere Application Server administrative console and log in.
- Click...
Security | Global Security | Authentication | JAAS Configuration | J2C Authentication Data- Select the alias that you want to change. Some examples are listed here.
- wpsDBAuth
- wmmDBAuth
- jcrDBAuth
- fbkDBAuth
- lmDBAuth
- wcmDBAuth
- Update the password accordingly.
- Click Apply, and click Save to save the configuration. You are informed that security.xml has been changed.
- If you are an administrator and need to change the DB2 password, you need to change the dbadmin user password on the system.
- Stop the DB2 server.
- Use the passwd command to change the password.
- Restart the DB2 server. You can verify the new password by running db2 CONNECT TO WPSDB user db2admin using password.
- Restart WebSphere Application Server administrative server.
Repeat for each JDBC Provider, data source, and alias that is affected.
Results
WebSphere Application Server and WebSphere Portal Express have been updated to use your new database passwords. Verify that the WebSphere Portal Express application server is running by opening the following URL in a browser...
http://hostname.example.com:10038/wps/portal
Parent topic:
Configuring databases