Lost password for AIA? How to recover password for AIA?
Lost password for AIA and want to recover it ? Below steps may help recover the password.
1. Create a file called password.xml with the following contents in the $HOME directory:
<?xml version="1.0" standalone="yes"?>
<DeploymentPlan component="FP" version="3.0"> <PreInstallScript> <echo message="fp.server.username ${fp.server.username}"></echo> <echo message="fp.server.password ${fp.server.password}"></echo> </PreInstallScript> </DeploymentPlan>
2. Set the AIA environment
cd $AIA_INSTANCE/bin
run the command . ./aiaenv.sh
3. Run the following command
ant -f $AIA_HOME/Infrastructure/Install/AID/AIAInstallDriver.xml
-DPropertiesFile=$AIA_INSTANCE/config/AIAInstallProperties.xml
-DDeploymentPlan=$HOME/password.xml
Copy the content from screen to a file and then search for the word "fp.server.username" , after that keyword.. you will have the username right below it, you will find the password in plain text
[echo] fp.server.username ohsadmin
[echo] fp.server.password pa$$w0rd
No comments:
Post a Comment