11.2.0.3.5打PSU 11补丁--手动方式(p18706488_112030_AIX64-5L.zip)

2023-11-22 01:58

本文主要是介绍11.2.0.3.5打PSU 11补丁--手动方式(p18706488_112030_AIX64-5L.zip),希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

                                                             11.2.0.3.5打PSU 11补丁--手动方式(p18706488_112030_AIX64-5L.zip)

一:版本情况

操作系统平台
AIX 61009

oracle版本

11.2.0.3.5

 

二:打补丁前的准备工作

1.备份ASM/RDBMS的spfile文件
grid用户

$sqlplus '/as sysasm'
SQL>create pfile='/apps/*****/backup/pfile_grid_201410.ora' from spfile;

 oracle用户

$sqlplus '/as sysdba'
SQL>create pfile='/apps/******/backup/pfile_rdbms_201410.ora' from spfile;

 

2.备份oracle软件和crs软件
root用户

#cd /apps/*****/backup
#tar -cvf oracle201410.tar /apps/oracle/product/11.2.0.3/db_1/*
#tar -cvf grid201410.tar /apps/11.2.0.3/grid/*
#tar -cvf oraInventory201410.tar /apps/oracle/oraInventory/*

3.OPatch Utility Information(下载符合要求的OPatch,对每个节点的grid_homeoracle_home目录下的目录进行覆盖)

a.Download the OPatch utility

download from My Oracle Support patch6880880 by selecting ARU link for the 11.2.0.0.0 release

b.For each Oracle RAC database home and the GI home that are being patched, run the following commands as the home owner to extract the OPatch utility

$ unzip <OPATCH-ZIP> -d <ORACLE_HOME> ##分别以grid和oracle用户执行
$ <ORACLE_HOME>/OPatch/opatch version --
覆盖后检查opatch版本是否改变

4.

Validation of Oracle Inventory

Before beginning patch application, check the consistency of inventory information for GI home and each database home to be patched. Run the following command as respective Oracle home owner to check the consistency.

$ <ORACLE_HOME>/OPatch/opatch lsinventory -detail -oh <ORACLE_HOME>

If this command succeeds, it lists the Oracle components that are installed in the home. Save the output so you have the status prior to the patch apply.

If this command fails, contact Oracle Support Services for assistance.

#在两个节点执行分别以oracle和grid用户执行命令并保存结果

5.冲突检查

使用Patch Conflict Checker工具进行冲突检查(方法见"My Oracle Support 补丁冲突检查器(Patch Conflict Checker)")

三:打PSU补丁

##分别在每个节点上执行如下命令

1.在打补丁之前先停掉相应节点EM

As the Oracle RAC database home owner execute:

$ <ORACLE_HOME>/bin/emctl stop dbconsole

2.Stop the CRS managed resources running from DB homes ##.停止CRS管理的资源.

【oracle用户】

1) case1

If this is a GI Home environment, as the database home owner execute: $ <ORACLE_HOME>/bin/srvctl stop home -o <ORACLE_HOME> -s <status file location> -n <node name>

如:

/apps/oracle/product/11.2.0.3/db_1/bin/srvctl stop home -o /apps/oracle/product/11.2.0.3/db_1 -s /apps/****/s1.out -n node1

2)  case2

If this is an Oracle Restart Home environment, as the database home owner execute:

$ <ORACLE_HOME>/bin/srvctl stop home -o <ORACLE_HOME> -s <status file location>

 ##这一步会停掉相应节点的数据库实例

3. Run the pre root script. ##.运行pre root脚本.

【root用户】

1)  case1

If this is a GI Home, as the root user execute:

# <GI_HOME>/crs/install/rootcrs.pl -unlock如:/apps/11.2.0.3/grid/crs/install/rootcrs.pl -unlock

 

2) case2

 If this is an Oracle Restart Home, as the root user execute:

# <GI_HOME>/crs/install/roothas.pl -unlock

##这一步会停掉相应节点的CRS

Note:

You need to make sure that the Oracle ACFS file systems are unmounted (see My Oracle Support document1494652.1How to Mount or Unmount ACFS File System While Applying GI Patches?) and all other Oracle processes are shutdown before you proceed.(在打补丁之前确保ACFS文件系统已经卸载并且所有的oracle相关进程已经停止,第2步会听到实例等相关资源,第3步会停掉CRS)

 

4. Apply the CRS patch using ##.安装CRS补丁.

【grid用户】

##注意如果是AIX操作系统在打补丁之前以ROOT用户执行几次slibclean命令移除内核和库中任何当前不用的模块

