Integrating the Oracle Internet Directory with the SRC Software
The tasks to integrate the Oracle Internet Directory software with the SRC software are:
- Installing Oracle Internet Directory to Integrate with the SRC Software
- Running the Load Script for the Oracle Internet Directory Integration
Installing Oracle Internet Directory to Integrate with the SRC Software
For information about the Oracle Internet Directory component of Oracle Application Server 10g, see the Oracle Web site at:
http://www.oracle.com/appserver/index.html
Before You Install Oracle Internet Directory
Before you install Oracle Internet Directory, complete the following tasks from Solaris Management Console. You can start Solaris Management Console by using the command usr/sadm/bin/smc.
- Create a new group
oinstall
to identify users who have privileges to install Oracle Internet Directory.- Create a new user named
oracle
with the passwordadmin123
who belongs to the oinstall group.Specifying Configuration Values During Installation
To install and configure Oracle Internet Directory, see the documentation for the product. During the installation, enter values in the installation program for the configuration fields described in the following list. Complete values for other fields as required for your environment.
- Components to install—Component group that includes the Internet Directory and the metadata repository; for example, Identity Management and Metadata Repository.
- NameSpace in the Oracle Internet Directory—UMC
- Database naming values for the global database name and the Oracle System Identifier (SID)—Values that comply with a domain name. For example, for a Juniper domain you could specify a global database name of sdxdb.juniper, and an SID of sdxdb.
- Database character set—Unicode (UTF-8)
- Database schema passwords for SYS, SYSTEM, SYSMAN, and DBSNMP—admin123
- Instance name and password:
If you are setting up a redundant configuration, see the documentation for Oracle Internet Directory.
Verifying Directory Settings
After you install Oracle Internet Directory, the LDAP server and the database instance are running. Verify the configuration values for port that the directory uses, the superadministrator DN, and the password.
To verify configuration information:
- Open the <ORACLE_HOME>/OraHome1/install/portlist.ini file.
- Verify that the following values are set in the file:
- Oracle Internet Directory port—389
- DN for superadministrator—cn=orcladmin
- Password for superadministrator—admin123
Running the Load Script for the Oracle Internet Directory Integration
You integrate Oracle Internet Directory with the SRC software by running the load command for the Oracle Internet Directory add-on package. Before you run this command the add-on package must be installed on the system on which Oracle Internet Directory runs. For information about installing the package, see SRC-PE Getting Started Guide, Chapter 33, Installing the SRC Software on a Solaris Platform.
If the load script does not encounter any errors, you receive a message that indicates that the script set the Oracle Internet Directory home directory. This message also lists the DN for superadministrator, password for superadministrator, and Oracle Internet Directory port. Otherwise, messages notify you of errors detected.
For information about the tasks that the script completes, see About the Oracle Internet Directory Add-On Package.