IT培训教育hacmpOracleaix 6

crs 单点故障gsd,求大神解决

显示:
[root@bjrlzy1 bin]#./crs_stat -t
Name           Type           Target    State     Host        
------------------------------------------------------------
ora....d1.inst application    ONLINE    ONLINE    bjrlzy1     
ora....d2.inst application    ONLINE    ONLINE    bjrlzy2     
ora.bjld.db    application    ONLINE    ONLINE    bjrlzy2     
ora....y1.inst application    ONLINE    ONLINE    bjrlzy1     
ora....y2.inst application    ONLINE    ONLINE    bjrlzy2     
ora.bjrlzy.db  application    ONLINE    ONLINE    bjrlzy2     
ora....Y1.lsnr application    ONLINE    ONLINE    bjrlzy1     
ora....zy1.gsd application    ONLINE    OFFLINE               
ora....zy1.ons application    ONLINE    ONLINE    bjrlzy1     
ora....zy1.vip application    ONLINE    ONLINE    bjrlzy1     
ora....Y2.lsnr application    ONLINE    ONLINE    bjrlzy2     
ora....zy2.gsd application    ONLINE    ONLINE    bjrlzy2     
ora....zy2.ons application    ONLINE    ONLINE    bjrlzy2     
ora....zy2.vip application    ONLINE    ONLINE    bjrlzy2

错误日志
2014-07-14 09:06:17.967: [  CRSRES][11407]32startRunnable: setting CLI values
2014-07-14 09:06:18.050: [  CRSRES][11407]32Attempting to start `ora.bjrlzy1.gsd` on member `bjrlzy1`
2014-07-14 09:16:48.131: [  CRSEVT][11407]32CAAMonitorHandler :: 0:Action Script /oracle/app/crs/bin/racgwrap(start) timed out for ora.bjrlzy1.gsd! (timeout=600)
2014-07-14 09:16:48.131: [  CRSAPP][11407]32StartResource error for ora.bjrlzy1.gsd error code = -2
2014-07-14 09:22:32.609: [ COMMCRS][11407]clscsendx: (116e1c790) Physical connection (116e1c190) not active
2014-07-14 09:22:32.609: [ CRSCOMM][11407]32Sending message size 125clscsend ret 11
2014-07-14 09:22:32.633: [  CRSEVT][11407]32Error sending orders to command IOException : CRS sending message error
(File: caa_Message.cpp, line: 654
2014-07-14 09:22:32.633: [  CRSRES][11407]32Start of `ora.bjrlzy1.gsd` on member `bjrlzy1` failed.
2014-07-14 09:22:32.647: [ COMMCRS][11407]clscsendx: (116e1c790) Connection not active
2014-07-14 09:22:32.647: [ CRSCOMM][11407]32CLSC connection invalid, possible remote node failure, send failed
2014-07-14 09:22:32.647: [  CRSEVT][11407]32Error sending orders to command IOException : CRS sending message error
(File: caa_Message.cpp, line: 650
2014-07-14 09:22:32.648: [  CRSRES][11407]32bjrlzy2 : CRS-1019: Resource ora.bjrlzy1.gsd (application) cannot run on bjrlzy2

2014-07-14 09:22:32.665: [ COMMCRS][11150]clscsendx: (116e1c790) Connection not active
2014-07-14 09:22:32.665: [ CRSCOMM][11150]32CLSC connection invalid, possible remote node failure, send failed
2014-07-14 09:22:32.670: [  CRSEVT][11150]32Error writing response: command=UI_START, response=UI_DATA
2014-07-14 09:22:32.670: [  CRSEVT][11150]32IOException : CRS sending message error
(File: caa_Message.cpp, line: 650
参与11

10同行回答

letmeupsghletmeupsgh系统运维工程师建设银行大连分行信息技术部
这都答得是什么呀 :lol显示全部
这都答得是什么呀 :lol收起
银行 · 2014-12-25
浏览3000
phanxphanx系统工程师银行
教你一个大招,跟客户说:“我帮你优化了一下,把不必要的服务停了,节省资源”。。。 :lol:lol:lolDisable GSD (pre 11.2) After confirming that there are no 9i databases being used you can disable GSD by adding 'exit 0' after the initial comments in the script $ORA...显示全部
教你一个大招,跟客户说:“我帮你优化了一下,把不必要的服务停了,节省资源”。。。 :lol:lol:lol
Disable GSD (pre 11.2)
After confirming that there are no 9i databases being used you can disable GSD by adding 'exit 0' after the initial comments in the script $ORACLE_HOME/bin/gsdctl where $ORACLE_HOME is the home from which nodeapps are running (i.e. crs home).

#case $ORACLE_HOME in  
# "") echo "****ORACLE_HOME environment variable not set!"  
# echo " ORACLE_HOME should be set to the main"  
# echo " directory that contains Oracle products."  
# echo " Set and export ORACLE_HOME, then re-run."  
# exit 1;;  
#esac  
exit 0 ## Manually added as a temporary workaround 
只是提供一个方法,生产系统上风险自担哦。收起
银行 · 2014-07-14
浏览3006
phanxphanx系统工程师银行
回复 1# liu3653 GSD服务只是为了向前提供兼容,对于非9i的RAC用处不大,11gR2中默认都已经停用。 看样子你的库像是10g的。如果实在要诊断GSD的问题,可以参考一下这个文档。里面对于GSD的用途说得很清楚。Enable trace for gsd issues on 10gR2 RAChttp://www.niwozhi.net/de...显示全部
回复 1# liu3653


GSD服务只是为了向前提供兼容,对于非9i的RAC用处不大,11gR2中默认都已经停用。
看样子你的库像是10g的。如果实在要诊断GSD的问题,可以参考一下这个文档。
里面对于GSD的用途说得很清楚。

Enable trace for gsd issues on 10gR2 RAC
http://www.niwozhi.net/demo_c84_i60781.html收起
银行 · 2014-07-14
浏览2948

提问者

liu3653
系统分析师公共

相关问题

相关资料

相关文章

问题状态

  • 发布时间:2014-07-14
  • 关注会员:1 人
  • 问题浏览:11561
  • 最近回答:2014-12-25
  • X社区推广