Pages

Wednesday, July 4, 2012

Creating and Configuring Oracle Identity Manager Cluster Domain


The following  configuration needs to be done to configure the Web Logic Oracle Identity Manager Cluster. They are

Executing the Config.sh File

  • Login into the OIM1 server and go to the $WL_Home/common/bin directory and run the confg.sh command and it will show the following screen.

 

Selecting Oracle Identity Manager Component

  •  Choose Create a New WebLogic domain option and Click Next button and it will show the following screen.


  • Choose the Oracle Identity Manager 11.1.1.3 check box and click Next button and it will display the following screen.



Specifying WebLogic Domain Name and Location

  • Click Next Button and It will display the following screen.


Entering WebLogic Credentials

  • Enter the Domain Name and Leave rest as it is. Click Next button and it will display the following screen.







 Specifying WebLogic Server Mode and JDK Path

  • Enter WebLogic User Name, User Password, and Confirm Password. Click Next button and It will display the Next screen.




Configuring the JDBC Component Schema

  • Click Next button and it will display the following screen.


  • Select the Vendor and Driver from the Combo box and Enter the DBMS Service, Host Name,Port, Schema password( If your schema password is different for different users, enter the schema owner and schema password for each service). The sample data is given below.

  •  Click Next button and It will display the following screen.



 Customizing Configuration

  • If the data base connection is successful then Click Next button and it will display the following screen. If the data base connection un-success then review the errors and try again the data base connection process.


Select the Administration Server, JMS Distribution Destination, Managed Servers, Clusters and Machine Check Boxes. The example selection is given below.


Configuring Admin Server


  • Click Next button and It will display the following screen.


  • Select SSL Enabled Check box and the sample configuration is given below.
  • Click Next button and It will display the following screen.



  • Click Next button and it will display the following screen.



Configuring OIM and SOA Servers

  • Click OK button and It will display the following screen.




  • Add OIM2 server details soa_server2 and oim_server2 server configuration and sample config is given below. In the sample config oim_server1 and soa_server1 are OIM1 servers and soa_server2 and oim_server2 are OIM2 servers.



 Configuring Clusters

  • Click Next button and it will display the following screen.


Click Add button and Enter the oim and soa cluster names. The sample config is given below. In the Sample Configure Clusters screen oim cluster name is oim_cluster and soa cluster name is soa_cluster



  • Click Next button and it will display the Assign Servers to Clusters screen.



Add oim_server1, and oim_server2 to oim_cluster. Add soa_server1, and soa_server2 to soa_cluster. The sample configuration is given below.



Configuring Machines

  • Click Next button and It will display the Configure Machine screen.



  • Select Local Machine and Click Delete button and it will local machine and will display the following screen.





  • Click Unix Machine and it will display the following screen.

Click Add button twice and it will add the two unix machine names. Enter the Name is DNS name of the OIM Server Unix Host Name1 and OIM Server Unix Host Name 2 and also enter node manager listen address. This address always be DNS host name of Unix OIM1 and DNS host name of Unix OIM2. My Example i used localhost.localdomain for OIM Unix machine 1 and liyaqat.localdomain for OIM Unix Machine. Leave rest of the values default one. The Sample config data is given below.




  • Click Next button and it will display the Assign Server to Machines.



Add AdminServer1,oim_server1, and soa_server1 to localhost.localdomain machine and add oim_server2, and soa_server2 to liyaqat.localdomain machine. The sample config is given below.


Creating WebLogic Domain


  • Click Next button and It will display the Configuration Summary Screen.


Click Next Button and It will display the Configuring Domain Screen.



Click Done Button and start the Web Logic Admin Server. 


Next Step is




1 comment:

  1. We are in the process of installing and configuring OIM Cluster. During the OIM configuration we have to provide "OIM HTTP URL".

    Documentation says:
    OIM HTTP URL
    ■ The OIM HTTP URL is of the format: http(s)://host:port. For example,
    https://localhost:7002.

    ■ For cluster deployments, provide the load balancer URL that front-ends the Oracle Identity Manager cluster.

    The question is that if load balancer URL is "dev-oim.example.com" which resolves to "oimhost1 & oimhost2", then what port number we should provide here... should it be 443(i think it is default https port ) or 14000 (oim port)?

    Just want to mention specifically. We do not want to use SSL for internal OIM to SOA communication. So if we put this load balancer "dev-oim.example.com:443" entry for OIM HTTP URL, not sure how it will behave for internal OIM and SOA communication because 443 port is ssl.

    ReplyDelete