Installing ALUI with Oracle 10g
Bishnu Kumar's Blog | December 13, 2007 4:43 AM
When I started working with ALUI , it took me enough time to just see the first page of ALUI(ALUI Admin Console).I really struggled to just install the ALUI with Oracle 10G on my system and configure a portal desktop.ALUI installation is not as simple as Bea weblogic portal install where you don't need to configure database manually.I was little confused with the install steps at http://edocs.bea.com/alui/ali/docs61/install/index.html but finally I was able to install the ALUI on my Microsoft Windows XP SP2 operating System.Its nowhere mentioned that the ALUI can also be installed on Windows desktop operating system.According to the edocs documents its Windwos Server operating system.But I dared to install on Windows XP Operating system.Here is the simple step by step procedure for a begineer to install ALUI on Windows system.
Enviroment:
OS : Microsoft Windows XP SP2
ALUI :AquaLogicInteraction_6-1_MP1_win
Database : Oracle 10G
AppServer : Bea Weblogic 9.2
Webserver : Apache Webserver(2.0.59)
Make sure Bea weblogic Platform 9.2,Apache web server and Oracle 10g is already installed on your local system.
Steps:
First of all create the database for ALUI portal.Here is the simple steps for creating database
(1) Open the command Prompt (Start->Run->cmd) and set the following Oracle Enviroment Variables:
set ORACLE_BASE=D:\oracle\product\10.2.0
set ORACLE_HOME=D:\oracle\product\10.2.0\db_1
set ORACLE_SID=PLUM10
Note : Don't close the command prompt till you have executed all the steps for database configuration.
(2)Install the ALUI Software :AquaLogicInteraction_6-1_MP1_win ,the install wizard will take you to complete the installtion
Few things to remember :
Domain Name : ALUIDomain
Server Name : AdminServer
Port :7001(by default it will be 8080)
(3) Follow the steps from this link on bea site http://edocs.bea.com/alui/ali/docs61/install/quickstart.html#wp1075059 from step2 onwards.Completion of these steps will result in configuarion of Oracle 10g database
(4)Verify the ALUI installation by running the portal diagnostic ,follow Start -> All Programs -> BEA -> Portal Diagnostic.This should not give any error.If error comes ,first rectify it.
(5)Now start your weblogic server by double clicking the startWebLogic.cmd at location D:\bea9.2.1\user_projects\domains\ALUIDomain\startWebLogic.cmd file
(6)At the edocs its not mentioned that you need to manually deploy the portal.ear or portal.war file from location D:\bea9.2.1\alui\ptportal\6.1\webapp.You can check whether your ALUI portal is running or not(http://myportal.domain.com/portal/server.pt).If you are not able to access this ,you need to manually deploy the portal.ear(or portal.war in case of tomcat) in the weblogic server admin console(http://localhost:7001/console).
(7)Once sucessfully deployed you must be able to access the ALUI Cosole http://myportal.domain.com/portal/server.pt
(8)Make sure your Apache Http Web Server is running otherwise the images will not be displayed while accessing the ALUI console and there will error in login.
(9)Login with the default userid Administrator without any password.
Note :The ALUI will work with Tomcat Also
If database is not configured properly ,ALUI admin console will not be shown
分享到:
相关推荐
在本文中,我们将深入探讨如何在Linux环境下安装Oracle 10G数据库系统。Oracle 10G是一款功能强大的关系型数据库管理系统,广泛应用于企业级的数据存储和管理。Linux作为开源且稳定的操作系统,是部署Oracle数据库的...
安装Oracle Database 10g在Sun Solaris 10操作系统上是一个技术性较强的步骤,"Installing Oracle Database 10 g on Sun Solaris 10 by Using RC"文档会详细指导这一过程。这通常包括硬件和软件需求分析、操作系统...
在本文中,我们将深入探讨如何在Linux环境下安装Oracle Database 11g,这是一个重要的数据库管理系统,广泛用于企业级数据存储和处理。Oracle 11g提供了高性能、高可用性和安全性,使其成为许多组织的核心数据库解决...
《在Linux环境下安装Oracle 10g的详细指南》 Oracle 10g是一款功能强大的关系型数据库管理系统,尤其在企业级应用中广泛使用。在Linux操作系统上安装Oracle 10g,不仅可以充分利用Linux的稳定性,还能享受到开源...
### 安装Oracle 10g R2在RHEL 5 & OEL 5 (x86_64)上的需求 #### 概述 本文档详细介绍了在Red Hat Enterprise Linux(RHEL)5和Oracle Enterprise Linux(OEL)5(x86_64架构)上安装Oracle 10g Release 2数据库的...
本教程主要围绕"Vmware+Oracle 10G+RAC+Red Hat AS 4.7+RAW(裸设备)installing"的主题,将详细阐述如何在虚拟环境中搭建Oracle RAC集群。以下是关键知识点的详解: 1. **Vmware**:Vmware是一款强大的虚拟化软件...
### 安装Oracle RAC 10g Release 2于Linux x86(中)的知识点解析 #### 概览与背景 Oracle Database 10g Release 2 RAC(Real Application Clusters)的安装流程旨在指导新手及有经验的用户在Linux环境下部署RAC...
This article describes the installation of Oracle Database 11g release 2 (11.2.0.3 64-bit) RAC on Linux (Oracle Linux 6.3 64-bit) using VirtualBox (4.2.6) with no additional shared disk devices. ...
标题《Installing Oracle 11g Release 2 Enterprise Edition》和描述中提到的内容,强调的是安装Oracle 11g R2 EE版数据库软件的过程和注意事项。在这个过程中,首先需要了解的是,官方不推荐在生产环境中使用Oracle...
在本文中,我们将深入探讨如何在Linux x86平台上安装Oracle RAC 10g Release 2。这个过程适用于评估目的,旨在为初次接触Linux和/或Oracle的用户提供基础指导。我们将逐步介绍从零开始安装Oracle RAC软件的整个过程...
- Requirements for Installing Oracle 11g R2 RDBMS on RHEL (and OEL) 5 on AMD64/EM64T。 #### 三、Oracle 11g的安装 1. **安装流程**: - 运行Oracle Database安装程序。 - 配置单点登录(Single Sign-On)...
从压缩包文件`Installing Oracle9i on RedHat Linux 7_2, 7_3, 8_0, 9, AS 2_1, 3_0 (Red Hat Enterprise Advanced Server 3 - RHEL AS 3) (Oracle database installation, install Oracle software).htm`中,我们...
installing oracle on rhel 5 linux
linux 下Oracle9i 安装
在深入探讨如何逐步安装Oracle RAC 11gR2于Linux系统上的过程中,我们首先应当理解该版本中引入的一些新概念与特性,这将有助于更有效地进行部署和管理。 ### 1. 新概念概览 #### 1.1 SCAN(Single Client Access ...
在IT行业中,数据库管理系统是至关重要的,而Oracle数据库系统作为其中的佼佼者,被广泛应用于企业级的数据存储和管理。本教程将详述如何在Red Hat Linux操作系统上安装Oracle 9i,这对于那些需要在Linux环境下搭建...
[Packt Publishing] Oracle Goldengate 11g 开发技巧大全 (英文版) [Packt Publishing] Oracle Goldengate 11g Complete Cookbook (E-Book) ☆ 图书概要:☆ Over 60 simple and easy-to-follow recipes to ...
《Oracle Database 10g OCM Exam Preparation Workshop Student Guide Volume 1》是Oracle官方为准备OCM(Oracle Certified Master)认证考试的专业人士提供的一份详尽的培训资料。该资料聚焦于Oracle Database 10g...