Posts by admin:
Oracle Identity Manager: Installation
This is just a resume of I what did following the Oracle Identity Manager Installation Guide.
Installing Oracle Identity Manager on Windows.
1 – Installing WebLogic
2 – Creating a WebLogic Domain, User, and Group for Oracle Identity Manager
Launch the WebLogic Configuration Wizard
Oracle WebLogic > WebLogic Server 11gR1 > Tools > Configuration Wizard
Select the Create a new WebLogic domain
Generate a domain configured automatically to support the following products:
Basic WebLogic Server Domain
Enter a domain name and location
Enter a user name, password, and confirm the password for the domain.
Select either Development Mode
Select the Sun SDK 1.6.0_14
Exit the Configuration Wizard after the domain is created
3 – Start the WebLogic application server
Oracle WebLogic > User Projects > <domain_name> > Start Admin Server
4 – Create user and Group
Log in to the WebLogic Admin Console using your new account by pointing a web browser to the following url:
http://<hostname>:7001/console
User: weblogic
Select Security Realms, then myrealm, and then User and Groups
Create a Group:
Name: User
Description <optional>
Create a User
Name: Internal
Group: User
5 – Installing Oracle 10g Release 2
10201_database_win32.zip
10201_database_win32/database/setup.exe
Basic installation
6 – Create the database
Use the Database Configuration Assistant (DBCA) tool to create the database
Oracle – OraDB110g_home1 > Configuration and Migration Tools > Database Configuration Assistant
Set the database character to AL32UTF8
7 – Prepare the database
prepare_xl_db.bat
oracle_identity_manager_9101\OIM9101\installServer\Xellerate\db\oracle\prepare_xl_db.bat
prepare_xl_db.bat <ORACLE_SID> <ORACLE_HOME> <XELL_USER> <XELL_USER_PWD> <TABLESPACE_NAME> <DATAFILE_DIRECTORY> <DATAFILE_NAME> <XELL_USER_TEMP_TABLESPACE> <SYS_USER_PASSWORD>
XELL Name of the database
C:\oracle\ora92 Directory where the Oracle database is installed
xladm Name of the Oracle Identity Manager user to be created
xladm Password for the Oracle Identity Manager user
xeltbs Name of the tablespace to be created
C:\oracle\oradata Directory where the datafiles will be placed
xeltbs_01 Name of the datafile (you do not need to give .dbf extension)
TEMP Name of the temporary tablespace that already exists in your database
manager Password for the SYS user
prepare_xl_db.bat XELL D:\ORACLE\PRODUCT\10.2.0\ORADATA\ xladm <password_xladm> xeltbs C:\oracle\oradata xeltbs_01 TEMP <password_SYSMAN>
8 – Installing Oracle Identity Manager
oracle_identity_manager_9101.zip
oracle_identity_manager_9101\OIM9101\installServer\setup_server.exe
Enter the new xelsysadm password.
Select Oracle Identity Manager
Select <xeldirectory>
Select Oracle Database
Enter your Oracle connection data
localhost
1521
XELL
xladm
<password_xladm>
Enter your weblogic configuration
9 – Run the Server
<xeldirectory>\xellerate\bin\xlStartServer.bat
Oracle Bea Tuxedo: Configuration
See Oracle Bea Tuxedo: Introduction. The Oracle Bea Tuxedo configuration file is tuxconfig found in $BEA_TUXEDO/config. This file has an ASCII version, which you are going to modify to configure your Tuxedo middleware. ubbconfig is divided in sections: Resources, Machines, Groups, Netgroups, Networks, Servers and Services. I’m going to give a brief resume of the [...]
Oracle Bea Tuxedo: Introduction
Tuxedo (Transactions for Unix, Extended for Distributed Operations) is a middleware platform used to manage distributed transaction processing in distributed computing environments. Tuxedo is a transaction processing system or transaction oriented middleware, or enterprise application server for C, C++, and COBOL. BEA Tuxedo provides the framework, or middleware, for building scalable multi-tier client/server applications in [...]