04 Apr
Posted by: gato in: Administration, Oracle
If you wonder what is the password for Oracle Internet Directory(OID) user cn=orcladmin after OIM installation, well, it is exactly the same as ias_admin password specified during installation of OIM. If you really want to reset the password, use included utility resetiASpasswd.sh in $ORACLE_HOME\bin as follows:
First make sure your environment is setup properly for OIM home. (ORACLE_HOME param.)
$ORACLE_HOME/bin/resetiASpasswd.sh cn=orcladmin your_new_pass $ORACLE_HOME
To reset OID password use oidpasswd utility as Robbert pointed out.
2 Responses
Robbert van der Hoorn
04|Apr|2008 1This is not what the docs say. This command is used to generate a new RANDOM instance password using the current orcladmin password. Instance passwords are never used by any user procedure. To change the password for OID, use oidpasswd.
Quote:
To reset the password to a new randomly generated password, execute the following command in the Oracle home of the application server instance whose password you would like to change:
(UNIX) ORACLE_HOME/bin/resetiASpasswd.sh cn=orcladmin password ORACLE_HOME
(Windows) ORACLE_HOME\bin\resetiASpasswd cn=orcladmin password ORACLE_HOME
password is the orcladmin password.
gato
04|Apr|2008 2My bad, Robbert you’re right, I’ll update my post, thank you.
Leave a reply