runcluvfy failed continuously

classic Classic list List threaded Threaded
11 messages Options
Reply | Threaded
Open this post in threaded view
|

runcluvfy failed continuously

raiq1
Dear erman sir,

Need your support to fix the error , after continuous run runcluvfy before install the Grid installtion on 12.1.0.2 with OEL6.7

I have attached the logfile, kindly check and need your support to fix the issue.

Regards,
RAIQ

cluvfy.txt
Reply | Threaded
Open this post in threaded view
|

Re: runcluvfy failed continuously

ErmanArslansOracleBlog
Administrator
You got the following errors and I wrote my comments;

PRVG-1206 : Check cannot be performed for configured value of kernel parameter "panic_on_oops" on node

My Connect: Check the MOS note : PRVG-1206 : Check cannot be performed for configured value of kernel parameter "panic_on_oops" on node "racnode1" (Doc ID 1921982.1)

PRVF-5410 : Check of common NTP Time Server failed

My comment: Your ntp server conf is incorrect, or you OS doesn't trust the configured NTP server.
configure your ntp server /etc/resolv.conf
Ensure you have the connectivity (firewal rules and etc) in place.
Check with ntpq -pn and apply the workaround given in the following node, if it is the case;
--The workaround is to set the stratum for the local server to a value lower than the NTP server.
CVU NTP Prerequisite Check Fails With PRVF-5410 and PRVF-5416 (Doc ID 1384298.1)


PRVG-11850 : The system call "connect" failed with error "113" while executing exectask on node

My comment: It seems the verification utility picked a wrong interface.. There is MAC Address there.. So probably, they are wrong and that's why you shoud use the -networks option.. follow this note -> Cluvfy Network Check Fails on Cluster Install (Doc ID 2709779.1)
Reply | Threaded
Open this post in threaded view
|

Re: runcluvfy failed continuously

raiq1
Dear Erman sir,

Thanks for your prompt support,

For fix 1
---------

I disable the NTP and it is ok now.


For Fix2

Still stuck.

sh runcluvfy.sh stage -pre crsinst -n ebsrac1,ebsrac2 -verbose

I dont know from where it will get the below interface.
Interface information for node "ebsrac1"
 Name   IP Address      Subnet          Gateway         Def. Gateway    HW Address        MTU
 ------ --------------- --------------- --------------- --------------- ----------------- ------
 eth0   192.168.1.117   192.168.1.0     0.0.0.0         192.168.1.1     08:00:27:85:D3:A4 1500
 eth1   192.168.0.100   192.168.0.0     0.0.0.0         192.168.1.1     08:00:27:FE:68:5D 1500
 eth2   192.168.1.121   192.168.1.0     0.0.0.0         192.168.1.1     08:00:27:0D:C9:DB 1500
 eth0   2a02:ce0:2800:3dd4:a00:27ff:fe85:d3a4 2a02:ce0:2800:3dd4:: UNKNOWN         fe80::1002:71ff:fe9a:ec78 08:00:27:85:D3:A4 1500
 eth2   2a02:ce0:2800:3dd4:a00:27ff:fe0d:c9db 2a02:ce0:2800:3dd4:: UNKNOWN         fe80::1002:71ff:fe9a:ec78 08:00:27:0D:C9:DB 1500



here first 3 interface are fine but next 2 eth0 & eth1 are UNKNOWN , from where it will fetch this information.

Kindly help me to solve the issue.

Regards,
Reply | Threaded
Open this post in threaded view
|

Re: runcluvfy failed continuously

ErmanArslansOracleBlog
Administrator
Eight groups four hexadecimal digits, each group representing 16 bits.. Those seem like IPV6 IP addresses.
Try this -> Turn off IPV6 (you are already not using IPV6 right?) on OS level and retry..

It seems that runcluvfy is confused. While it's trying to do something good, things gets mixed up.
Reply | Threaded
Open this post in threaded view
|

Re: runcluvfy failed continuously

raiq1
Dear Erman,

I have successfully installed a Grid infrastructure, now planning to install EBS12.2 on 2 node rac environement.

EBSRAC1
EBSRAC2

once run the rapidwizard , its start the database installaton , but it has failed with below message.

 Phase 3 Rename Database



Executing command: sh -c "ORACLE_SID=ORCLPROD;export ORACLE_SID;ORACLE_HOME=/u01/oracle/PROD/12.1.0;export ORACLE_HOME; /u01/oracle/PROD/12.1.0/bin/rman target / nocatalog @/u01/oracle/PROD/12.1.0/appsutil/out/PROD_ebsrac1/restore-rac3.rman > /u01/oracle/PROD/12.1.0/appsutil/out/PROD_ebsrac1/restore-rac3.log"

Unable to rename database

    RW-50010: Error: - script has returned an error:   1
RW-50004: Error code received when running external process.  Check log file for details.
Running Database Install Driver for PROD instance


Need to solve the above issue, and also need your advice to start the fresh installation .

