Oracle® Identity Manager Installation and Upgrade Guide for WebLogic Release 9.0 B28761-01 |
|
![]() Previous |
![]() Next |
This chapter explains the following tasks that you must perform before installing Oracle Identity Manager on WebLogic:
"Creating a WebLogic Domain, User, and Group for Oracle Identity Manager"
(Optional and for Solaris only) "Preparing to Install Oracle Identity Manager as a Non-Root User on Solaris"
Note: Follow the instructions in Chapter 10, "Deploying in a Clustered WebLogic Configuration" if you are deploying WebLogic in an application server cluster with managed servers. |
After completing the tasks in this chapter, you must install and configure a database by following the steps in Chapter 5, "Database Setup" on page 21 before installing Oracle Identity Manager.
Perform a default (complete) installation of WebLogic. Refer to WebLogic documentation for detailed procedures.
Before you install Oracle Identity Manager on WebLogic, you must create a WebLogic domain, user, and group for Oracle Identity Manager. Use the following procedure to create a WebLogic domain, user, and group for Oracle Identity Manager by performing the steps specific to your operating system:
Launch the WebLogic Configuration Wizard:
Windows:
Start the Configuration Wizard from the Start menu by selecting BEA WebLogic Platform 8.1>Configuration Wizard.
UNIX
Go to the WebLogic bin directory:
cd <WEBLOGIC_HOME>/weblogic81/common/bin
Start the Configuration Wizard using the following command:
sh config.sh
Perform the following steps from the Configuration Wizard:
Select the Create a new WebLogic configuration option.
Select the Basic WebLogic Server Domain template.
Select the Express Mode option.
Enter a user name, password, and confirm the password for the domain.
Note: This is the account used for Oracle Identity Manager. Make note of the user name and password because you must provide this information when installing Oracle Identity Manager. |
Select either Development Mode or Production Mode.
Select the Sun SDK.
Change the location or name of the domain configuration if desired.
Exit the Configuration Wizard after the domain is created
Start the WebLogic Admin server:
Windows:
Start the WebLogic Admin server from the Start menu by selecting BEA WebLogic Platform 8.1>User Projects><domain name>>Start Server.
UNIX:
Go to the WebLogic user_projects/domains directory. For example:
cd <WEBLOGIC_HOME>/user_projects/domains/
Go to the directory of the domain you just created using the Configuration Wizard. For example:
cd <domain name>
Start the WebLogic Admin server using the following command:
sh startWebLogic.sh
Log in to the WebLogic Admin Server Console using your new account by pointing a web browser to the following url: http://<hostname>:7001/console
Select Security>Realms>myrealm>Groups from the navigation panel on the left.
Select the Configure a new Group link in the Groups page.
Enter User for the group name in the Name field under the General tab and optionally enter a description for the group. Click Apply.
Note: The group name User is case-sensitive. |
Select Security>Realms>myrealm>Users from the navigation panel on the left.
Select the Configure a new User link in the Users page.
Enter Internal for the user name in the Name field under the General tab and optionally enter a description for the user.
Note: The user name Internal is case-sensitive. |
Enter and confirm a password associated with the user name Internal and click Apply.
Select the Groups tab.
Add the User group to the list of Current Groups for the Internal user by selecting User from the list of Possible Groups and clicking the --> right arrow button. Click Apply.
Installing Oracle Identity Manager as a non-root user on a WebLogic application server running on Solaris requires certain permissions. Verify the following before attempting to install Oracle Identity Manager as a non-root user on a WebLogic application server running on Solaris:
Verify the operating system user account installing Oracle Identity Manager has the following:
Write and execute permissions on the specific WebLogic Domain directory
(optional) Write permission on the WebLogic lib and lib/mbeantypes directories