Oracle|Oracle Rac 10.2.0.1升级至10.2.0.4操作笔记

============================================================
Oracle? Database 10g Release 2 (10.2.0) RAC for RedHat4
Oracle Rac 10.2.0.1升级至10.2.0.4
--by 王磊/菜小小~@ 2010-5-28 10:40
============================================================
升级集群件-滚动升级
升级数据库软件-停用后升级
升级数据库
共计耗时5小时Orz...

第一部分:集群件滚动升级【OUI crs_home】

1、系统环境

操作系统版本
[10:42:13oracle@node1 ~]uname -a
Linux node1 2.6.9-78.ELsmp #1 SMP Wed Jul 9 15:46:26 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
[10:42:17oracle@node1 ~]

集群件版本
[10:42:18oracle@node1 ~]crsctl query crs softwareversion
CRS software version on node [node1] is [10.2.0.1.0]
[10:42:27oracle@node1 ~]

数据库版本
[10:43:08oracle@node1 ~]sqlplus/ as sysdba

SQL*Plus: Release 10.2.0.1.0 - Production on Fri May 28 10:43:11 2010
Copyright (c) 1982, 2005, Oracle.All rights reserved.

Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP and Data Mining options

SYS@NODE1:null1>select * from v$version;

BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bi
PL/SQL Release 10.2.0.1.0 - Production
CORE10.2.0.1.0Production
TNS for Linux: Version 10.2.0.1.0 - Production
NLSRTL Version 10.2.0.1.0 - Production

集群状态
[10:44:55oracle@node1 ~]crs_stat -t
NameTypeTargetStateHost
------------------------------------------------------------
ora.dba.dbapplicationONLINEONLINEnode1
ora....name.cs applicationONLINEONLINEnode1
ora....ll1.srv applicationONLINEONLINEnode2
ora....l1.inst applicationONLINEONLINEnode1
ora....l2.inst applicationONLINEONLINEnode2
ora.dba.rac.cs applicationONLINEONLINEnode1
ora....ll1.srv applicationONLINEONLINEnode1
ora....ll2.srv applicationONLINEONLINEnode2
ora....SM1.asm applicationONLINEONLINEnode1
ora....E1.lsnr applicationONLINEONLINEnode1
ora.node1.gsdapplicationONLINEONLINEnode1
ora.node1.onsapplicationONLINEONLINEnode1
ora.node1.vipapplicationONLINEONLINEnode1
ora....SM2.asm applicationONLINEONLINEnode2
ora....E2.lsnr applicationONLINEONLINEnode2
ora.node2.gsdapplicationONLINEONLINEnode2
ora.node2.onsapplicationONLINEONLINEnode2
ora.node2.vipapplicationONLINEONLINEnode2

2、关闭节点1

关闭节点1 dbconsole
[11:14:47oracle@node1 db_1]emctl stop dbconsole
TZ set to PRC
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, 2005 Oracle Corporation.All rights reserved.
http://node1.wang.com:1158/em/console/aboutApplication
Stopping Oracle Enterprise Manager 10g Database Control ...
...Stopped.

关闭节点1 isqlplus
[11:15:03oracle@node1 db_1]isqlplusctl stop
iSQL*Plus 10.2.0.1.0
Copyright (c) 2003, 2005, Oracle.All rights reserved.
getnameinfo failed
getnameinfo failed
getnameinfo failed
getnameinfo failed
iSQL*Plus instance on port 5560 is not running ...

关闭节点1 instance
[11:15:26oracle@node1 db_1]srvctl stop instance -d dba -i null1

============================================================
NameTypeTargetStateHost
------------------------------------------------------------
ora.dba.dbapplicationONLINEONLINEnode1
ora....name.cs applicationONLINEONLINEnode1
ora....ll1.srv applicationONLINEONLINEnode2
ora....l1.inst applicationOFFLINEOFFLINE
ora....l2.inst applicationONLINEONLINEnode2
ora.dba.rac.cs applicationONLINEONLINEnode1
ora....ll1.srv applicationONLINEOFFLINE
ora....ll2.srv applicationONLINEONLINEnode2
ora....SM1.asm applicationONLINEONLINEnode1
ora....E1.lsnr applicationONLINEONLINEnode1
ora.node1.gsdapplicationONLINEONLINEnode1
ora.node1.onsapplicationONLINEONLINEnode1
ora.node1.vipapplicationONLINEONLINEnode1
ora....SM2.asm applicationONLINEONLINEnode2
ora....E2.lsnr applicationONLINEONLINEnode2
ora.node2.gsdapplicationONLINEONLINEnode2
ora.node2.onsapplicationONLINEONLINEnode2
ora.node2.vipapplicationONLINEONLINEnode2
============================================================

