Applications Systems
How to Change the DPA repository password and Web Console Admin Password
This article discusses how to change the DPA repository password.
First published date
Last published date
Overview
If you have forgotten the repository password or need to change it, complete the following steps to change the password.
The Repo DB user name and password in the repo.properties files is the same as the DPA Web Console Admin user name and password.
Product section
Resolution
- Determine the location of the repository and the DPA login name. This information is displayed on the DPA login page above the User and Password fields next to the Repository label.
- Using SQL Server Management Studio, Oracle Enterprise Manager or another tool, reset the password for the DPA login (from step 1)
- Determine where the DPA Server resides. This information is located in your URL. For example, if your URL to access DPA is http://yourDPAserver1:8123/iwc/login.iwc then the DPA Server is named your 'DPAserver'.
- Note: In this example, the DPA repository database and DPA Server can both located on 'yourDPAserver' but they can reside on physically different machines.
- Log on to the DPA server operating system and open the repo.properties file in a text editor:
- Windows: The default location of this file is in the {DPA_home} \iwc\tomcat\ignite_config\idc directory
- Linux or Unix: The default location of this file is in the {DPA_home} /iwc/tomcat/ignite_config/idc directory
where {DPA_home} is the top level directory where Ignite/DPA was installed.
- STOP DPA.
- In the repo.properties file, modify the repo.password line to reflect the same password you used in Step 2. Type the password in clear text. Later on, DPA will encrypt the password for you.
- After saving the file, restart DPA.