before fresh installation , what directories i have to clean to start the new installation.

also in ASM, how to remove the data there , because it has occupied the space because if we start

the new installation again, the previous installation data are there in the asm DISK1, so need to clean it.

Please guide us to solve the above error.

ASMCMD> lsdg
State    Type    Rebal  Sector  Block       AU  Total_MB  Free_MB  Req_mir_free_MB  Usable_file_MB  Offline_disks  Voting_files  Name
MOUNTED  EXTERN  N         512   4096  4194304    127992    39700                0           39700              0             Y  DATA/
ASMCMD>



Reards,

Reply | Threaded
Open this post in threaded view
|

Re: runcluvfy failed continuously

ErmanArslansOracleBlog
Administrator
This is a different issue. Please create a seperate thread for this.

6 May 2021 Per 22:18 tarihinde raiq1 [via Erman Arslan's Oracle Forum] <[hidden email]> şunu yazdı:
Dear Erman,

I have successfully installed a Grid infrastructure, now planning to install EBS12.2 on 2 node rac environement.

EBSRAC1
EBSRAC2

once run the rapidwizard , its start the database installaton , but it has failed with below message.

 Phase 3 Rename Database



Executing command: sh -c "ORACLE_SID=ORCLPROD;export ORACLE_SID;ORACLE_HOME=/u01/oracle/PROD/12.1.0;export ORACLE_HOME; /u01/oracle/PROD/12.1.0/bin/rman target / nocatalog @/u01/oracle/PROD/12.1.0/appsutil/out/PROD_ebsrac1/restore-rac3.rman > /u01/oracle/PROD/12.1.0/appsutil/out/PROD_ebsrac1/restore-rac3.log"

Unable to rename database

    RW-50010: Error: - script has returned an error:   1
RW-50004: Error code received when running external process.  Check log file for details.
Running Database Install Driver for PROD instance


Need to solve the above issue, and also need your advice to start the fresh installation .

before fresh installation , what directories i have to clean to start the new installation.

also in ASM, how to remove the data there , because it has occupied the space because if we start

the new installation again, the previous installation data are there in the asm DISK1, so need to clean it.

Please guide us to solve the above error.

ASMCMD> lsdg
State    Type    Rebal  Sector  Block       AU  Total_MB  Free_MB  Req_mir_free_MB  Usable_file_MB  Offline_disks  Voting_files  Name
MOUNTED  EXTERN  N         512   4096  4194304    127992    39700                0           39700              0             Y  DATA/
ASMCMD>



Reards,




If you reply to this email, your message will be added to the discussion below:
http://erman-arslan-s-oracle-forum.2340467.n4.nabble.com/runcluvfy-failed-continuously-tp9685p9748.html
To start a new topic under RAC, email [hidden email]
To unsubscribe from Erman Arslan's Oracle Forum, click here.
NAML
Reply | Threaded
Open this post in threaded view
|

Re: runcluvfy failed continuously

raiq1
In reply to this post by raiq1
Sorry to upload log file...log file arerestore-rac3.log05061616.log attached.
Reply | Threaded
Open this post in threaded view
|

Re: runcluvfy failed continuously

ErmanArslansOracleBlog
Administrator
Reply | Threaded
Open this post in threaded view
|

Re: runcluvfy failed continuously

raiq1
Dear sir,

After runcluvy problem is solve, Grid infrastartucture installation is started but failed in 96% when created a repository.


MGMTDB are unable to started, for your information, kindly check the screenshot and the logfile.

Kindly need your urgent help to complete the grid installation.

Regards,
installActions2021-05-08_03-52-28AM.logGI-FAILED.JPG
Reply | Threaded
Open this post in threaded view
|

Re: runcluvfy failed continuously

ErmanArslansOracleBlog
Administrator
:) raiq , this is "another" "different" issue please create a seperate thread for that.
I already told you that this runcluvfy issue is fixed.
So, you created a seperate thread for your next issue, which is about the corruption that you have while performing EBS installation with rapidwiz.
And now, you have a GRID installation issue. As you may guess this is also a different one, so please create a different thread and also send me the installation log in that thread.

Reply | Threaded
Open this post in threaded view
|

Re: runcluvfy failed continuously

ErmanArslansOracleBlog
Administrator
As for the quick info -> you got permission problem while accessing the block devices..

INFO: INFO: Parsing KFOD-00311: Error scanning device /dev/sda
INFO: INFO: Parsing ORA-27041: unable to open file
INFO: INFO: Parsing Linux-x86_64 Error: 13: Permission denied
INFO: INFO: Parsing Additional information: 42
INFO: INFO: Parsing Additional information: 140723390090880
INFO: INFO: Parsing KFOD-00311: Error scanning device /dev/sdb
INFO: INFO: Parsing ORA-27041: unable to open file
INFO: INFO: Parsing Linux-x86_64 Error: 13: Permission denied

Please review the GRID installation prereqs and review the permissions of the OS user that you use for the GRID installation.