关闭节点1 ASM
[11:17:22oracle@node1 db_1]srvctl stop asm -n node1

============================================================
NameTypeTargetStateHost
------------------------------------------------------------
ora.dba.dbapplicationONLINEONLINEnode1
ora....name.cs applicationONLINEONLINEnode1
ora....ll1.srv applicationONLINEONLINEnode2
ora....l1.inst applicationOFFLINEOFFLINE
ora....l2.inst applicationONLINEONLINEnode2
ora.dba.rac.cs applicationONLINEONLINEnode1
ora....ll1.srv applicationONLINEOFFLINE
ora....ll2.srv applicationONLINEONLINEnode2
ora....SM1.asm applicationOFFLINEOFFLINE
ora....E1.lsnr applicationONLINEONLINEnode1
ora.node1.gsdapplicationONLINEONLINEnode1
ora.node1.onsapplicationONLINEONLINEnode1
ora.node1.vipapplicationONLINEONLINEnode1
ora....SM2.asm applicationONLINEONLINEnode2
ora....E2.lsnr applicationONLINEONLINEnode2
ora.node2.gsdapplicationONLINEONLINEnode2
ora.node2.onsapplicationONLINEONLINEnode2
ora.node2.vipapplicationONLINEONLINEnode2
============================================================

关闭节点1 NODEAPPS
[11:18:27oracle@node1 db_1]srvctl stop nodeapps -n node1

============================================================
NameTypeTargetStateHost
------------------------------------------------------------
ora.dba.dbapplicationONLINEONLINEnode2
ora....name.cs applicationONLINEONLINEnode2
ora....ll1.srv applicationONLINEONLINEnode2
ora....l1.inst applicationOFFLINEOFFLINE
ora....l2.inst applicationONLINEONLINEnode2
ora.dba.rac.cs applicationONLINEONLINEnode2
ora....ll1.srv applicationONLINEOFFLINE
ora....ll2.srv applicationONLINEONLINEnode2
ora....SM1.asm applicationOFFLINEOFFLINE
ora....E1.lsnr applicationOFFLINEOFFLINE
ora.node1.gsdapplicationOFFLINEOFFLINE
ora.node1.onsapplicationOFFLINEOFFLINE
ora.node1.vipapplicationOFFLINEOFFLINE
ora....SM2.asm applicationONLINEONLINEnode2
ora....E2.lsnr applicationONLINEONLINEnode2
ora.node2.gsdapplicationONLINEONLINEnode2
ora.node2.onsapplicationONLINEONLINEnode2
ora.node2.vipapplicationONLINEONLINEnode2
============================================================

3、升级节点1 集群件

[11:23:39oracle@node1 oracle_linux_64]unzipp6810189_10204_Linux-x86-64.zip

[11:23:58oracle@node1 Disk1]./runInstaller

To complete the installation of this patchset, you must perform the following tasks on each node:

1. Log in as the root user.
2. As the root user, perform the following tasks:

a. Shutdown the CRS daemons by issuing the following command:
/u01/app/oracle/product/10.2.0/crs/bin/crsctl stop crs
b. Run the shell script located at:
/u01/app/oracle/product/10.2.0/crs/install/root102.sh
This script will automatically start the CRS daemons on the
patched node upon completion.

3. After completing this procedure, proceed to the next node and repeat.


[11:31:04root@node1 ~]crsctl stop crs
Stopping resources.
Successfully stopped CRS resources
Stopping CSSD.
Shutting down CSS daemon.
Shutdown request successfully issued.

[11:31:27root@node1 ~]/u01/app/oracle/product/10.2.0/crs/install/root102.sh
Creating pre-patch directory for saving pre-patch clusterware files
Completed patching clusterware files to /u01/app/oracle/product/10.2.0/crs
Relinking some shared libraries.

