Oracle数据库数据恢复、性能优化

找回密码
注册
搜索
热搜: 活动 交友 discuz
发新帖

17

积分

0

好友

0

主题
1#
发表于 2012-7-10 16:17:53 | 查看: 7120| 回复: 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 编辑 ]
2#
发表于 2012-7-10 16:23:39
一个好的问题 的基本要素:一个好的标题、 完整的版本信息、 完整的日志信息、 报错信息

回复 只看该作者 道具 举报

3#
发表于 2012-7-10 17:02:01
不好意思又让刘大重复了一遍对提问的要求。

OS:redhat 5.4 64bit
clusterware:10201

问题一: ./runcluvfy.sh stage -pre crsinst -n sfrac1,sfrac2 -verbose

为什么返回以下信息

Checking system requirements for 'crs'...
No checks registered for this product.
Pre-check for cluster services setup was unsuccessful on all the nodes.

我曾经也遇到过这个问题,在centos 和 oracle linux上都遇到过,但在redhat 5.4上是可以通过的。

问题二:在clusterware安装过程中,进入到Configuration Assistants阶段,报错OUI-25031
这个问题似乎伴随着问题一同时出现,因为我在centos和oracle linux上也都遇到过这个问题。
后来并没有解决,只是换了操作系统为redhat 就没有问题了。不知道为什么这次又出现同样问题。

请刘大指教。

回复 只看该作者 道具 举报

4#
发表于 2012-7-10 20:28:47
1.

10.2.0.1 的cluvfy脚本存在很多问题, 通不过属于常见现象, 请去OTN 下载最新的 cluvfy脚本

2.

如果仅仅是Configuration Assistants失败 而 root.sh运行成功的话 属于正常现象, 我在视频教学中说明了这个问题http://t.askmaclean.com/thread-891-1-1.html

回复 只看该作者 道具 举报

5#
发表于 2012-7-10 21:51:14
请检查必须安装的包是否已经安装好了.

回复 只看该作者 道具 举报

您需要登录后才可以回帖 登录 | 注册

QQ|手机版|Archiver|Oracle数据库数据恢复、性能优化

GMT+8, 2024-11-15 22:21 , Processed in 0.050923 second(s), 22 queries .

Powered by Discuz! X2.5

© 2001-2012 Comsenz Inc.

回顶部
TEL/電話+86 13764045638
Email service@parnassusdata.com
QQ 47079569