oracle 11g psu步骤,11g oracle grid p28429134 psu 安装

编程入门 行业动态 更新时间:2024-10-11 03:16:23

oracle 11g psu<a href=https://www.elefans.com/category/jswz/34/1771434.html style=步骤,11g oracle grid p28429134 psu 安装"/>

oracle 11g psu步骤,11g oracle grid p28429134 psu 安装

安装包下载路径:链接: 密码:521215

链接: 密码:521215

一、安装命令

把安装包上传到 /soft目录下

#root 用户

chmod 777 -R /soft

rm -rf /u01/app/11.2.0/grid/OPatch/

rm -rf /u01/app/oracle/product/11.2.0/db_1/OPatch/

unzip /soft/p6880880_112000_Linux-x86-64.zip -d /u01/app/11.2.0/grid/

chown grid:oinstall -R /u01/app/11.2.0/grid/OPatch/

# oracle 用户

su - oracle

unzip /soft/p6880880_112000_Linux-x86-64.zip -d /u01/app/oracle/product/11.2.0/db_1

exit

#解压补丁

su - grid

cd /soft

unzip p28429134_112040_Linux-x86-64.zip

/u01/app/11.2.0/grid/OPatch/ocm/bin/emocmrsp

# grid 安装补丁

su - root

export LANG=C

/u01/app/11.2.0/grid/OPatch/opatch auto /soft/28429134/ -ocmrf /soft/ocm.rsp

# database 安装补丁

su - root

export LANG=C

/u01/app/11.2.0/grid/OPatch/opatch auto /soft/28429134/ -ocmrf /soft/ocm.rsp -oh /u01/app/oracle/product/11.2.0/db_1

补丁版本查询:

su - grid

/u01/app/11.2.0/grid/OPatch/opatch lspatches

exit

su - oracle

/u01/app/oracle/product/11.2.0/db_1/OPatch/opatch lspatches

exit

二、执行过程

[root@bjswgsjsdb01 ~]# export LANG=C

[root@bjswgsjsdb01 ~]# /u01/app/11.2.0/grid/OPatch/opatch auto /soft/28429134/ -ocmrf /soft/ocm.rsp

Executing /u01/app/11.2.0/grid/perl/bin/perl /u01/app/11.2.0/grid/OPatch/crs/patch11203.pl -patchdir /soft -patchn 28429134 -ocmrf /soft/ocm.rsp -paramfile /u01/app/11.2.0/grid/crs/install/crsconfig_params

This is the main log file: /u01/app/11.2.0/grid/cfgtoollogs/opatchauto2018-12-25_13-08-23.log

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

/u01/app/11.2.0/grid/cfgtoollogs/opatchauto2018-12-25_13-08-23.report.log

2018-12-25 13:08:23: Starting Clusterware Patch Setup

Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params

Stopping CRS...

Stopped CRS successfully

patch /soft/28429134/27735020 apply successful for home /u01/app/11.2.0/grid

patch /soft/28429134/28204707 apply successful for home /u01/app/11.2.0/grid

patch /soft/28429134/28204939 apply successful for home /u01/app/11.2.0/grid

Starting CRS...

Installing Trace File Analyzer

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

opatch auto succeeded.

[root@bjswgsjsdb01 ~]#

[root@bjswgsjsdb01 ~]# export LANG=C

[root@bjswgsjsdb01 ~]# /u01/app/11.2.0/grid/OPatch/opatch auto /soft/28429134/ -ocmrf /soft/ocm.rsp -oh /u01/app/oracle/product/11.2.0/db_1

Executing /u01/app/11.2.0/grid/perl/bin/perl /u01/app/11.2.0/grid/OPatch/crs/patch11203.pl -patchdir /soft -patchn 28429134 -ocmrf /soft/ocm.rsp -oh /u01/app/oracle/product/11.2.0/db_1 -paramfile /u01/app/11.2.0/grid/crs/install/crsconfig_params

This is the main log file: /u01/app/11.2.0/grid/cfgtoollogs/opatchauto2018-12-25_13-22-13.log

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

/u01/app/11.2.0/grid/cfgtoollogs/opatchauto2018-12-25_13-22-13.report.log

2018-12-25 13:22:13: Starting Clusterware Patch Setup

Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params

Stopping RAC /u01/app/oracle/product/11.2.0/db_1 ...

Stopped RAC /u01/app/oracle/product/11.2.0/db_1 successfully

patch /soft/28429134/27735020/custom/server/27735020 apply successful for home /u01/app/oracle/product/11.2.0/db_1

patch /soft/28429134/28204707 apply successful for home /u01/app/oracle/product/11.2.0/db_1

Starting RAC /u01/app/oracle/product/11.2.0/db_1 ...

Started RAC /u01/app/oracle/product/11.2.0/db_1 successfully

opatch auto succeeded.

[root@bjswgsjsdb01 ~]#

[root@bjswgsjsdb01 ~]# su - grid

[grid@bjswgsjsdb01 ~]$ /u01/app/11.2.0/grid/OPatch/opatch lspatches

28204939;ACFS Patch Set Update : 11.2.0.4.181016 (28204939)

28204707;Database Patch Set Update : 11.2.0.4.181016 (28204707)

27735020;OCW Patch Set Update : 11.2.0.4.181016 (27735020)

OPatch succeeded.

[grid@bjswgsjsdb01 ~]$ exit

logout

[root@bjswgsjsdb01 ~]# su - oracle

[oracle@bjswgsjsdb01 ~]$ /u01/app/oracle/product/11.2.0/db_1/OPatch/opatch lspatches

28204707;Database Patch Set Update : 11.2.0.4.181016 (28204707)

27735020;OCW Patch Set Update : 11.2.0.4.181016 (27735020)

OPatch succeeded.

[oracle@bjswgsjsdb01 ~]$ exit

logout

[root@bjswgsjsdb01 ~]#

挨个节点执行,节点一打完psu后,再去节点二,不能同时进行

更多推荐

oracle 11g psu步骤,11g oracle grid p28429134 psu 安装

本文发布于:2024-03-15 02:06:38,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1737871.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:步骤   oracle   psu   grid

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!