Relinking of patched files is complete.
WARNING: directory '/u01/app/oracle/product/10.2.0' is not owned by root
WARNING: directory '/u01/app/oracle/product' is not owned by root
WARNING: directory '/u01/app/oracle' is not owned by root
WARNING: directory '/u01/app' is not owned by root
WARNING: directory '/u01' is not owned by root
Preparing to recopy patched init and RC scripts.
Recopying init and RC scripts.
Startup will be queued to init within 30 seconds.
/etc/profile: line 55: ulimit: max user processes: cannot modify limit: Operation not permitted
Starting up the CRS daemons.
Waiting for the patched CRS daemons to start.
This may take a while on some systems.
.
10204 patch successfully applied.
clscfg: EXISTING configuration version 3 detected.
clscfg: version 3 is 10G Release 2.
Successfully accumulated necessary OCR keys.
Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
node :
node 1: node1 node1-priv node1
Creating OCR keys for user 'root', privgrp 'root'..
Operation successful.
clscfg -upgrade completed successfully
[11:35:41root@node1 ~]
============================================================
NameTypeTargetStateHost
------------------------------------------------------------
ora.dba.dbapplicationONLINEONLINEnode2
ora....name.cs applicationONLINEONLINEnode2
ora....ll1.srv applicationONLINEONLINEnode2
ora....l1.inst applicationONLINEONLINEnode1
ora....l2.inst applicationONLINEONLINEnode2
ora.dba.rac.cs applicationONLINEONLINEnode2
ora....ll1.srv applicationONLINEONLINEnode1
ora....ll2.srv applicationONLINEONLINEnode2
ora....SM1.asm applicationONLINEONLINEnode1
ora....E1.lsnr applicationONLINEONLINEnode1
ora.node1.gsdapplicationONLINEONLINEnode1
ora.node1.onsapplicationONLINEONLINEnode1
ora.node1.vipapplicationONLINEONLINEnode1
ora....SM2.asm applicationONLINEONLINEnode2
ora....E2.lsnr applicationONLINEONLINEnode2
ora.node2.gsdapplicationONLINEONLINEnode2
ora.node2.onsapplicationONLINEONLINEnode2
ora.node2.vipapplicationONLINEONLINEnode2
============================================================

4、关闭节点2
[11:42:41root@node1 ~]su - oracle
[11:42:43oracle@node1 db_1]ssh node2
Last login: Thu May 27 11:14:50 2010 from node2.wang.com

关闭节点2 dbconsole
[11:42:45oracle@node2 ~]emctl stop dbconsole
TZ set to PRC
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, 2005 Oracle Corporation.All rights reserved.
http://node1.wang.com:1158/em/console/aboutApplication
Stopping Oracle Enterprise Manager 10g Database Control ...
...Stopped.
[11:43:05oracle@node2 ~]

关闭节点2 isqlplus
[11:43:07oracle@node2 ~]isqlplusctl stop
iSQL*Plus 10.2.0.1.0
Copyright (c) 2003, 2005, Oracle.All rights reserved.
getnameinfo failed
getnameinfo failed
getnameinfo failed
getnameinfo failed
iSQL*Plus instance on port 5560 is not running ...

关闭节点2 instance
[11:43:37oracle@node2 ~]srvctlstop instance -d dba -i null2
============================================================
NameTypeTargetStateHost
------------------------------------------------------------
ora.dba.dbapplicationONLINEONLINEnode2
ora....name.cs applicationONLINEONLINEnode2
ora....ll1.srv applicationONLINEONLINEnode1
ora....l1.inst applicationONLINEONLINEnode1
ora....l2.inst applicationOFFLINEOFFLINE
ora.dba.rac.cs applicationONLINEONLINEnode2
ora....ll1.srv applicationONLINEONLINEnode1
ora....ll2.srv applicationONLINEOFFLINE
ora....SM1.asm applicationONLINEONLINEnode1
ora....E1.lsnr applicationONLINEONLINEnode1
ora.node1.gsdapplicationONLINEONLINEnode1
ora.node1.onsapplicationONLINEONLINEnode1
ora.node1.vipapplicationONLINEONLINEnode1
ora....SM2.asm applicationONLINEONLINEnode2
ora....E2.lsnr applicationONLINEONLINEnode2
ora.node2.gsdapplicationONLINEONLINEnode2
ora.node2.onsapplicationONLINEONLINEnode2
【Oracle|Oracle Rac 10.2.0.1升级至10.2.0.4操作笔记】ora.node2.vipapplicationONLINEONLINEnode2
============================================================

