记录:10201 –> 10205,root102.sh
这里记录的是RHEL5.10上,10201 RAC升级10205的时候的Clusterware的脚本执行情况。
执行脚本是:root102.sh
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
[root@ora10g1 ~]# /u01/app/10g/grid/bin/crsctl stop crs Stopping resources. Successfully stopped CRS resources Stopping CSSD. Shutting down CSS daemon. Shutdown request successfully issued. [root@ora10g1 ~]# [root@ora10g1 ~]# /u01/app/10g/grid/install/root102.sh Creating pre-patch directory for saving pre-patch clusterware files Completed patching clusterware files to /u01/app/10g/grid Relinking some shared libraries. Relinking of patched files is complete. WARNING: directory '/u01/app/10g' 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. Starting up the CRS daemons. Waiting for the patched CRS daemons to start. This may take a while on some systems. . 10205 patch successfully applied. clscfg: EXISTING configuration version 3 detected. clscfg: version 3 is 10G Release 2. Successfully deleted 1 values from OCR. Successfully deleted 1 keys from OCR. Successfully accumulated necessary OCR keys. Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897. node <nodenumber>: <nodename> <private interconnect name> <hostname> node 1: ora10g1 ora10g1-priv ora10g1 Creating OCR keys for user 'root', privgrp 'root'.. Operation successful. clscfg -upgrade completed successfully Creating '/u01/app/10g/grid/install/paramfile.crs' with data used for CRS configuration Setting CRS configuration values in /u01/app/10g/grid/install/paramfile.crs [root@ora10g1 ~]# /u01/app/10g/grid/bin/crs_stat -t -v Name Type R/RA F/FT Target State Host ---------------------------------------------------------------------- ora....0g1.gsd application 0/5 0/0 ONLINE ONLINE ora10g1 ora....0g1.ons application 0/3 0/0 ONLINE ONLINE ora10g1 ora....0g1.vip application 0/0 0/0 ONLINE ONLINE ora10g1 ora....0g2.gsd application 0/5 0/0 ONLINE ONLINE ora10g2 ora....0g2.ons application 0/3 0/0 ONLINE ONLINE ora10g2 ora....0g2.vip application 0/0 0/0 ONLINE ONLINE ora10g2 [root@ora10g1 ~]# |
————————————
Done。