LINUX5+ASM+ORACLE11.2.0.3.0安装手册



一、安装需知:

1、数据库版本和grid版本号要一致

2、grid版本比oracle版本低,需要升级grid版本,否则dbca失败。

3、本实验采用oracle11.2.0.3.0

4、本实验最先采用grid[11.2.0.1.0],最后又升级到grid[11.2.0.3.0]

5、系统采用linux RED5,linux6就不要用了,6不支持asmlib内核。

第2、4、5点需要注意。

二、系统环境:

操作系统版本:

[[email protected] ~]# uname -r

2.6.18-53.el5xen

[[email protected] ~]# uname -a

Linux red1 2.6.18-53.el5xen #1 SMP Wed Oct 10 16:48:44 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux

数据库版本:

SQL> select * from v$version;

BANNER

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

Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production

PL/SQL Release 11.2.0.3.0 - Production

CORE    11.2.0.3.0      Production

TNS for Linux: Version 11.2.0.3.0 - Production

NLSRTL Version 11.2.0.3.0 - Production

查看grid版本---需要升级:

[[email protected] bin]$ crsctl query has softwareversion

Oracle High Availability Services version on the local node is [11.2.0.1.0]

grid版本---升级后的:

[[email protected] bin]$ crsctl query has softwareversion

Oracle High Availability Services version on the local node is [11.2.0.3.0]

grid升级到[11.2.0.3.0]

查看grid版本:

[[email protected] bin]$ crsctl query has softwareversion

Oracle High Availability Services version on the local node is [11.2.0.1.0]

升级到11.2.0.3.0

下载地址:

http://blog.csdn.net/tanguooo19866/article/details/8568357

升级包:https://updates.oracle.com/Orion/Services/download/p10404530_112030_Linux-x86-64_3of7.zip?aru=14125322&patch_file=p10404530_112030_Linux-x86-64_3of7.zip

升级手段:建立新的安装目录,需要足够的磁盘空间安装grid软件。2g足够!

1解压:p10404530_112030_Linux-x86-64_3of7.zip

2、验证

建立grid新目录,并切换到升级包目录,执行:

./runcluvfy.sh stage -pre crsinst -upgrade -n red1 -rolling -src_crshome /opt/grid  -dest_crshome /opt/grid_11.2.0.3 -dest_version 11.2.0.3.0 -fixup -fixupdir /opt/grid_update_package

./runcluvfy.sh stage -pre crsinst -upgrade -n red1  -src_crshome /opt/grid  -dest_crshome /opt/grid_11.2.0.3 -dest_version 11.2.0.3.0 -fixup -fixupdir /opt/grid_update_package

[[email protected] grid]$ ./runcluvfy.sh stage -pre crsinst -upgrade -n red1 -src_crshome $ORACLE_HOME -dest_crshome /opt/grid_11.2.0.3 -dest_version 11.2.0.3.0 -fixup -fixupdir /tmp -verbose

Performing pre-checks for cluster services setup

Checking node reachability...

Check: Node reachability from node "red1"

Destination Node                      Reachable?

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

red1                                  yes

Result: Node reachability check passed from node "red1"

Checking user equivalence...

Check: User equivalence for user "grid"

Node Name                             Status

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

red1                                  failed

Result: PRVF-4007 : User equivalence check failed for user "grid"

ERROR:

User equivalence unavailable on all the specified nodes

Verification cannot proceed

Pre-check for cluster services setup was unsuccessful on all the nodes.

[[email protected] grid]$

启动图形界面安装,选择update,点下一步就成。

最后执行1个root脚本,选择y覆盖目录,提示

CRS-4664: Node red1 successfully pinned.

Replacing Clusterware entries in inittab

Replacing Clusterware entries in inittab

red1     2014/08/04 11:55:21     /opt/grid_11.2.0.3/cdata/red1/backup_20140804_115521.olr

red1     2014/08/01 15:39:17     /opt/grid/cdata/red1/backup_20140801_153917.olr

Successfully configured Oracle Grid Infrastructure for a Standalone Server

安装完成后修改环境变量到新目录。

修改环境变量:

验证新版本:

[[email protected] ~]$ crsctl query has softwareversion

Oracle High Availability Services version on the local node is [11.2.0.3.0]

LINUX5+ASM+ORACLE11.2.0.3.0安装手册

时间: 2024-11-17 01:43:00

LINUX5+ASM+ORACLE11.2.0.3.0安装手册的相关文章

Oracle11.2.0.4 RAC安装文档

