Skip Headers
Oracle® Identity Manager Installation and Upgrade Guide for JBoss
Release 9.0
B25938-01
  Go To Documentation Library
Home
Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

6 Installing Oracle Identity Manager Server on Windows

This chapter explains how to install Oracle Identity Manager on Windows. You must install the Oracle Identity Manager server on systems running the application server. Oracle Identity Manager components such as the Remote Manager and Design Console can be installed on separate systems. Each component has its own installer.


Caution:

DO NOT use a remote client tool such as PCAnywhere to install Oracle Identity Manager products.

Oracle Identity Manager Components

Oracle Identity Manager for Windows includes the following components:

All components use a single database schema. Oracle Identity Manager documentation is also installed with each component.

Installing the Database Schema

As part of the installation, the Oracle Identity Manager installer loads a schema into your database. You only install the database schema once. It is installed the first time you run the Oracle Identity Manager installer. Each subsequent time you run the installer to deploy other Oracle Identity Manager components you enter information about the database connection to configure the component for the same schema. Contact your database administrator (DBA) for details on your database.


Note:

During the schema installation, a corresponding log file is created under the <XL_HOME>\logs\ directory.

Installing Documentation

The Oracle Identity Manager documentation is installed automatically under the <XL_HOME> directory. No special input is required. A full documentation set is installed with each Oracle Identity Manager component.

Installing the Oracle Identity Manager Server on Windows

This section describes how to install the Oracle Identity Manager server on a computer running Microsoft Windows.

To install the Oracle Identity Manager server on a Windows host:

  1. If you are using SQL Server as your database, before installing the Oracle Identity Manager server be sure to copy the following three files located in C:\Program Files\<Microsoft SQL Server 2000 Driver for JDBC>\lib\ to the <JBOSS_HOME>\server\default\lib\ directory and add the driver location to the system CLASSPATH environment variable:

    • mssqlserver.jar

    • msbase.jar

    • msutil.jar

  2. Insert the Oracle Identity Manager Installation CD into your CD-ROM drive.

  3. From Windows Explorer, access the installServer directory on the installation CD and double-click the setup_server.exe file.

  4. On the Welcome Message screen, click Next.

  5. On the Oracle Identity Manager Application Options screen, select to install one of the following applications, and then click Next:

    • Oracle Identity Manager

    • Oracle Identity Manager with Audit and Compliance Module


      Important:

      Do not install Oracle Identity Manager on top of an existing Oracle Identity Manager installation. For each new installation, use a different home directory. If you want to reuse the same name of an existing Oracle Identity Manager home directory, then backup your original Oracle Identity Manager home by renaming that directory.Remember at all times that all Oracle Identity Manager components must be installed in different home directories. For example, you cannot install the Remote Manager in the same directory as the Oracle Identity Manager server.

  6. After the Target directory screen appears, complete one of the following bulleted actions:

    • The default directory for the Oracle Identity Manager server is C:\Oracle. To install the Oracle Identity Manager server into this directory, click Next.

    • To install the Oracle Identity Manager server into another directory, enter the path in the Directory field, then click Next.

      or

      Click Browse, navigate to the desired location, then click Next.


    Note:

    If the directory path does not exist, the Base Directory settings text box appears. Click OK. Oracle Identity Manager creates this directory for the Oracle Identity Manager server. If you do not have write permission to create the default directory for the Oracle Identity Manager server, a popup appears informing you that the installer could not create the directory. Click OK to dismiss the popup, then contact your System Administrator to obtain the appropriate permissions.

  7. On the Database Server Selection page, specify either Oracle or SQL Server as the type of database you are using with Oracle Identity Manager and click Next.

  8. On the Database Information page, provide all database connectivity information required to install the database schema. You install this schema just once, as part of your initial Oracle Identity Manager installation. Thereafter, you configure all the other Oracle Identity Manager components to point to this common schema.


    Note:

    To install against an existing database, verify that this version of Oracle Identity Manager supports your existing database version.When Oracle Identity Manager is installed against an existing database, the .xldatabasekey file from the earlier Oracle Identity Manager installation must be copied to the new <XL_HOME>\xellerate\config directory. You should create the \config directory in the new <XL_HOME>\xellerate\ path if it does not already exist.

    Enter the following database information:

    • In the host field, enter the host name or the IP address of the computer on which the database resides.

    • In the PORT field, enter the port number on which the database listens for connections. The default port is 1521 for Oracle and 1433 for SQL Server.

    • In Database SID field, enter the name of the database instance.

    • In the User Name field, enter the user name of the database account you created for Oracle Identity Manager.

    • In the Password field, enter the Oracle Identity Manager database user password.

    • Click Next to commit these settings.


      Note:

      When setting the preceding items, refer to the configuration settings specified in "Setting Up the Oracle Database" or "Setting Up the SQL Server" to be sure you set consistent information.

      The installer checks for database connectivity as well as the existence of a database schema. A success or failure page appears, depending on the results of the test.

    • Select the appropriate database options:

      • If a database exists, and the connectivity is good, proceed to Step 9.

      • If no connectivity is detected, you are prompted to enter new information or to fix the connection. Click Next after entering new information or fixing the connection.

  9. On the Authentication Information page, select either the Oracle Identity Manager Default Authentication or SSO (Single Sign On) Authentication option. If you select SSO authentication, you must provide the header value in the field. Click Next after providing the header value.

  10. On the Application Server Selection page, select JBoss, then click Next.

  11. On the Cluster Information page, specify the server configuration (clustered or non-clustered). Select No (non-clustered) and click Next.


    Important:

    If you are deploying in a clustered environment, select Yes, enter the unique partition name, and see Chapter 10, "Deploying in a Clustered JBoss Configuration" for more information.

  12. On the Application Server Information page, enter the information pertaining to your application server and Java installation:

    1. Type the path to your application server installation

      or

      Navigate to your application server installation

    2. Type the path to your JDK directory

      or

      Navigate to your JDK directory


      Note:

      If you enter an invalid directory, an error message appears.

    3. Click Next.

  13. Backup your application server when the Application Server Configuration Backup screen appears, then click Next to initiate server installation.

  14. If the installer detects an existing database, you can choose to use that database. Select Yes, then click Next. If the existing database is not encrypted, you are prompted to encrypt it. Select Yes, then click Next.

  15. The Summary screen appears. Click Install to install the application.

  16. The Completed screen appears. Click Finish to exit the installer.

After installing the Oracle Identity Manager server, perform the steps in Chapter 8, "Post-Install Configuration for Oracle Identity Manager Server and JBoss" to continue the installation process.