关闭节点2 ASM
[11:45:25oracle@node2 ~]srvctlstop asm -n node2
============================================================
NameTypeTargetStateHost
------------------------------------------------------------
ora.dba.dbapplicationONLINEONLINEnode2
ora....name.cs applicationONLINEONLINEnode2
ora....ll1.srv applicationONLINEONLINEnode1
ora....l1.inst applicationONLINEONLINEnode1
ora....l2.inst applicationOFFLINEOFFLINE
ora.dba.rac.cs applicationONLINEONLINEnode2
ora....ll1.srv applicationONLINEONLINEnode1
ora....ll2.srv applicationONLINEOFFLINE
ora....SM1.asm applicationONLINEONLINEnode1
ora....E1.lsnr applicationONLINEONLINEnode1
ora.node1.gsdapplicationONLINEONLINEnode1
ora.node1.onsapplicationONLINEONLINEnode1
ora.node1.vipapplicationONLINEONLINEnode1
ora....SM2.asm applicationOFFLINEOFFLINE
ora....E2.lsnr applicationONLINEONLINEnode2
ora.node2.gsdapplicationONLINEONLINEnode2
ora.node2.onsapplicationONLINEONLINEnode2
ora.node2.vipapplicationONLINEONLINEnode2
============================================================

关闭节点2 NODEAPPS
[11:46:45oracle@node2 ~]srvctlstop nodeapps -n node2
============================================================
NameTypeTargetStateHost
------------------------------------------------------------
ora.dba.dbapplicationONLINEONLINEnode2
ora....name.cs applicationONLINEONLINEnode2
ora....ll1.srv applicationONLINEONLINEnode1
ora....l1.inst applicationONLINEONLINEnode1
ora....l2.inst applicationOFFLINEOFFLINE
ora.dba.rac.cs applicationONLINEONLINEnode2
ora....ll1.srv applicationONLINEONLINEnode1
ora....ll2.srv applicationONLINEOFFLINE
ora....SM1.asm applicationONLINEONLINEnode1
ora....E1.lsnr applicationONLINEONLINEnode1
ora.node1.gsdapplicationONLINEONLINEnode1
ora.node1.onsapplicationONLINEONLINEnode1
ora.node1.vipapplicationONLINEONLINEnode1
ora....SM2.asm applicationOFFLINEOFFLINE
ora....E2.lsnr applicationOFFLINEOFFLINE
ora.node2.gsdapplicationOFFLINEOFFLINE
ora.node2.onsapplicationOFFLINEOFFLINE
ora.node2.vipapplicationOFFLINEOFFLINE
============================================================

5、升级节点2 集群件 仅关闭crs后执行脚本即可
[11:54:40root@node2 ~] crsctl query crs softwareversion
CRS software version on node [node2] is [10.2.0.1.0]
[11:54:45root@node2 ~]
[11:54:47root@node2 ~]pwd
/root
[11:54:48root@node2 ~]crsctl stop crs
Stopping resources.
Successfully stopped CRS resources
Stopping CSSD.
Shutting down CSS daemon.
Shutdown request successfully issued.

[11:58:08root@node2 ~]/u01/app/oracle/product/10.2.0/crs/install/root102.sh
Creating pre-patch directory for saving pre-patch clusterware files
Completed patching clusterware files to /u01/app/oracle/product/10.2.0/crs
Relinking some shared libraries.
Relinking of patched files is complete.
WARNING: directory '/u01/app/oracle/product/10.2.0' is not owned by root
WARNING: directory '/u01/app/oracle/product' is not owned by root
WARNING: directory '/u01/app/oracle' is not owned by root
WARNING: directory '/u01/app' is not owned by root
WARNING: directory '/u01' is not owned by root
Preparing to recopy patched init and RC scripts.
Recopying init and RC scripts.
Startup will be queued to init within 30 seconds.
/etc/profile: line 55: ulimit: max user processes: cannot modify limit: Operation not permitted
Starting up the CRS daemons.
Waiting for the patched CRS daemons to start.
This may take a while on some systems.
.
10204 patch successfully applied.
clscfg: EXISTING configuration version 3 detected.
clscfg: version 3 is 10G Release 2.
Successfully accumulated necessary OCR keys.
Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
node :
node 2: node2 node2-priv node2
Creating OCR keys for user 'root', privgrp 'root'..
Operation successful.
clscfg -upgrade completed successfully