1 环境配置 参考官方文档<Grid Infrastructure Installation Guide for Linux> 1.1 软件环境 操作系统: [[email protected] ~]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.2 (Santiago) [[email protected] ~]# uname -a Linux howe1 2.6.32-220.el6.i686 #1 S

oracle-11.2.0.4静默安装----RedHat7.5

1.配置/etc/hosts文件和关闭seliux和firewall防火墙 编辑/etc/hosts文件 [[email protected] ~]# vim /etc/hosts [[email protected] ~]# cat /etc/hosts 192.168.10.50 henry 禁用selinux [[email protected] ~]# vim /etc/selinux/config [[email protected] ~]# cat /etc/selinux/conf

RAC分解步骤之一,在oracle linux 4u4上安装oracle 10.2.0.1.0操作日志

练习oracle的rac组建过程,第一步,先练习4u4上安装oracle 10.2.0.1.0.直接安装rac,有些难度.从简单的做起.总RAC步骤,参照小布老师的RAC组建. 1. 启动vc,登陆vsphere 5.1 , 2. 新建一个虚拟机,Redhat 4 32bit 兼容的虚拟机,内存1G,硬盘30G.移除软驱,把光驱选择为ISO镜像文件. 3. 启动虚拟机,选择英文,选择美式键盘,选择custom,选择自己手动分区.分区为2个,一个swap,2100M,强制主分区,另一个为ext3,

oracle11.2.0.3.0 RAC aix7100-02-02-1316 crs-4124,crs-4000错误问题解决

原因: 在测试机上首次安装oracle11G RAC,安装完成后正常使用,过了一段时间后重启节点1测试是否可以自启动,解决节点1没有自启动,手工启动也无法启动 过程: 在节点一上运行: # pwd /u01/grid/bin # ./crsctl start crs CRS-4124: Oracle High Availability Services startup failed. CRS-4000: Command Start failed, or completed with errors

rhel7.4安装oracle 11G 11.2.0.4.0 RAC

一.操作系统 red hat 7.4oracle数据库版本11.2.0.4oracle grid版本11.2.0.4对应的文件p13390677_112040_Linux-x86-64_1of7.zip - database softwarep13390677_112040_Linux-x86-64_2of7.zip - database softwarep13390677_112040_Linux-x86-64_3of7.zip - grid software IP地址规划:DNS serve

Oracle 11.2.0.4静默安装软件和创建数据库

在没有图形界面的情况时,安装Oracle数据库软件和创建数据库就只能使用命令行的方式进行. 本文假设安装的前提条件都已经配置好. 一.静默安装数据库软件 1.准备参数文件 这个参数文件是用于安装软件使用的,里边配置了需要安装的版本.语言.ORACLE_HOME等信息. 这个文件的模版在database/response目录下的db_install.rsp,文件中的各个参数作用参考http://docs.oracle.com/cd/E11882_01/em.112/e12255/oui3_resp

微信小程序(原名微信应用号)开发工具0.9版安装教程

微信小程序全称微信公众平台·小程序,原名微信公众平台·应用号(简称微信应用号) 声明 微信小程序开发工具类似于一个轻量级的IDE集成开发环境,目前仅开放给了少部分受微信官方邀请的人士(据说仅200个名额)进行内测,因此目前未受到邀请的人士只能使用破解版: 本破解版资源来自于网上,与本人无关,仅供技术开发人员研究之用: 由于尚属内测阶段,因此迭代更新非常快,后续很可能由于升级而导致暂时无法使用.   特别注意 由于目前发布的0.9版本必须验证才能登录(估计是为了验证是否为内测人士),因此必须先下载

ubuntu14.04 PCL1.8 OPENNI2.0 OPENCV3.0安装小结

最近入手NvidiaTegra 1 开发板,ARM架构的,做室内三维重建用.今天就讲讲的PCL 1.8+ OPENCV3.1 + OPENNI2.0在ubuntu14.04 上的安装与编译. 更新ubuntu的armhf源,修改source.list,中科大的快! deb http://mirrors.ustc.edu.cn/ubuntu-ports/ trusty main restricted universe multiverse deb http://mirrors.ustc.edu.c

jira 6.0.7 linux安装

1. 相关下载 1.JDK下载:http://www.oracle.com/technetwork/java/javase/downloads/index.html 2.Mysql驱动下载:http://dev.mysql.com/downloads/connector/j 3.Mysql下载:http://dev.mysql.com/downloads/mysql/#downloads 4.Jira下载:http://www.atlassian.com/software/jira/JIRADo