Linux AS6安装Oracle 11g使用runcluvfy.sh验证过程中出现Verification cannot proceed
Linux AS6安装Oracle 11g使用runcluvfy.sh验证过程中出现Verification cannot proceed,需要下载clupack.zip安装解决。
[grid@rac1:/temp/grid]$./runcluvfy.sh stage -pre crsinst -n rac1,rac2 -fixup -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 “grid”
Node Name Status
———————————— ————————
rac2 passed
rac1 passed
Result: User equivalence check passed for user “grid”
ERROR:
Reference data is not available for verifying prerequisites on this operating system distribution
Verification cannot proceed
需要下载安装clupack.zip 可以解决,这个文件已上传至附件,有需要有朋友可以下载。
[root@rac1 temp]# unzip clupack.zip
Archive: clupack.zip
inflating: cvu_prereq.xml
inflating: filegroup6.jar
inflating: filegroup10.jar
inflating: redhat-release-6Server-1.noarch.rpm
[root@rac1 temp]# rpm -ivh redhat-release-6Server-1.noarch.rpm
Preparing… ########################################### [100%]
1:redhat-release ########################################### [100%]
[root@rac1 temp]#
[grid@rac1:/temp/grid]$./runcluvfy.sh stage -pre crsinst -n rac1,rac2 -fixup -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 “grid”
Node Name Status
———————————— ————————
rac2 passed
rac1 passed
Result: User equivalence check passed for user “grid”
Checking node connectivity…
Checking hosts config file…
Node Name Status
———————————— ————————
rac2 passed
rac1 passed
Verification of the hosts config file successful
Interface information for node “rac2”
Name IP Address Subnet Gateway Def. Gateway HW Address MTU
—— ————— ————— ————— ————— —————– ——
eth0 192.168.40.223 192.168.40.0 0.0.0.0 192.168.40.254 00:0C:29:41:AA:BE 1500
eth1 10.10.10.223 10.10.10.0 0.0.0.0 192.168.40.254 00:0C:29:41:AA:C8 1500
Interface information for node “rac1”
Name IP Address Subnet Gateway Def. Gateway HW Address MTU
—— ————— ————— ————— ————— —————– ——
eth0 192.168.40.222 192.168.40.0 0.0.0.0 192.168.40.254 00:0C:29:D2:9C:BA 1500
eth1 10.10.10.222 10.10.10.0 0.0.0.0 192.168.40.254 00:0C:29:D2:9C:C4 1500
Check: Node connectivity of subnet “192.168.40.0”
Source Destination Connected?
—————————— —————————— —————-
rac2[192.168.40.223] rac1[192.168.40.222] yes
Result: Node connectivity passed for subnet “192.168.40.0” with node(s) rac2,rac1
Check: TCP connectivity of subnet “192.168.40.0”
Source Destination Connected?
—————————— —————————— —————-
rac1:192.168.40.222 rac2:192.168.40.223 passed
Result: TCP connectivity check passed for subnet “192.168.40.0”
Check: Node connectivity of subnet “10.10.10.0”
Source Destination Connected?
—————————— —————————— —————-
rac2[10.10.10.223] rac1[10.10.10.222] yes
Result: Node connectivity passed for subnet “10.10.10.0” with node(s) rac2,rac1
本文由风哥教程整理发布,仅用于学习测试使用,转载注明出处:http://www.fgedu.net.cn/10327.html
