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

相关文章

内核启动时减少log的方式

内核引导选项 内核引导选项大体上可以分为两类:一类与设备无关、另一类与设备有关。与设备有关的引导选项多如牛毛,需要你自己阅读内核中的相应驱动程序源码以获取其能够接受的引导选项。比如,如果你想知道可以向 AHA1542 SCSI 驱动程序传递哪些引导选项,那么就查看 drivers/scsi/aha1542.c 文件,一般在前面 100 行注释里就可以找到所接受的引导选项说明。大多数选项是通过"_

用命令行的方式启动.netcore webapi

用命令行的方式启动.netcore web项目 进入指定的项目文件夹,比如我发布后的代码放在下面文件夹中 在此地址栏中输入“cmd”,打开命令提示符,进入到发布代码目录 命令行启动.netcore项目的命令为:  dotnet 项目启动文件.dll --urls="http://*:对外端口" --ip="本机ip" --port=项目内部端口 例: dotnet Imagine.M

深入理解RxJava:响应式编程的现代方式

在当今的软件开发世界中,异步编程和事件驱动的架构变得越来越重要。RxJava,作为响应式编程(Reactive Programming)的一个流行库,为Java和Android开发者提供了一种强大的方式来处理异步任务和事件流。本文将深入探讨RxJava的核心概念、优势以及如何在实际项目中应用它。 文章目录 💯 什么是RxJava?💯 响应式编程的优势💯 RxJava的核心概念

【即时通讯】轮询方式实现

技术栈 LayUI、jQuery实现前端效果。django4.2、django-ninja实现后端接口。 代码仓 - 后端 代码仓 - 前端 实现功能 首次访问页面并发送消息时需要设置昵称发送内容为空时要提示用户不能发送空消息前端定时获取消息,然后展示在页面上。 效果展示 首次发送需要设置昵称 发送消息与消息展示 提示用户不能发送空消息 后端接口 发送消息 DB = []@ro

脏页的标记方式详解

脏页的标记方式 一、引言 在数据库系统中,脏页是指那些被修改过但还未写入磁盘的数据页。为了有效地管理这些脏页并确保数据的一致性,数据库需要对脏页进行标记。了解脏页的标记方式对于理解数据库的内部工作机制和优化性能至关重要。 二、脏页产生的过程 当数据库中的数据被修改时,这些修改首先会在内存中的缓冲池(Buffer Pool)中进行。例如,执行一条 UPDATE 语句修改了某一行数据,对应的缓

Java 多线程的基本方式

Java 多线程的基本方式 基础实现两种方式: 通过实现Callable 接口方式(可得到返回值):

前端form表单+ifarme方式实现大文件下载

// main.jsimport Vue from 'vue';import App from './App.vue';import { downloadTokenFile } from '@/path/to/your/function'; // 替换为您的函数路径// 将 downloadTokenFile 添加到 Vue 原型上Vue.prototype.$downloadTokenF

SigLIP——采用sigmoid损失的图文预训练方式

SigLIP——采用sigmoid损失的图文预训练方式 FesianXu 20240825 at Wechat Search Team 前言 CLIP中的infoNCE损失是一种对比性损失,在SigLIP这个工作中,作者提出采用非对比性的sigmoid损失,能够更高效地进行图文预训练,本文进行介绍。如有谬误请见谅并联系指出,本文遵守CC 4.0 BY-SA版权协议,转载请联系作者并注

SAM2POINT:以zero-shot且快速的方式将任何 3D 视频分割为视频

摘要 我们介绍 SAM2POINT,这是一种采用 Segment Anything Model 2 (SAM 2) 进行零样本和快速 3D 分割的初步探索。 SAM2POINT 将任何 3D 数据解释为一系列多向视频,并利用 SAM 2 进行 3D 空间分割,无需进一步训练或 2D-3D 投影。 我们的框架支持各种提示类型,包括 3D 点、框和掩模,并且可以泛化到不同的场景,例如 3D 对象、室

android系统源码12 修改默认桌面壁纸--SRO方式

1、aosp12修改默认桌面壁纸 代码路径 :frameworks\base\core\res\res\drawable-nodpi 替换成自己的图片即可,不过需要覆盖所有目录下的图片。 由于是静态修改,则需要make一下,重新编译。 2、方法二Overlay方式 由于上述方法有很大缺点,修改多了之后容易遗忘自己修改哪些文件,为此我们采用另外一种方法,使用Overlay方式。