Hello,
I am trying to install oracle RAC 11.2.0.3 on Oracle Linux 6.10 (64bit) using Oracle Virtual Box. I followed the below 2 links to configure the Operating System pre-requisites.
https://oracle-base.com/articles/11g/oracle-db-11gr2-rac-installation-on-oracle-linux-6-using-virtualbox
http://www.lab128.com/rac_installation_using_vb/article_text.html
I assumed that I have installed all required packages. While run cluster verify, I got following error.
First I faced this below error. which is eliminated via "linux32 bash"
[oracle@rac1 ~]$ ./runcluvfy.sh stage -pre crsinst -n rac1,rac2 -verbose
Running a 64-bit JVM is not supported on this platform.
[oracle@rac1 ~]$ linux32 bash
Second I faced this error.
[oracle@rac1 ~]$ ./runcluvfy.sh stage -pre crsinst -n rac1,rac2 -verbose
Performing pre-checks for cluster services setup
Checking node reachability...
Check: Node reachability from node "rac1"
Destination Node Reachable?
------------------------------------ ------------------------
rac2 yes
rac1 yes
Result: Node reachability check passed from node "rac1"
Checking user equivalence...
Check: User equivalence for user "oracle"
Node Name Status
------------------------------------ ------------------------
rac2 passed
rac1 passed
Result: User equivalence check passed for user "oracle"
ERROR:
Reference data is not available for verifying prerequisites on this operating system distribution
Verification cannot proceed
Pre-check for cluster services setup was unsuccessful on all the nodes.
Please help me, how to solve this issue.
Regards
Romin