rac升级opatch包

  1. 补丁包

ORACLE的补丁包查找

id为1454618.1的文档直接加载进入。

OPatch下载地址:

https://updates.oracle.com/download/6880880.html

网上指南:

http://www.mamicode.com/info-detail-1161159.html

  1. Opatch包

p21523375_112040_Linux-x86-64.zip  p6880880_112000_Linux-x86-64.zip

复制到ORACLE目录下

/home/oracle/opatch_toad/

    1. 重命名原有的Opatch包

使用root 用户

到grid的ORACLE_HOME目录下,

执行如下

#mv Opatch Opatchbk

到oracle的ORACLE_HOME目录下,

执行如下

#mv Opatch Opatchbk

PS:可以通过 ./patch version查看opatch补丁如下:

[grid@rac1 OPatch]$ ./opatch version

OPatch Version: 11.2.0.3.4

 

OPatch succeeded.

    1. 更新GRID用户的OPATCH

使用root用户

cd opatch_toad/

ls

unzip p6880880_112000_Linux-x86-64.zip

mv OPatch /opt/oracle/grid_home/OPatch

ll /opt/oracle/grid_home/ | grep OPatch

chown -R grid:oinstall /opt/oracle/grid_home/OPatch

使用grid用户测试

[grid@rac1 OPatch]$ ./opatch version

OPatch Version: 11.2.0.3.12

OPatch succeeded.

    1. 更新ORACLE用户的OPATCH

同上

使用root用户

unzip p6880880_112000_Linux-x86-64.zip

mv OPatch /opt/oracle/db_base/db_home/OPatch

ll /opt/oracle/db_base/db_home/ | grep OPatch

chown -R oracle:oinstall /opt/oracle/db_base/db_home/OPatch

使用ORACLE用户测试

[oracle@rac1 OPatch]$ ./opatch version

OPatch Version: 11.2.0.3.12

OPatch succeeded.

  1. 分别在节点1和节点2分别生成ocm.rsp文件

su - oracle

cd /home/oracle/

/opt/oracle/db_base/db_home/OPatch/ocm/bin/emocmrsp

 

  1. 开始升级GI PSU软件包
    1. GRID用户升级

#chown -R grid:oinstall /home/grid/opatch_toad/p21523375_112040_Linux-x86-64.zip

#su - grid

#cd /home/grid/opatch_toad/

# unzip p21523375_112040_Linux-x86-64.zip

      1. 兼容性测试

使用GRID用户

[grid@rac1 grid_home]$ $ORACLE_HOME/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir /home/grid/21523375/21352649 -oh $ORACLE_HOME

Oracle Interim Patch Installer version 11.2.0.3.12

Copyright (c) 2016, Oracle Corporation.  All rights reserved.

PREREQ session

Oracle Home       : /opt/oracle/grid_home

Central Inventory : /opt/oracle/oraInventory

   from           : /opt/oracle/grid_home/oraInst.loc

OPatch version    : 11.2.0.3.12

OUI version       : 11.2.0.4.0

Log file location : /opt/oracle/grid_home/cfgtoollogs/opatch/opatch2016-03-30_00-46-06AM_1.log

Invoking prereq "checkconflictagainstohwithdetail"

Prereq "checkConflictAgainstOHWithDetail" passed.

OPatch succeeded.

[grid@rac1 grid_home]$ $ORACLE_HOME/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir /home/grid/21523375/21352635 -oh $ORACLE_HOME

[grid@rac1 grid_home]$ $ORACLE_HOME/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir /home/grid/21523375/21352642 -oh $ORACLE_HOME

      1. 开始升级执行

使用root用户进行升级执行(集群需要启动)

[root@rac1 grid_home]# /opt/oracle/grid_home/OPatch/opatch auto /home/grid/21523375 -oh /opt/oracle/grid_home -ocmrf /home/oracle/ocm.rsp

Executing /opt/oracle/grid_home/perl/bin/perl /opt/oracle/grid_home/OPatch/crs/patch11203.pl -patchdir /home/grid -patchn 21523375 -oh /opt/oracle/grid_home -ocmrf /home/oracle/ocm.rsp -paramfile /opt/oracle/grid_home/crs/install/crsconfig_params

