Sunday, January 6, 2013

Configure Oracle Identity Manager 11.1.2.0

Configuring OIM 11.1.2.0
  1. The WebLogic Administration Server must be started. Navigate to "<OIM_DOMAIN_HOME>/bin" and execute "startWebLogic.sh".
     cd /home/oracle/Oracle/Middleware/user_projects/domains/base_domain/bin
    ./startWebLogic.sh
  2. Execute the "config.sh" located in the "<IAM_HOME>/bin/" directory.
     cd /home/oracle/Oracle/Middleware/Oracle_IDM1/bin
    ./config.sh
The screen shots given below will walk you through the process.

Step 1: Welcome


Step 2: Select All Components


Step 3: Enter Database Connection Details


Step 4: WebLogic Admin Server

Step 5 Localhost Error


Step 5


Step 6: OIM Server Host and Port


Step 7: Remote Manager


Step 8: Configuration Summary


Step 9: Configuration Progress


Step 9b


Step 10: Configuration Complete


OIM Configuration Summary One
#Provide the password for the System Administrator(xelsysadm). Valid Passwords must contain at least 6 characters, must begin with an alphabetic character, and include at least one number, one uppercase letter and one lowercase letter. Password cannot contain firstname, lastname and loginname of OIM.

OIM_ADMINISTRATOR_PASSWORD=<SECURE VALUE>

#Confirm the System Administrator(xelsysadm) password.

CONFIRM_OIM_ADMINISTRATOR_PASSWORD=<SECURE VALUE>

#Provide the HTPP Proxy URL. Format: http(s)://hostname:port

PROXY_URL_FOR_OIM=http://rayedchan:14000

#Provide the KeyStore Password. Valid passwords are 6 to 30 characters long, must begin with an alphabetic character, use only alphanumeric, underscore (_), dollar ($) or pound (#) characters and include at least one number.

KEYSTORE_PASSWORD=<SECURE VALUE>

#Confirm the KeyStore Password.

KEYSTORE_CONFIRM_PASSWORD=<SECURE VALUE>

#Provide true to enable LDAP sync. LDAP sync synchronizes Oracle Identity Manager users, roles, role membership and role hierarchy to a LDAP directory. Any direct changes in the directory will be reconciled back to Oracle Identity Manager.

SELECTION_OPTIONS_PAGE_SYNC_LDAP=false

#Provide WebLogic Managed Server hostname in which Oracle Identity Manager application is deployed.

AS_HOST_NAME=localhost

#Provide WebLogic Managed Server port in which Oracle Identity Manager application is deployed.

AS_PORT_NUMBER=14000

#Provide the service name for Remote Manager under which this Remote Manager will be registered. It is used along with Registry URL to build fully qualified service name. For e.g. rmi://host:RMI Registry Port/service name.

RM_SERVICE_NAME=RManager

#Provide the Remote Manager RMI Registry Port. RMI Registry is started on this port.

REMOTEMANAGER_RMI_REGISTRY_PORT=12345

#Provide the Remote Manager Listen Port. A Secure Socket is opened on this port to listen client requests.

REMOTEMANAGER_LISTEN_PORT=12346

[SYSTEM]

[APPLICATIONS]

[RELATIONSHIPS]

#

COMPONENT_OIM_SELECTION_ROOT=true

#Provide true to configure OIM Server.

OIM_SERVER=true

#Provide true to configure OIM Design Console.

INSTALL_OIM_DESIGN_CONSOLE=true

#Provide true to configure OIM Remote Manager.

INSTALL_OIM_REMOTE_MANAGER=true

#

IS_SERVICE_ID_USED_IN_SPECIFYODSPASSWORDPAGE=false



OIM Configuration Summary Two
Configure Only:

Applications Selected For Configuration:

OIM Server

OIM Design Console

OIM Remote Manager

No comments:

Post a Comment