Tuesday, December 11, 2012

OIM 11.1.1.5.0 Post-Installation Tasks

<MW_HOME> = /home/oracle/Oracle/Middleware

Enable Design Console
Generate the wlfullclient.jar file.
cd <MW_HOME>/wlserver_10.3/server/lib/
java -jar <MW_HOME>/modules/com.bea.core.jarbuilder_1.6.0.1.jar

Give the file “750” permission.
sudo chmod 750 wlfullclient.jar

Copy the file to “<MW_HOME>/Oracle_IDM1/designconsole/ext/” directory
cp wlfullclient.jar /home/oracle/Oracle/Middleware/Oracle_IDM1/designconsole/ext/

Running WebLogic Server
cd <MW_HOME>/user_projects/domains/base_domain/bin
./startWebLogic.sh

Running OIM Server
cd <MW_HOME>/user_projects/domains/base_domain/bin
./startManagedWebLogic.sh oim_server1
Running Design Console
cd <MW_HOME>/Oracle_IDM1/designconsole
./xlclient.sh

URLs
WebLogic Admin Console: localhost:7001/console
WebLogic Enterprise Manager: localhost:7001/em
OIM Console: localhost:14000/oim

No comments:

Post a Comment