applying patch 9413827 before upgrading crs to 11.2.0.3.0
applying patch 9413827 before upgrading crs to 11.2.0.3.0
環境:oracle 11.2.0.1 rac on redhat 5.8
11.2.0.1 RAC升級GI可以不停DB,直接升級GI;一個例項一個例項升級GI,使用保持有一個例項被DG使用
1、check patch 9413827、opatch version
su - grid
$CRS_HOME/OPatch/opatch lsinventory
su - oracle
$ORACLE_HOME/OPatch/opatch lsinventory
su - grid
$CRS_HOME/OPatch/opatch version
su - oracle
$ORACLE_HOME/OPatch/opatch version
2、installation p6880880_112000_LINUX.zip, upgrade opatch version(to 11.2.0.3.4 from 11.1.0.6.6)
su - root
cd $CRS_HOME
mv OPatch/ OPatch_bk
unzip p6880880_112000_LINUX.zip -d $CRS_HOME
chown grid:oinstall OPatch -R
$CRS_HOME/OPatch/opatch version
3、installation p9413827_112010_LINUX.zip (需要停止升級GI節點上的例項)
su–root
unzip p9413827_112010_LINUX.zip -d $CRS_HOME
chown grid:oinstall 9413827 -R
su–oracle
sh /u01/app/11.2.0/grid/9413827/custom/scripts/prepatch.sh -dbhome $ORACLE_HOME
su–root
/u01/app/11.2.0/grid/crs/install/rootcrs.pl -unlock
su–grid
first applying patch for grid;
cd $CRS_HOME
$CRS_HOME/OPatch/opatch napply -local -oh /u01/app/11.2.0/grid -id 9413827
$CRS_HOME/OPatch/opatch lsinventory
the for database;
su - oracle
$ORACLE_HOME/OPatch/opatch napply /u01/app/11.2.0/grid/9413827/custom/server/ -local -oh $ORACLE_HOME -id 9413827
$ORACLE_HOME/OPatch/opatch lsinventory
su – root
chmod +w /u01/app/11.2.0/grid/log/dou_rac1/agent/
chmod +w /u01/app/11.2.0/grid/log/dou_rac1/agent/crsd/
su–oracle
sh /u01/app/11.2.0/grid/9413827/custom/scripts/postpatch.sh -dbhome $ORACLE_HOME
su–root
/u01/app/11.2.0/grid/crs/install/rootcrs.pl -patch
same setups of others node;
GI and Oracle software patch succeed !
總結:
希望我的BLOG也是以簡潔為主,附表為輔助性過程帶有註釋!
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26442936/viewspace-768695/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【RAC】在所有節點上滾動安裝BUNDLE Patch for Base Bug 9413827補丁包
- Consider Before Upgrading to 11.2.0.3/11.2.0.4 Grid Infrastructure/ASM_1363369.1IDEASTStructASM
- Rman.applying log 環境搭建APP
- crs reboot_toc引起主機重啟問題(patch sets:MLR#10 6273339)boot
- Applying “Incremental Statistic” for Oracle Big Partition TableAPPREMOracle
- git 生成patch和使用patchGit
- 升級Grid Infrastructure到10.2.0.2 遭遇bug 9413827ASTStruct
- 如何使用git 生成patch 和打入patchGit
- jQuery before()jQuery
- Diff and Patch
- crs_stat -t CRS-0184: Cannot communicate with the CRS daemon
- LINUX 的patch 製作,及打patchLinux
- 打 patch 報錯:corrupt patch at line 36
- aix打patchAI
- OAF and Jdev Patchdev
- [CSS] 偽元素和偽類,::before 和 :before 區別CSS
- Upgrading from Oracle Database 10g to 11gOracleDatabase
- CRS-0184 Cannot communicate with the CRS daemon
- CRS-0184: Cannot communicate with the CRS daemon
- crs之上的resource管理總結(CRS_PROFILE)
- uninstall 11.2.0.3.0 grid & database in linux 5.7DatabaseLinux
- 11.2.0.3.0 comment 操作不再是ddl操作???
- CRS-0184: Cannot communicate with the CRS daemon.
- CRS-1205:Auto-start failed for the CRS resourceAI
- JavaScript insertBefore()JavaScript
- javascript beforeprint事件JavaScript事件
- jQuery insertBefore()jQuery
- Before的翻譯
- 2.3.3.4 Application PatchAPP
- oracle安裝patchOracle
- Oracle ebs patch typeOracle
- 神奇的CRS-0184: Cannot communicate with the CRS daemon
- 【Oracle】單例項11.2.0.3.0 PSU 11.2.0.3.15Oracle單例
- how to clean failed crsAI
- 解除安裝CRS
- crs常用管理命令
- JUnit4 中@AfterClass @BeforeClass @after @before的區別對比
- Codeforces 402D Upgrading Array:貪心 + 數學