As the GI home owner execute:$ <GI_HOME>/OPatch/opatch napply -oh <GI_HOME> -local <UNZIPPED_PATCH_LOCATION>/<GI_components_number>如:/apps/11.2.0.3/grid/OPatch/opatch napply -oh /apps/11.2.0.3/grid -local  /apps/****/psu/17592127As the GI home owner execute:$ <GI_HOME>/OPatch/opatch apply -oh <GI_HOME> -local <UNZIPPED_PATCH_LOCATION>/<DB_PSU_number>
如:/apps/11.2.0.3/grid/OPatch/opatch apply -oh /apps/11.2.0.3/grid -local /apps/****/psu/18522512
</span>

 ##注意在打新的grid PSU之前会把之前的grid pus回滚掉。在打database的pus时不会这样。这样就出现一种情况,我们如果把新打的PSU补丁rollback,那么db的PSU版本会变成原来的(我们这里变成了原来的psu5),但是grid上就不会再有任何补丁信息

5.  Run the pre script for DB component of the patch.As the database home owner execute: ##.运行DB组件的 pre script.

【oracle用户】

$ <UNZIPPED_PATCH_LOCATION>/<GI_components_number>/custom/server/<GI_components_number>/custom/scripts/prepatch.sh -dbhome <ORACLE_HOME>如:/apps/****/psu/17592127/custom/server/17592127/custom/scripts/prepatch.sh -dbhome /apps/oracle/product/11.2.0.3/db_1

 

6.Apply the DB patch.As the database home owner execute:  ##.安装DB patch.

【oracle用户】

$ <ORACLE_HOME>/OPatch/opatch napply -oh <ORACLE_HOME> -local <UNZIPPED_PATCH_LOCATION>/<GI_components_number>/custom/server/<GI_components_number>
$ <ORACLE_HOME>/OPatch/opatch apply -oh <ORACLE_HOME> -local <UNZIPPED_PATCH_LOCATION>/<DB_PSU_number>
如:/apps/oracle/product/11.2.0.3/db_1/OPatch/opatch napply -oh /apps/oracle/product/11.2.0.3/db_1 -local /apps/****/psu/17592127/custom/server/17592127
/apps/oracle/product/11.2.0.3/db_1/OPatch/opatch apply -oh /apps/oracle/product/11.2.0.3/db_1 -local /apps/****/psu/18522512

7.Run the post script for DB component of the patch.As the database home owner execute: ##.运行DB组件的 post script.

【oracle用户】

$ <UNZIPPED_PATCH_LOCATION>/<GI_components_number>/custom/server/<GI_components_number>/custom/scripts/postpatch.sh -dbhome <ORACLE_HOME>如:/apps/****/psu/17592127/custom/server/17592127/custom/scripts/postpatch.sh -dbhome /apps/oracle/product/11.2.0.3/db_1


8. Run the post script.As the root user execute: ##.运行post script.

【root用户】

1)

# <GI_HOME>/rdbms/install/rootadd_rdbms.sh

2)

case1

If this is a GI Home, as the root user execute:

# <GI_HOME>/crs/install/rootcrs.pl -patch

case2

If this is an Oracle Restart Home, as the root user execute:

# <GI_HOME>/crs/install/roothas.pl -patch如:
/apps/11.2.0.3/grid/rdbms/install/rootadd_rdbms.sh
/apps/11.2.0.3/grid/crs/install/rootcrs.pl -patch

9.如果出现消息"A system reboot is recommended before using ACFS”,那么需要重启主机.

If the message, "A system reboot is recommended before using ACFS” is shown, then a reboot must be issued before continuing. Failure to do so will result in running with an unpatched ACFS\ADVM\OKS driver.

 

10.Start the CRS managed resources that were earlier running from DB homes. ##.启动CRS管理的资源.

【oracle用户】

1) case1

If this is a GI Home environment, as the database home owner execute:

$ <ORACLE_HOME>/bin/srvctl start home -o <ORACLE_HOME> -s <status file location> -n <node name>

如:

/apps/oracle/product/11.2.0.3/db_1/bin/srvctl start home -o /apps/oracle/product/11.2.0.3/db_1 -s /apps/****/s1.out -n node1

 

2) case2

If this is an Oracle Restart Home environment, as the database home owner execute:

$ <ORACLE_HOME>/bin/srvctl start home -o <ORACLE_HOME> -s <status file location>

 

11.确定系统补丁是否打成功

在grid和oracle用户下执行 opatch lsinventory

查看是否打上了最新的PSU
##注意因为grid的PSU从PSU9以后就没有新的补丁集增加,所以我们看到虽然我们打的是PSU11,但是我们查询结果如下:

Patch  17592127     : applied on Mon Oct 13 21:19:44 CST 2014
Unique Patch ID:  17508149
Patch description:  "Grid Infrastructure Patch Set Update : 11.2.0.3.9 (HAS Components)"Created on 8 Jan 2014, 23:02:20 hrs PST8PDTBugs fixed:

 

12.在其他RAC节点上重复一样步骤

 

13.所有节点psu打成功后,加载数据库脚本

sqlplus /nolog
SQL> CONNECT / AS SYSDBA
SQL> STARTUP
SQL> @?/rdbms/admin/catbundle.sql psu apply
SQL> QUIT

 

