OAM及OIM安装详细过程

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

OAM及OIM安装详细过程一.安装产品

虚拟机:VMware8

系统:Oracle Enterprise Linux5.564位

介质:Oracle database11.2.0

JDK_1.6.0.24

OID_11.1.1.5.0

OAM_11.1.1.5.0

WebTier_11.1.1.5.0

Webgate_11.1.1.5.0

SOA_11.1.1.5.0

OIM_11.1.1.5.0

二.OAM安装及配置步骤

1.安装数据库

创建oracle用户及用户组

[root@localhost~]#useradd oracle

[root@localhost~]#passwd oracle(输入密码)

[root@localhost~]#groupadd oinstall

[root@localhost~]#groupadd dba

[root@localhost oracle]#mkdir odrive

[root@localhost oracle]#mkdir install

[root@localhost oracle]#usermod-g oinstall-G dba oracle

[root@localhost oracle]#chown-R oracle:oinstall/home/oracle/odrive

修改hosts文件:

[root@localhost oracle]#vi/etc/hosts

127.0.0.1localhost.localdomain localhost

::1localhost6.localdomain6localhost6

idmtest

修改网络并重启

[root@localhost~]#vi/etc/sysconfig/network

HOSTNAME=

启动数据库安装

[oracle@idmtest database]$pwd

/home/oracle/install/database

[oracle@idmtest database]$./runInstaller

(注:如果Checking monitor:没有通过,则要安装VM-tool)

按图示步骤进行

正确的Oracle Base为:/home/oracle/odrive/db11g

正确的组名为:oinstall

正确的ORACLE_SID:buy360

Database Operator(OSOPER)Group:oinstall

先决条件检查:

(1).点击fix and check again,按提示执行脚本

(2).载入系统安装盘,进入到Server目录,安装先决条件中检查失败的包

(3).Swap Size问题选择忽略

(4).继续安装

安装完成后执行安装后脚本

修改.bah_profile文件

[oracle@idmtest~]$vi.bash_profile

#.bash_profile

#Get the aliases and functions

if[-f~/.bashrc];then

.~/.bashrc

fi

#User specific environment and startup programs

PATH=$PATH:$HOME/bin

export PATH

ORACLE_HOME=/home/oracle/odrive/db11g/product/11.2.0/dbhome_1 export ORACLE_HOME

PATH=$ORACLE_HOME/bin:$PATH

export PATH

保存后执行:

[oracle@idmtest~]$source.bash_profile

关闭防火墙

[root@idmtest~]#vi/etc/selinux/config

#This file controls the state of SELinux on the system.

#SELINUX=can take one of these three values:

#enforcing-SELinux security policy is enforced.

#permissive-SELinux prints warnings instead of enforcing.

#disabled-SELinux is fully disabled.

SELINUX=disabled

#SELINUXTYPE=type of policy in use.Possible values are:

#targeted-Only targeted network daemons are protected.

#strict-Full SELinux protection.

SELINUXTYPE=targeted

启动监听器

[oracle@idmtest~]$lsnrctl start

如果报错,提示libclntsh.so.11.1找不到或者有问题,解决方法:

[root@idmtest~]#chcon-t texrel_shlib_t/home/oracle/odrive/db11g/product/

11.2.0/dbhome_1/lib/libclntsh.so.11.1

查看监听器状态

[oracle@idmtest~]$lsnrctl status

LSNRCTL for Linux:Version11.2.0.1.0-Production on14-MAY-201220:17:20

Copyright(c)1991,2009,Oracle.All rights reserved.

Connecting to(ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))

STATUS of the LISTENER

------------------------

Alias LISTENER

Version TNSLSNR for Linux:Version11.2.0.1.0-Production

Start Date14-MAY-201220:15:50

Uptime0days0hr.1min.32sec

Trace Level off

Security ON:Local OS Authentication

SNMP OFF

Listener Log File /home/oracle/odrive/db11g/product/11.2.0/dbhome_1/log/diag/tnslsnr/idmtest/listener/alert/log.xm l

Listening Endpoints Summary...

(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))) The listener supports no services

The command completed successfully

创建数据库实例

相关文档
最新文档