Google Search

Tuesday, May 13, 2014

Post-Installation Tasks For OIM 11G R2 PS2

Post-Installation Tasks For OIM 11G R2 PS2 

Important URLs

#WebLogic Admin Console
http://localhost:7001/console
Admin User: weblogic

#SOA Infrastructure
http://localhost:8001/soa-infra
Admin User: weblogic

#Oracle Identity Manager System Administration
http://localhost:14000/sysadmin
Admin User: xelsysadm

#Oracle Identity Manager Self Service
http://localhost:14000/identity
Admin User: xelsysadm

Starting and Stopping the Servers
Note: Once the WebLogic Administration is running, you can go the the WebLogic Administration Console to start/stop the servers.

#Start/Stop WebLogic Administration Server
cd /home/oracle/Oracle/Middleware/user_projects/domains/domain_name/bin
./startWebLogic.sh
./stopWebLogic.sh

#Start OIM Managed Server
cd /home/oracle/Oracle/Middleware/user_projects/domains/domain_name/bin
./startManagedWebLogic.sh oim_server1
./stopManagedWebLogic.sh oim_server1

#Start SOA Managed Server
cd /home/oracle/Oracle/Middleware/user_projects/domains/domain_name/bin
./startManagedWebLogic.sh soa_server1
./stopManagedWebLogic.sh soa_server1

Enable Design Console

Create the "wlfullclient.jar" and get it the proper permissions. This file needs to be copied into $MW_HOME/wlserver_10.3/server/lib/" and "<IDM_HOME>/Oracle_IDM1/designconsole/ext/". WebLogic Administration Server and "oim_server1" managed server must be running.

Execute the following commands:

C:\Users\Mani>cd /home/oracle/Oracle/Middleware/wlserver_10.3/server/lib/

java -jar /home/oracle/Oracle/Middleware/modules/com.bea.core.jarbuilder_1.7.0.0.jar

(OR)

Go to $Wl_Server/server/lib

Run the command: java -jar Jarbuilder.jar; it will generates wlfullclient.jar file.

Assgin permissions to the wlfullclient.jar file

copy wlfullclient.jar file into $IDM_HOME/designconsole/ext/

To start Design Console:

cd  $IDM_HOME/designconsole

a. Go to Config folder and verify the host name or IP address in xlconfig.xml file
b. Verify the java path in classpath file
c. Verify the Java location in xlclient.cmd/sh to successfully start the desgin console

Command to start: ./xlclient.sh (for Linux OS)
                            ./xlclient.cmd (for Windows OS)

No comments:

Post a Comment