- 最后登录
- 2013-2-3
- 在线时间
- 12 小时
- 威望
- 17
- 金钱
- 35
- 注册时间
- 2012-4-24
- 阅读权限
- 10
- 帖子
- 8
- 精华
- 0
- 积分
- 17
- UID
- 386
|
1#
发表于 2012-7-10 16:17:53
|
查看: 7122 |
回复: 4
hello
安装RAC时遇到的问题
1.检查
sfrac1:/opt/clusterware/cluvfy$uname -a
Linux sfrac1 2.6.18-194.el5 #1 SMP Tue Mar 16 21:52:39 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
sfrac1:/opt/clusterware/cluvfy$more /etc/hosts|grep -v "#"
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
192.168.139.11 sfrac1 sfrac1
192.168.139.101 sfrac1-vip sfrac1-vip
10.10.10.11 sfrac1-priv sfrac1-priv
192.168.139.12 sfrac2 sfrac2
192.168.139.102 sfrac2-vip sfrac2-vip
10.10.10.12 sfrac2-priv sfrac2-priv
sfrac1:/opt/clusterware/cluvfy$more /etc/sysconfig/network
NETWORKING=yes
NETWORKING_IPV6=no
HOSTNAME=sfrac1
sfrac1:/opt/clusterware/cluvfy$ssh sfrac1 hostname
sfrac1
sfrac1:/opt/clusterware/cluvfy$ssh sfrac2 hostname
sfrac2
sfrac1:/opt/clusterware/cluvfy$ ./runcluvfy.sh stage -pre crsinst -n sfrac1,sfrac2 -verbose
Performing pre-checks for cluster services setup
Checking node reachability...
Check: Node reachability from node "sfrac1"
Destination Node Reachable?
------------------------------------ ------------------------
sfrac2 yes
sfrac1 yes
Result: Node reachability check passed from node "sfrac1".
Checking user equivalence...
Check: User equivalence for user "oracle"
Node Name Comment
------------------------------------ ------------------------
sfrac2 passed
sfrac1 passed
Result: User equivalence check passed for user "oracle".
Checking administrative privileges...
Check: Existence of user "oracle"
Node Name User Exists Comment
------------ ------------------------ ------------------------
sfrac2 yes passed
sfrac1 yes passed
Result: User existence check passed for "oracle".
Check: Existence of group "oinstall"
Node Name Status Group ID
------------ ------------------------ ------------------------
sfrac2 exists 215
sfrac1 exists 215
Result: Group existence check passed for "oinstall".
Check: Membership of user "oracle" in group "oinstall" [as Primary]
Node Name User Exists Group Exists User in Group Primary Comment
---------------- ------------ ------------ ------------ ------------ ------------
sfrac2 yes yes yes yes passed
sfrac1 yes yes yes yes passed
Result: Membership check for user "oracle" in group "oinstall" [as Primary] passed.
Administrative privileges check passed.
Checking node connectivity...
Interface information for node "sfrac2"
Interface Name IP Address Subnet
------------------------------ ------------------------------ ----------------
eth0 192.168.139.12 192.168.139.0
eth1 10.10.10.12 10.10.10.0
Interface information for node "sfrac1"
Interface Name IP Address Subnet
------------------------------ ------------------------------ ----------------
eth0 192.168.139.11 192.168.139.0
eth1 10.10.10.11 10.10.10.0
Check: Node connectivity of subnet "192.168.139.0"
Source Destination Connected?
------------------------------ ------------------------------ ----------------
sfrac2:eth0 sfrac1:eth0 yes
Result: Node connectivity check passed for subnet "192.168.139.0" with node(s) sfrac2,sfrac1.
Check: Node connectivity of subnet "10.10.10.0"
Source Destination Connected?
------------------------------ ------------------------------ ----------------
sfrac2:eth1 sfrac1:eth1 yes
Result: Node connectivity check passed for subnet "10.10.10.0" with node(s) sfrac2,sfrac1.
Suitable interfaces for the private interconnect on subnet "192.168.139.0":
sfrac2 eth0:192.168.139.12
sfrac1 eth0:192.168.139.11
Suitable interfaces for the private interconnect on subnet "10.10.10.0":
sfrac2 eth1:10.10.10.12
sfrac1 eth1:10.10.10.11
ERROR:
Could not find a suitable set of interfaces for VIPs.
Result: Node connectivity check failed.
Checking system requirements for 'crs'...
No checks registered for this product.
Pre-check for cluster services setup was unsuccessful on all the nodes.
操作系统版本是redhat 5.4 x86_64
请问为什么无法通过检查……
2.安装
进入到Configuration Assistants阶段,报错OUI-25031
installActions2012-07-09_11-08-31PM.log
INFO: --------------------------------------
INFO: The "/opt/oracle/oracle/product/10.2.0/crs/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
INFO: The "/opt/oracle/oracle/product/10.2.0/crs/cfgtoollogs/configToolAllCommands" script contains all commands to be executed by the configuration assistants. This file may be used to run the configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
SEVERE: OUI-25029:One or more "Recommended" configuration assistants have not completed successfully. Not successfully running any "Recommended" assistant means your system will not be correctly configured.
INFO: User Selected: Yes/OK
sfrac1://opt/oracle/oracle/product/10.2.0/crs/log/sfrac1/racg$tail -2 ons.log
2012-07-10 01:08:08.310: [ RACG][671445664] [16188][671445664][default]: clsrons: procr_init:PROC-32: Cluster Ready Services on the local node is not running Messaging error [9] status = 32
2012-07-10 01:08:27.842: [ RACG][2589926048] [16224][2589926048][default]: clsrons: procr_init:PROC-32: Cluster Ready Services on the local node is not running Messaging error [9] status = 32
安装无法继续……
请刘大帮忙看下,谢谢。
[ 本帖最后由 unora 于 2012-7-10 17:03 编辑 ] |
|