14.Upgrade Oracle Recovery Manager Catalog ##.更新catalog库.

##如果使用了catalog库我们需要在打完psu后,需要更新catalog

rman target /  catalog rman/*****@tocatalog
RMAN> UPGRADE CATALOG;


##至此完成psu补丁安装

##详细信息请参考Readme - Patch Installation and Deinstallation For 11.2.0.3.x GI PSU (Doc ID 1494646.1)  第五部分“Manual Steps for Apply/Rollback Patch”

##通过Oracle Recommended Patches -- Oracle Database (Doc ID 756671.1)可以查看到各版本目前最新的psu(通常GI PSU中包含database psu)

这篇关于11.2.0.3.5打PSU 11补丁--手动方式(p18706488_112030_AIX64-5L.zip)的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/406659

相关文章

Debezium 与 Apache Kafka 的集成方式步骤详解

《Debezium与ApacheKafka的集成方式步骤详解》本文详细介绍了如何将Debezium与ApacheKafka集成,包括集成概述、步骤、注意事项等,通过KafkaConnect,D... 目录一、集成概述二、集成步骤1. 准备 Kafka 环境2. 配置 Kafka Connect3. 安装 D

Springboot中分析SQL性能的两种方式详解

《Springboot中分析SQL性能的两种方式详解》文章介绍了SQL性能分析的两种方式:MyBatis-Plus性能分析插件和p6spy框架,MyBatis-Plus插件配置简单,适用于开发和测试环... 目录SQL性能分析的两种方式:功能介绍实现方式:实现步骤:SQL性能分析的两种方式:功能介绍记录

SQL 中多表查询的常见连接方式详解

《SQL中多表查询的常见连接方式详解》本文介绍SQL中多表查询的常见连接方式,包括内连接(INNERJOIN)、左连接(LEFTJOIN)、右连接(RIGHTJOIN)、全外连接(FULLOUTER... 目录一、连接类型图表(ASCII 形式)二、前置代码(创建示例表)三、连接方式代码示例1. 内连接(I

Android里面的Service种类以及启动方式

《Android里面的Service种类以及启动方式》Android中的Service分为前台服务和后台服务,前台服务需要亮身份牌并显示通知,后台服务则有启动方式选择,包括startService和b... 目录一句话总结:一、Service 的两种类型:1. 前台服务(必须亮身份牌)2. 后台服务(偷偷干

Java深度学习库DJL实现Python的NumPy方式

《Java深度学习库DJL实现Python的NumPy方式》本文介绍了DJL库的背景和基本功能,包括NDArray的创建、数学运算、数据获取和设置等,同时,还展示了如何使用NDArray进行数据预处理... 目录1 NDArray 的背景介绍1.1 架构2 JavaDJL使用2.1 安装DJL2.2 基本操

最长公共子序列问题的深度分析与Java实现方式

《最长公共子序列问题的深度分析与Java实现方式》本文详细介绍了最长公共子序列(LCS)问题,包括其概念、暴力解法、动态规划解法,并提供了Java代码实现,暴力解法虽然简单,但在大数据处理中效率较低,... 目录最长公共子序列问题概述问题理解与示例分析暴力解法思路与示例代码动态规划解法DP 表的构建与意义动

JS 实现复制到剪贴板的几种方式小结

《JS实现复制到剪贴板的几种方式小结》本文主要介绍了JS实现复制到剪贴板的几种方式小结,包括ClipboardAPI和document.execCommand这两种方法,具有一定的参考价值,感兴趣的... 目录一、Clipboard API相关属性方法二、document.execCommand优点:缺点:

Python创建Excel的4种方式小结

《Python创建Excel的4种方式小结》这篇文章主要为大家详细介绍了Python中创建Excel的4种常见方式,文中的示例代码简洁易懂,具有一定的参考价值,感兴趣的小伙伴可以学习一下... 目录库的安装代码1——pandas代码2——openpyxl代码3——xlsxwriterwww.cppcns.c

Deepseek使用指南与提问优化策略方式

《Deepseek使用指南与提问优化策略方式》本文介绍了DeepSeek语义搜索引擎的核心功能、集成方法及优化提问策略,通过自然语言处理和机器学习提供精准搜索结果,适用于智能客服、知识库检索等领域... 目录序言1. DeepSeek 概述2. DeepSeek 的集成与使用2.1 DeepSeek API

CSS弹性布局常用设置方式

《CSS弹性布局常用设置方式》文章总结了CSS布局与样式的常用属性和技巧,包括视口单位、弹性盒子布局、浮动元素、背景和边框样式、文本和阴影效果、溢出隐藏、定位以及背景渐变等,通过这些技巧,可以实现复杂... 一、单位元素vm 1vm 为视口的1%vh 视口高的1%vmin 参照长边vmax 参照长边re