[12:02:40root@node2 ~] crsctl query crs softwareversion
CRS software version on node [node2] is [10.2.0.4.0]


第二部分:数据库软件升级【OUI db_home】

1、关闭节点1

关闭节点1 dbconsole
[12:05:11root@node1 ~]su - oracle
[12:05:14oracle@node1 db_1]emctl stop dbconsole
TZ set to PRC
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, 2005 Oracle Corporation.All rights reserved.
http://node1.wang.com:1158/em/console/aboutApplication
Stopping Oracle Enterprise Manager 10g Database Control ...

Cannot determine Oracle Enterprise Manager 10g Database Control process. /u01/app/oracle/product/10.2.0/db_1/node1_null1/emctl.pid does not exist.
[12:05:38oracle@node1 db_1]

关闭节点1isqlplus
[12:05:41oracle@node1 db_1]isqlplusctl stop
iSQL*Plus 10.2.0.1.0
Copyright (c) 2003, 2005, Oracle.All rights reserved.
getnameinfo failed
getnameinfo failed
getnameinfo failed
getnameinfo failed
getnameinfo failed
getnameinfo failed
iSQL*Plus instance on port 5560 is not running ...
[12:05:48oracle@node1 db_1]


关闭节点1 listener
[05:53:51root@node1 ~]>srvctl stop listener -n node1

2、关闭节点2

关闭节点2 dbconsole
[12:06:04oracle@node1 db_1]ssh node2
Last login: Fri May 28 11:42:45 2010 from node1.wang.com
[12:06:12oracle@node2 ~]emctl stop dbconsole
TZ set to PRC
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, 2005 Oracle Corporation.All rights reserved.
http://node1.wang.com:1158/em/console/aboutApplication
Stopping Oracle Enterprise Manager 10g Database Control ...
...Stopped.

关闭节点2 isqlplus
[12:06:21oracle@node2 ~]isqlplusctl stop
iSQL*Plus 10.2.0.1.0
Copyright (c) 2003, 2005, Oracle.All rights reserved.
getnameinfo failed
getnameinfo failed
getnameinfo failed
getnameinfo failed
iSQL*Plus instance on port 5560 is not running ...

关闭节点2 listener
[05:53:51root@node1 ~]>srvctl stop listener -n node2

3、关闭生产数据库及ASM实例
[12:06:27oracle@node2 ~]srvctl stop database -d dba
============================================================
NameTypeTargetStateHost
------------------------------------------------------------
ora.dba.dbapplicationOFFLINEOFFLINE
ora....name.cs applicationOFFLINEOFFLINE
ora....ll1.srv applicationOFFLINEOFFLINE
ora....l1.inst applicationOFFLINEOFFLINE
ora....l2.inst applicationOFFLINEONLINEnode2
ora.dba.rac.cs applicationOFFLINEOFFLINE
ora....ll1.srv applicationOFFLINEOFFLINE
ora....ll2.srv applicationOFFLINEOFFLINE
ora....SM1.asm applicationONLINEONLINEnode1
ora....E1.lsnr applicationOFFLINEOFFLINE
ora.node1.gsdapplicationONLINEONLINEnode1
ora.node1.onsapplicationONLINEONLINEnode1
ora.node1.vipapplicationONLINEONLINEnode1
ora....SM2.asm applicationONLINEONLINEnode2
ora....E2.lsnr applicationOFFLINEOFFLINE
ora.node2.gsdapplicationONLINEONLINEnode2
ora.node2.onsapplicationONLINEONLINEnode2
ora.node2.vipapplicationONLINEONLINEnode2
============================================================

