OPatch failed with error code 73 (These not-installed components)
OPatch failed with error code 73 (These not-installed components are oracle.crs:11.2.0.1.0)
1、問題緣由
applying patch 9413827 before upgrading crs to 11.2.0.3.0學習中
參考文獻
http://oraclecimen.blogspot.com/2012/11/applying-patch-9413827-before-upgrading.html
自己沒有完全理解這個操作過程導致自己浪費了一天的時間,我了去,狠狠抽自己一下!
總結:以後不懂的命令必須去看懂簡介再去使用
命令幫助如下:
[oracle@dou_rac1 ~]$ /u01/app/oracle/product/11.2.0/dbhome_1/OPatch/opatch -help
2、問題描述
[oracle@dou_rac1 ~]$ /u01/app/oracle/product/11.2.0/dbhome_1/OPatch/opatch napply custom/server/ -local -oh /u01/app/oracle/product/11.2.0/dbhome_1 -id 9413827
Invoking OPatch 11.1.0.6.6
Oracle 中間補丁程式安裝程式版本 11.1.0.6.6
版權所有 (c) 2009, Oracle Corporation。保留所有權利。
UTIL session
Oracle 主目錄 : /u01/app/oracle/product/11.2.0/dbhome_1
主產品清單: /u01/app/oraInventory
從 : /etc/oraInst.loc
OPatch 版本 : 11.1.0.6.6
OUI 版本 : 11.2.0.1.0
OUI 位置 : /u01/app/oracle/product/11.2.0/dbhome_1/oui
日誌檔案位置 : /u01/app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/opatch/opatch2013-08-09_08-35-43上午.log
Patch history file: /u01/app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/opatch/opatch_history.txt
Invoking utility "napply"
Checking conflict among patches...
Checking if Oracle Home has components required by patches...
UtilSession 失敗: Patch 9413827 requires component(s) that are not installed in OracleHome. These not-installed components are oracle.crs:11.2.0.1.0,
OPatch failed with error code 73
3、問題解決
[oracle@dou_rac1 ~]$ /u01/app/oracle/product/11.2.0/dbhome_1/OPatch/opatch napply /u01/opatch/9413827/custom/server/ -local -oh /u01/app/oracle/product/11.2.0/dbhome_1 -id 9413827
--最後把custom/server/換成了絕對路徑,問題解決
4、參考文獻
applying patch 9413827 before upgrading crs to 11.2.0.3.0
http://oraclecimen.blogspot.com/2012/11/applying-patch-9413827-before-upgrading.html
(題外話,真的很喜歡這位老師的BLOG,以後向您學習!)
patch id 9413827
with root
/u01/app/11.2.0/grid/crs/install/rootcrs.pl
-unlock
su - oracle
9413827/custom/scripts/prepatch.sh -dbhome $ORACLE_HOME
First applying patch for grid;
/u01/app/11.2.0/grid/OPatch/opatch napply
-local -oh $CRS_HOME -id 9413827
then for database;
/u01/app/oracle/product/11.2.0/db_1/OPatch/opatch
napply 9413827/custom/server/ -local -oh $ORACLE_HOME -id 9413827
again with root
chmod +w /u01/app/11.2.0/grid/log/rac1/agent/
chmod +w
/u01/app/11.2.0/grid/log/rac1/agent/crsd/
su - oracle
custom/server/9413827/custom/scripts/postpatch.sh
-dbhome $ORACLE_HOME
su - root
/u01/app/11.2.0/grid/crs/install/rootcrs.pl
-patch
same steps for node 2 too..
OPatch failed with error code 73
http://www.oracle-notes.com/2012/08/17/opatch-failed-with-error-code-73/
Solutions:
1. Specify the full path and the patch under …/custom/server/ .. directory.
Example: /OPatch/opatch napply -oh -local /depot/patches/11.2/GIPSU2/12311357/custom/server/12311357
For more details see Document 763680.1
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26442936/viewspace-768317/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【ERROR】OPatch failed with error code 73ErrorAI
- OPatch failed with error code 73AIError
- weblogic報錯: OPatch failed with error code 73WebAIError
- error in ./src/components/form/Editor.vue Module build failed: Error:Vue packages version mismatchErrorORMVueUIAIPackage
- Error - RtlWerpReportException failed with status code :-1073741823. Will try to launch the processErrorExceptionAI
- Job for docker.service failed because the control process exited with error codeDockerAIError
- Job for mysqld.service failed because the control process exited with error code...MySqlAIError
- Cargo invocation has failed: Error: exit code: 101.解決辦法CargoAIError
- ORACLE 12C opatch fuser與ChecksystemCommandAvailable failedOracleAI
- Navicat tnt版本提示“failed to save password error code”的解決辦法AIError
- Job for mysqld.service failed because the control process exited with error code錯誤解決MySqlAIError
- 安裝MySQL出現Job for mysqld.service failed because the control process exited with error codeMySqlAIError
- Centos httpd模組 Job for httpd.service failed because the control process exited with error code.CentOShttpdAIError
- Mysql啟動報錯:Job for mysqld.service failed because the control process exited with error code.MySqlAIError
- Error Domain=kAFAssistantErrorDomain Code=7ErrorAI
- Pipeline流水線透過git拉取Jenkinsfile報錯 error: RPC failed; result=22, HTTP code = 404GitJenkinsErrorRPCAIHTTP
- logstash retrying failed action with response code: 429AI
- 【AndroidStudio】Error:Execution failed for task ':app:preDebugAndroidTestBuild'.AndroidErrorAIAPPUI
- Error: Connection activation failed: Device not managed by NetworkManagerErrorAIdev
- [Code Composer Studio] fatal error #6001Error
- Command CompileSwift failed with a nonzero exit code in Xcode 10CompileSwiftAIXCode
- Permission denied Command PhaseScriptExecution failed with a nonzero exit codeAI
- $ORACLE_HOME/OPatch/opatch prereq CheckConflictAgainstOHWithOracleAI
- FATAL - Fatal error: Target Interaction Manager failed at StartupErrorAI
- ERROR: Failed to resolve: org.greenrobot:eventbus:2.4.0ErrorAI
- git error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500GitErrorRPCAIHTTP
- Opatch - Where Can I Find the Latest Version of Opatch?
- 11.2.0.4單例項ASM安裝報錯ohasd failed to ... line 73.單例ASMAI
- 解決 yum clean all Error rpmdb open failedErrorAI
- PSQLException: ERROR: failed to find conversion function from unknown to charSQLExceptionErrorAIFunction
- ORA-00600: internal error code, arguments: [13011]Error
- python爬蟲--urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certiPython爬蟲ErrorAI
- ascp: Failed to open TCP connection for SSH, exiting. Session Stop (Error: Failed to open TCP connection for SSH)AITCPSessionError
- ERROR:Failed to load resource: net::ERR_INCOMPLETE_CHUNKED_ENCODINGErrorAIEncoding
- Error: pngquant failed to build, make sure that libpng-dev is installedErrorAIUIdev
- ERROR: failed to establish dependency between database db_name and diskgroupErrorAIDatabase
- ElasticSearch啟動報錯 ERROR: [4] bootstrap checks failedElasticsearchErrorbootAI
- 執行flutter run命令報錯::ERROR: Could not connect to lockdownd, error code -17FlutterError
- myeclipse中提示Hot Code Replace Failed提示窗錯誤EclipseAI