PRCT-1011 : Failed to run "oifcfg" (Doc ID 1380183.1)
PRCT-1011 : Failed to run "oifcfg" (Doc ID 1380183.1)
In this Document
Purpose |
Scope |
Details |
Issue#1 - Wrong ORA_NLS10 Setting |
--- Symptoms --- |
--- Solution --- |
Issue#2 - BUG 20598625 - CLUVFY: PRCT-1011 : FAILED TO RUN "OIFCFG". DETAILED ERROR: NULL |
--- Symptoms --- |
--- Solution --- |
Issue#3 - Incorrect Network Setting in OCR |
--- Symptoms --- |
--- Solution --- |
References |
APPLIES TO:
Oracle Database - Enterprise Edition - Version 11.2.0.1 and later
Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Information in this document applies to any platform.
PURPOSE
This note lists known issues, workarounds and solutions for error: PRCT-1011 : Failed to run "oifcfg"
SCOPE
DETAILS
Issue#1 - Wrong ORA_NLS10 Setting
--- Symptoms ---
11gR2 runInstaller fails:
- OUI log
SEVERE: [FATAL] An internal error occurred within cluster verification framework
Unable to obtain network interface list from Oracle Clusterware PRCT-1011 : Failed to run "oifcfg". Detailed error: null.
Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:1368
..
INFO: Advice is ABORT
SEVERE: Unconditional Exit
- Call stack
---# Begin Stacktrace #---------------------------
ID: oracle.install.commons.util.exception.DefaultErrorAdvisor:1368
oracle.cluster.verification.VerificationException: An internal error occurred within cluster verification framework
Unable to obtain network interface list from Oracle ClusterwarePRCT-1011 : Failed to run "oifcfg". Detailed error: null
at oracle.cluster.verification.ClusterVerification.getPreReqTasksForDBInst(ClusterVerification.java:528)
at oracle.install.ivw.db.action.PrereqAction.getProductVerificationTasks(PrereqAction.java:115)
at oracle.install.commons.base.interview.common.action.AbstractPrereqAction.execute(AbstractPrereqAction.java:86)
at oracle.install.commons.flow.AbstractFlowExecutor.startAction(AbstractFlowExecutor.java:361)
....
at java.lang.Thread.run(Thread.java:811)
---# End Stacktrace #-----------------------------
- SRVM trace
[pool-1-thread-1] [ 2011-11-21 13:54:01.314 EST ] [RuntimeExec.runCommand:77] /ocw/grid/bin/ oifcfg getif
[Thread-230] [ 2011-11-21 13:54:01.382 EST ] [StreamReader.run:61] In StreamReader.run
[Thread-231] [ 2011-11-21 13:54:01.382 EST ] [StreamReader.run:61] In StreamReader.run
[pool-1-thread-1] [ 2011-11-21 13:54:01.381 EST ] [RuntimeExec.runCommand:142] runCommand: Waiting for the process
[Thread-230] [ 2011-11-21 13:54:01.914 EST ] [StreamReader.run:65] OUTPUT>
[Thread-230] [ 2011-11-21 13:54:01.915 EST ] [StreamReader.run:65] OUTPUT> Failed to initialize GPnP
[pool-1-thread-1] [ 2011-11-21 13:54:01.927 EST ] [RuntimeExec.runCommand:144] runCommand: process returns 1
..
[pool-1-thread-1] [ 2011-11-21 13:54:01.932 EST ] [CmdToolUtil.doexecute:473] nativeSystem.runRemoteExecCmd failed. Command = /ocw/grid/bin/oifcfg arguments = [getif] env = null error = null
[pool-1-thread-1] [ 2011-11-21 13:54:01.934 EST ] [TaskFactory.getNetIfFromOifcfg:3522] INSTALLEXCEPTION: cannot obtain cluster interface information.
- oifcfg getif output as 11gR2 installation user:
/ocw/grid/bin/oifcfg getif
Failed to initialize GPnP
--- Solution ---
Either unset ORA_NLS10 or set it to correct location before starting OUI:
OR
export ORA_NLS10=$GRID_HOME/nls/data
Refer to
Note 1050472.1 for more details.
Issue#2 - BUG 20598625 - CLUVFY: PRCT-1011 : FAILED TO RUN "OIFCFG". DETAILED ERROR: NULL
--- Symptoms ---
cluvfy fails if GI is down:
- CVU output
Checking user equivalence...
Check: User equivalence for user "grid"
Node Name Status
------------------------------------ ------------------------
racnode2 passed
racnode1 passed
Result: User equivalence check passed for user "grid"ERROR:
Unable to obtain network interface list from Oracle ClusterwarePRCT-1011 : Failed to run "oifcfg". Detailed error: null
Verification cannot proceed
- CVU/SRVM trace
[31928@adprod2] [main] [ 2015-01-31 03:38:55.038 AST ] [RuntimeExec.runCommand:77] /u01/app/11.2.0/grid/bin/oifcfg getif -from gpnp
[31928@adprod2] [Thread-70] [ 2015-01-31 03:38:55.048 AST ] [StreamReader.run:61] In StreamReader.run
[31928@adprod2] [main] [ 2015-01-31 03:38:55.048 AST ] [RuntimeExec.runCommand:142] runCommand: Waiting for the process
[31928@adprod2] [Thread-71] [ 2015-01-31 03:38:55.048 AST ] [StreamReader.run:61] In StreamReader.run
[31928@adprod2] [Thread-70] [ 2015-01-31 03:38:58.143 AST ] [StreamReader.run:65] OUTPUT>PRIF-10: failed to initialize the cluster registry
[31928@adprod2] [main] [ 2015-01-31 03:38:58.145 AST ] [RuntimeExec.runCommand:144] runCommand: process returns 1
[31928@adprod2] [main] [ 2015-01-31 03:38:58.146 AST ] [RuntimeExec.runCommand:161] RunTimeExec: output>
[31928@adprod2] [main] [ 2015-01-31 03:38:58.146 AST ] [RuntimeExec.runCommand:164] PRIF-10: failed to initialize the cluster registry
[31928@adprod2] [main] [ 2015-01-31 03:38:58.146 AST ] [RuntimeExec.runCommand:170] RunTimeExec: error>
[31928@adprod2] [main] [ 2015-01-31 03:38:58.147 AST ] [RuntimeExec.runCommand:192] Returning from RunTimeExec.runCommand
[31928@adprod2] [main] [ 2015-01-31 03:38:58.147 AST ] [UnixSystem.dorunRemoteExecCmd:3232] retval = 1
[31928@adprod2] [main] [ 2015-01-31 03:38:58.148 AST ] [CmdToolUtil.doexecute:474] nativeSystem.runRemoteExecCmd failed. Command = /u01/app/11.2.0/grid/bin/oifcfg arguments = [getif, -from, gpnp] env = null error = null
[31928@adprod2] [main] [ 2015-01-31 03:38:58.225 AST ] [TaskFactory.getNetIfFromOifcfg:3587] INSTALLEXCEPTION: cannot obtain cluster interface information.
[31928@adprod2] [main] [ 2015-01-31 03:38:58.236 AST ] [ReportUtil.printReportFooter:1626] stageMsgID: cluster services setup
- oifcfg getif output as 11gR2 installation user:
/ocw/grid/bin/oifcfg getif
PRIF-10: failed to initialize the cluster registry
--- Solution ---
Request/apply if there's an impact.
Issue#3 - Incorrect Network Setting in OCR
--- Symptoms ---
11gR2 runInstaller error:
- OUI reports INS-20802 as CVU post installation check fails
- installation log or CVU error
Result: User equivalence check passed for user "grid"
ERROR:
Unable to obtain network interface list from Oracle Clusterware PRCT-1011 : Failed to run "oifcfg". Detailed error: null
Verification cannot proceed
- oifcfg getif output
oifcfg getif
PROC-4: The cluster registry key to be operated on does not exist.
PRIF-11: cluster registry error
--- Solution ---
In this example, eth1 is the private network and eth3 is the public network.
2.1. As root, execute the following to generate an ocr dump file:
2.2. As root, find out all network information in the OCR:
eth1
eth3
2.3. As grid user, find out the network information at OS level
..
eth1 <SUBNET IP1> PRIVATE 255.255.255.128
eth1 <HAIP SUBNET IP 169.254.x.x> UNKNOWN 255.255.192.0
..
eth3 <SUBNET IP3> PRIVATE 255.255.255.128
Note: HAIP (169.254.x.x) should be ignored in the output
2.4. As root, remove network info from OCR:
# $GRID_HOME/bin/oifcfg delif -global eth3 -force
If failure PRIF-31 encountered, ignord it
2.5. As grid user, set network info in OCR:
$ $GRID_HOME/bin/oifcfg setif -global eth3/<SUBNET IP2>:public
2.6. As grid user, confirm the change:
eth1 <SUBNET IP1> global cluster_interconnect
eth3 <SUBNET IP2> global public
REFERENCES
NOTE:1056322.1
- Troubleshoot Grid Infrastructure/RAC Database installer/runInstaller Issues
NOTE:1050472.1
- Failed to initialize GPnP Reported While Executing oifcfg
About Me
........................................................................................................................ ● 本文作者:小麥苗,部分內容整理自網路,若有侵權請聯絡小麥苗刪除 ● 本文在itpub、部落格園、CSDN和個人微 信公眾號( DB寶)上有同步更新 ● 本文itpub地址: http://blog.itpub.net/26736162 ● 本文部落格園地址: http://www.cnblogs.com/lhrbest ● 本文CSDN地址: https://blog.csdn.net/lihuarongaini ● 本文pdf版、個人簡介及小麥苗雲盤地址: http://blog.itpub.net/26736162/viewspace-1624453/ ● 資料庫筆試面試題庫及解答: http://blog.itpub.net/26736162/viewspace-2134706/ ● DBA寶典今日頭條號地址: ........................................................................................................................ ● QQ群號: 230161599 、618766405 ● 微 信群:可加我微 信,我拉大家進群,非誠勿擾 ● 聯絡我請加QQ好友 ( 646634621 ),註明新增緣由 ● 於 2020-05-01 06:00 ~ 2020-05-30 24:00 在西安完成 ● 最新修改時間:2020-05-01 06:00 ~ 2020-05-30 24:00 ● 文章內容來源於小麥苗的學習筆記,部分整理自網路,若有侵權或不當之處還請諒解 ● 版權所有,歡迎分享本文,轉載請保留出處 ........................................................................................................................ ● 小麥苗的微店: ● 小麥苗出版的資料庫類叢書: http://blog.itpub.net/26736162/viewspace-2142121/ ● 小麥苗OCP、OCM、高可用網路班: http://blog.itpub.net/26736162/viewspace-2148098/ ● 小麥苗騰訊課堂主頁: https://lhr.ke.qq.com/ ........................................................................................................................ 使用 微 信客戶端掃描下面的二維碼來關注小麥苗的微 信公眾號( DB寶)及QQ群(DBA寶典)、新增小麥苗微 信, 學習最實用的資料庫技術。
........................................................................................................................ |
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26736162/viewspace-2690247/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle ClusterwarePRCT-1011 : Failed to run "oifcfg".&nbOracleAI
- 安裝Oracle 11G RAC 遇到的2個問題——Failed to run "oifcfg" 和 找不到叢集節點OracleAI
- Npm install failed with “cannot run in wd”NPMAI
- nginx: [error] open() “/var/run/nginx/nginx.pid“ failed (2: No such file or directory)NginxErrorAI
- Rman Backup Failed With Error Rman-00600 [8201] (Doc ID 412786.1)AIError
- PRVF-7617: TCP connectivity check failed for subnet (Doc ID 1335136.1)TCPAI
- OPatch Fails With "OUI-67028:Inventory load failed" (Doc ID 1185246.1)AIUI
- OIFCFG命令
- Android Studio Run專案出現Failure [INSTALL_FAILED_TEST_ONLY]AndroidAI
- oracle grid oifcfg iflist 與 getif的區別Oracle
- GI的oifcfg命令
- Failed to run the WC DB work queue associated with 錯誤的解決AI
- 修改vip (Doc ID 276434.1)
- 【RAC】OIFCFG 工具的使用
- cadvisor報錯failed to collect filesystem stats- rootDiskErr: du command failed on /rootfs/var/lib/docAI
- SVN報錯“Failed to run the WC DB work queue associated with”解決辦法AI
- docker dm_task_run failed 啟動失敗解決辦法DockerAI
- svn報錯cleanup failed–previous operation has not finished; run cleanup if it was interrupte...AI
- HANGFG User Guide (Doc ID 362094.1)GUIIDE
- How to Prepare Storage for ASM (Doc ID 452924.1)ASM
- Idea開啟Run DashBoard配置Idea
- 【oifcfg】使用Oracle介面配置工具(oifcfg)調整RAC公用和私有互聯IP子網配置Oracle
- Android 在 Multidex 下使用 Instant RunAndroidIDE
- Failed to run 'create login' or 'sp_addsrvrolemeber' in sql Linux using windows authentcationAIVRSQLLinuxWindows
- Android開發簡單教程.docAndroid
- SQLT Diagnostic Tool (Doc ID 215187.1)SQL
- Oracle Text Health Check (Doc ID 823649.1)Oracle
- The DBMS_SUPPORT Package (Doc ID 62294.1)Package
- DBMS_REPAIR example (Doc ID 68013.1)AI
- Overview of Parameter Reference Notes (Doc ID 68462.1)View
- Linux OS Service 'ntpd' (Doc ID 551704.1)Linux
- (轉)【oifcfg】使用Oracle介面配置工具(oifcfg)調整RAC公用和私有互聯IP子網配置Oracle
- Android Studio中Instant RunAndroid
- nginx: [error] invalid PID number "" in "/var/run/nginx.pid"NginxError
- idapython import 'site' failedPythonImportAI
- Oracle 最新PSU (Doc ID 2118136.2)Oracle
- Backup and Recovery Scenarios (Doc ID 94114.1)iOS
- * Master Note: Database Performance Overview (Doc ID 402983.1)ASTDatabaseORMView