Skip Headers
Oracle® Identity Manager Installation and Configuration Guide for JBoss Application Server
Release 9.1.0.1

Part Number E14046-03
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

2 Planning the Installation

Oracle recommends that you familiarize yourself with the components required for deployment before installing Oracle Identity Manager. Oracle also recommends that you install and use the Diagnostic Dashboard to ensure that your system is ready for Oracle Identity Manager installation. See "Using the Diagnostic Dashboard" for details of installing the Diagnostic Dashboard.

A basic Oracle Identity Manager installation consists of the following:

This chapter contains the following topics:

2.1 Host Requirements for Oracle Identity Manager Components

This section lists the minimum host system requirements for the various components in an Oracle Identity Manager environment.

Note:

See Oracle Identity Manager Readme for the requirements and supported configurations specific to each release of Oracle Identity Manager.

You must obtain the enterprise versions of the application server and database software, complete with valid licenses. Oracle Identity Manager does not include this software.

The Oracle Identity Manager installation program might conflict with other installed applications, utilities, or drivers. Try to remove all nonessential software and drivers from the computer before installing Oracle Identity Manager. This practice also ensures that the database schema can be created on the database host.

2.1.1 Oracle Identity Manager Server (Host) Requirements

Table 2-1 lists the minimum host requirements for Oracle Identity Manager and the guidelines for a basic installation.

Table 2-1 Oracle Identity Manager Server Requirements

Server Platform Item

Microsoft Windows and Linux

  • Processor type: Intel Xeon or Pentium IV

  • Processor speed: 2.4 GHz or higher, 400 MHz FSB or higher

  • Number of processors: 1

  • Memory: 2 GB for each Oracle Identity Manager instance

  • Hard disk space: 1 GB (initial size)

Solaris

  • Server: Sun Fire V210

  • Number of processors: 1

  • Memory: 2 GB for each Oracle Identity Manager instance

  • Hard disk space: 1 GB (initial size)


2.1.2 Database Server Host Requirements

Table 2-2 provides sample database host requirements for some supported operating systems. The information in this table should be considered only as a guideline. See the database documentation for specific database host requirements.

Table 2-2 Sample Database Server Host Requirement

Database Server Platform Item

Microsoft Windows and Linux

  • Processor type: Intel Xeon

  • Processor speed: 2.4 GHz or higher, 400 MHz FSB or higher

  • Number of processors: 2

  • Memory: 4 GB total or 2 GB for each CPU

  • Hard disk space: 40 GB (initial size) for Windows, 20 GB (initial size) for UNIX

Solaris

  • Server: Sun Fire V250

  • Number of processors: 2

  • Memory: 4 GB total or 2 GB for each CPU

  • Hard disk space: 40 GB (initial size)

  • Number of hard disks: 1 disk


2.1.3 Design Console Host Requirements

Table 2-3 lists the minimum host requirements for the Oracle Identity Manager Design Console.

Table 2-3 Design Console Host Requirements

Design Console Platform Item

Microsoft Windows

  • Processor type: Intel Pentium IV

  • Processor speed: 1.4 GHz or higher

  • Number of processors: 1

  • Memory: 512 MB

  • Hard disk space: 300 MB


2.1.4 Remote Manager Host Requirements

Table 2-4 lists the minimum host requirements for the Oracle Identity Manager Remote Manager.

Table 2-4 Remote Manager Host Requirements

Remote Manager Platform Item

Microsoft Windows and Linux

  • Processor type: Intel Pentium IV

  • Processor speed: 1.4 GHz or higher

  • Number of processors: 1

  • Memory: 512 MB

  • Hard disk space: 1 GB

Solaris

  • Server: Sun Fire V100 Server

  • Number of processors: 1

  • Memory: 512 MB

  • Hard disk space: 10 GB

AIX

  • Processor type: PowerPC

  • Number of processors: 1

  • Memory: 512 MB

  • Hard disk space: 10 GB


2.2 Planning for Non-English Oracle Identity Manager Environments

If you are deploying Oracle Identity Manager components in non-English environments, then review the following guidelines and requirements:

2.3 Installation Worksheet

Table 2-5 provides information about the configuration attributes that you must set during Oracle Identity Manager installation. Print this worksheet and use it to take notes during the installation. Enter information specific to your installation in the User Selection column.

Table 2-5 Installation Worksheet

Item Default User Selection

The base directory for installing Oracle Identity Manager

Microsoft Windows: C:\oracle

UNIX: opt/oracle

 

The name or IP address of the computer where the Oracle Identity Manager database is installed

No default value

 

The TCP port number on which the database listens for connections

1433 for Microsoft SQL Server

1521 for Oracle Database

 

The name of the database for your installation

No default value

 

The name and password of the database account that Oracle Identity Manager uses to access the database

No default value

 

The JDK installation directory

Microsoft Windows: C:\j2sdkversion

UNIX: /opt/j2sdkversion

 

The JBoss Application Server installation directory

Microsoft Windows: C:\jboss-version

UNIX: /opt/jboss-version

 

2.4 Using the Diagnostic Dashboard

The Diagnostic Dashboard is a Web application that runs on the application server. It checks your preinstallation and postinstallation environments for components required by Oracle Identity Manager. Oracle recommends that you install the Diagnostic Dashboard before installing Oracle Identity Manager.

2.4.1 Installing the Diagnostic Dashboard

The Diagnostic Dashboard files are located in the DiagnosticDashboard directory on the Oracle Identity Manager Installer media.

You must deploy the Diagnostic Dashboard Web application on your application server. For more information, see Oracle Identity Manager Administrative and User Console Guide.

Before you start using the Diagnostic Dashboard, you must perform the following steps:

  1. Download the latest commons-discovery.jar file from the following Web site

    http://www.java2s.com

  2. Copy the JAR file to the following folder:

    For a nonclustered environment:

    JBOSS_HOME\server\default\lib

    For a clustered environment:

    JBOSS_HOME\server\all\lib

Note:

If you install the Diagnostic Dashboard application on JBoss Application Server before you install Oracle Identity Manager, you might encounter an exception when you start JBoss Application Server. To avoid this exception, set the UseJBossWebLoader property in the JBOSS_HOME\server\default\deploy\jboss-web.deployer\META-INF\jboss-service.xml file to true.

2.4.2 Verifying Your Preinstallation Environment

You can use the Diagnostic Dashboard to verify that the components required to install Oracle Identity Manager are present:

  • A supported Java Virtual Machine (JVM)

  • A supported database

  • Microsoft SQL Server JDBC libraries (only if you use Microsoft SQL Server)

See Also:

Oracle Identity Manager Administrative and User Console Guide for information about the Diagnostic Dashboard