[12:07:31oracle@node2 ~]srvctl stop asm -n node1
[12:08:17oracle@node2 ~]srvctl stop asm -n node2

============================================================
NameTypeTargetStateHost
------------------------------------------------------------
ora.dba.dbapplicationOFFLINEOFFLINE
ora....name.cs applicationOFFLINEOFFLINE
ora....ll1.srv applicationOFFLINEOFFLINE
ora....l1.inst applicationOFFLINEOFFLINE
ora....l2.inst applicationOFFLINEOFFLINE
ora.dba.rac.cs applicationOFFLINEOFFLINE
ora....ll1.srv applicationOFFLINEOFFLINE
ora....ll2.srv applicationOFFLINEOFFLINE
ora....SM1.asm applicationOFFLINEOFFLINE
ora....E1.lsnr applicationOFFLINEOFFLINE
ora.node1.gsdapplicationONLINEONLINEnode1
ora.node1.onsapplicationONLINEONLINEnode1
ora.node1.vipapplicationONLINEONLINEnode1
ora....SM2.asm applicationOFFLINEOFFLINE
ora....E2.lsnr applicationOFFLINEOFFLINE
ora.node2.gsdapplicationONLINEONLINEnode2
ora.node2.onsapplicationONLINEONLINEnode2
ora.node2.vipapplicationONLINEONLINEnode2
============================================================

4、升级数据库软件
[12:09:15oracle@node1 Disk1]pwd
/u01/oracle_linux_64/Disk1
[12:09:16oracle@node1 Disk1]./runInstaller

[12:43:21oracle@node1 Disk1]su -
Password:
[12:43:29root@node1 ~]/u01/app/oracle/product/10.2.0/db_1/root.sh
Running Oracle10 root.sh script...

The following environment variables are set as:
ORACLE_OWNER= oracle
ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1

Enter the full pathname of the local bin directory: [/usr/local/bin]:
The file "dbhome" already exists in /usr/local/bin.Overwrite it? (y/n)
[n]: y
Copying dbhome to /usr/local/bin ...
The file "oraenv" already exists in /usr/local/bin.Overwrite it? (y/n)
[n]: y
Copying oraenv to /usr/local/bin ...
The file "coraenv" already exists in /usr/local/bin.Overwrite it? (y/n)
[n]: y
Copying coraenv to /usr/local/bin ...

Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root.sh script.
Now product-specific root actions will be performed.

[12:43:55root@node1 ~]ssh node2 /u01/app/oracle/product/10.2.0/db_1/root.sh
Running Oracle10 root.sh script...

The following environment variables are set as:
ORACLE_OWNER= oracle
ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1

Enter the full pathname of the local bin directory: [/usr/local/bin]:
The file "dbhome" already exists in /usr/local/bin.Overwrite it? (y/n)
[n]: y
Copying dbhome to /usr/local/bin ...
The file "oraenv" already exists in /usr/local/bin.Overwrite it? (y/n)
[n]: y
Copying oraenv to /usr/local/bin ...
The file "coraenv" already exists in /usr/local/bin.Overwrite it? (y/n)
[n]: y
Copying coraenv to /usr/local/bin ...

Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root.sh script.
Now product-specific root actions will be performed.

第三部分:升级数据库【DBUA】

[12:46:08oracle@node1 Disk1]srvctlstart listener -n node1
[12:46:17oracle@node1 Disk1]srvctlstart listener -n node2
[12:46:21oracle@node1 Disk1]srvctlstart asm -n node1
[12:46:47oracle@node1 Disk1]srvctlstart asm -n node2
[12:46:57oracle@node1 Disk1]
============================================================
NameTypeTargetStateHost
------------------------------------------------------------
ora.dba.dbapplicationOFFLINEOFFLINE
ora....name.cs applicationOFFLINEOFFLINE
ora....ll1.srv applicationOFFLINEOFFLINE
ora....l1.inst applicationOFFLINEOFFLINE
ora....l2.inst applicationOFFLINEOFFLINE
ora.dba.rac.cs applicationOFFLINEOFFLINE
ora....ll1.srv applicationOFFLINEOFFLINE
ora....ll2.srv applicationOFFLINEOFFLINE
ora....SM1.asm applicationONLINEONLINEnode1
ora....E1.lsnr applicationONLINEONLINEnode1
ora.node1.gsdapplicationONLINEONLINEnode1
ora.node1.onsapplicationONLINEONLINEnode1
ora.node1.vipapplicationONLINEONLINEnode1
ora....SM2.asm applicationONLINEONLINEnode2
ora....E2.lsnr applicationONLINEONLINEnode2
ora.node2.gsdapplicationONLINEONLINEnode2
ora.node2.onsapplicationONLINEONLINEnode2
ora.node2.vipapplicationONLINEONLINEnode2
============================================================