This is the main log file: /opt/oracle/grid_home/cfgtoollogs/opatchauto2016-03-30_01-15-03.log

This file will show your detected configuration and all the steps that opatchauto attempted to do on your system:

/opt/oracle/grid_home/cfgtoollogs/opatchauto2016-03-30_01-15-03.report.log

2016-03-30 01:15:03: Starting Clusterware Patch Setup

Using configuration parameter file: /opt/oracle/grid_home/crs/install/crsconfig_params

Stopping CRS...

Stopped CRS successfully

patch /home/grid/21523375/21352635  apply failed  for home  /opt/oracle/grid_home

Starting CRS...

Installing Trace File Analyzer

CRS-4123: Oracle High Availability Services has been started.

opatch auto succeeded.

      1. 检查升级情况

[grid@rac1 OPatch]$ ./opatch lsinv

Oracle Interim Patch Installer version 11.2.0.3.12

Copyright (c) 2016, Oracle Corporation.  All rights reserved.

Oracle Home       : /opt/oracle/grid_home

Central Inventory : /opt/oracle/oraInventory

   from           : /opt/oracle/grid_home/oraInst.loc

OPatch version    : 11.2.0.3.12

OUI version       : 11.2.0.4.0

Log file location : /opt/oracle/grid_home/cfgtoollogs/opatch/opatch2016-03-30_01-28-16AM_1.log

Lsinventory Output file location : /opt/oracle/grid_home/cfgtoollogs/opatch/lsinv/lsinventory2016-03-30_01-28-16AM.txt

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

Local Machine Information::

Hostname: rac1

ARU platform id: 226

ARU platform description:: Linux x86-64

Installed Top-level Products (1):

Oracle Grid Infrastructure 11g                                       11.2.0.4.0

There are 1 products installed in this Oracle Home.

There are no Interim patches installed in this Oracle Home.

Rac system comprising of multiple nodes

  Local node = rac1

  Remote node = rac2

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

OPatch succeeded.

 

    1. ORACLE用户升级

#cd /home/oracle/opatch_toad/

# unzip p21523375_112040_Linux-x86-64.zip

      1. 检查

[oracle@rac1 opatch_toad]$ /opt/oracle/db_base/db_home/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir /home/oracle/opatch_toad/21523375/21352635 -oh $ORACLE_HOME

      1. 安装执行

使用root用户

[root@rac1 oracle]# /opt/oracle/db_base/db_home/OPatch/opatch auto /home/oracle/opatch_toad/21523375/ -oh  /opt/oracle/db_base/db_home -ocmrf /home/oracle/ocm.rsp

      1. 检查升级情况

[oracle@rac1 OPatch]$ ./opatch lsinv

Oracle Interim Patch Installer version 11.2.0.3.12

Copyright (c) 2016, Oracle Corporation.  All rights reserved.

Oracle Home       : /opt/oracle/db_base/db_home

Central Inventory : /opt/oracle/oraInventory

   from           : /opt/oracle/db_base/db_home/oraInst.loc

OPatch version    : 11.2.0.3.12

OUI version       : 11.2.0.4.0

Log file location : /opt/oracle/db_base/db_home/cfgtoollogs/opatch/opatch2016-03-30_01-47-42AM_1.log

Lsinventory Output file location : /opt/oracle/db_base/db_home/cfgtoollogs/opatch/lsinv/lsinventory2016-03-30_01-47-42AM.txt

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

Local Machine Information::

Hostname: rac1

ARU platform id: 226

ARU platform description:: Linux x86-64

Installed Top-level Products (1):

Oracle Database 11g                                                  11.2.0.4.0

There are 1 products installed in this Oracle Home.

There are no Interim patches installed in this Oracle Home.

Rac system comprising of multiple nodes

  Local node = rac1

  Remote node = rac2

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

OPatch succeeded.

 

  1. 多路径

查看多路径

rpm -qa |grep device-mapper

华为

rpm -qa | grep -i ultrapath

日立多路径软件(HDLM)查看多路径状态:dlnkmgr view –pat

RHEL自带多路径软件(Multipath)查看多路径状态:multipath –ll

EMC多路径软件(PowerPath)查看多路径状态:powermt display dev=all

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值