[12:46:57oracle@node1 Disk1]dbua&


在各节点执行/u01/app/oracle/product/10.2.0/db_1/install/changePerm.sh
[1]+Donedbua
[14:37:52oracle@node1 Disk1]cd /u01/app/oracle/product/10.2.0/db_1/install
[14:38:29oracle@node1 install]./changePerm.sh

-------------------------------------------------------------------------------
Disclaimer: The purpose of this script is to relax permissions on some of the
files in the database Oracle Home so that all clients can access them.
Please note that Oracle Corporation recommends using the most restrictive file
permissions as possible for your given implementation.Running this script
should be done only after considering all security ramifications.
-------------------------------------------------------------------------------

Do you wish to continue (y/n) [n]: y
Spooling the error log /tmp/changePerm_err.log...
Finished running the script successfully
[14:44:11oracle@node1 install]
[14:55:20oracle@node1 install]pwd
/u01/app/oracle/product/10.2.0/db_1/install
[14:55:26oracle@node1 install]ssh node2
Last login: Fri May 28 12:06:12 2010 from node1.wang.com

cd[14:55:33oracle@node2 ~]cd /u01/app/oracle/product/10.2.0/db_1/install
[14:55:37oracle@node2 install]./changePerm.sh

-------------------------------------------------------------------------------
Disclaimer: The purpose of this script is to relax permissions on some of the
files in the database Oracle Home so that all clients can access them.
Please note that Oracle Corporation recommends using the most restrictive file
permissions as possible for your given implementation.Running this script
should be done only after considering all security ramifications.
-------------------------------------------------------------------------------

Do you wish to continue (y/n) [n]: y
Spooling the error log /tmp/changePerm_err.log...
Finished running the script successfully


6、查看升级结果
[14:58:07oracle@node2 ~]sqlplus / as sysdba

SQL*Plus: Release 10.2.0.4.0 - Production on Fri May 28 14:58:10 2010
Copyright (c) 1982, 2007, Oracle.All Rights Reserved.

Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP, Data Mining
and Real Application Testing options

SYS@NODE2:null2>col comp_name for a40
SYS@NODE2:null2>col version for a20
SYS@NODE2:null2>col status for a10
SYS@NODE2:null2>select comp_name,version,status from dba_registry;
Oracle Enterprise Manager10.2.0.4.0VALID
Spatial10.2.0.4.0VALID
Oracle interMedia10.2.0.4.0VALID
OLAP Catalog10.2.0.4.0VALID
Oracle XML Database10.2.0.4.0VALID
Oracle Text10.2.0.4.0VALID
Oracle Expression Filter10.2.0.4.0VALID
Oracle Rule Manager10.2.0.4.0VALID
Oracle Workspace Manager10.2.0.4.3VALID
Oracle Data Mining10.2.0.4.0VALID
Oracle Database Catalog Views10.2.0.4.0VALID
Oracle Database Packages and Types10.2.0.4.0VALID
JServer JAVA Virtual Machine10.2.0.4.0VALID
Oracle XDK10.2.0.4.0VALID
Oracle Database Java Packages10.2.0.4.0VALID
OLAP Analytic Workspace10.2.0.4.0VALID
Oracle OLAP API10.2.0.4.0VALID
Oracle Real Application Clusters10.2.0.4.0VALID

18 rows selected.

SYS@NODE2:null2>select * from v$version;

BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
PL/SQL Release 10.2.0.4.0 - Production
CORE10.2.0.4.0Production
TNS for Linux: Version 10.2.0.4.0 - Production
NLSRTL Version 10.2.0.4.0 - Production

大功告成!!





来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/21162451/viewspace-665762/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/21162451/viewspace-665762/

    推荐阅读