码迷,mamicode.com
首页 > 数据库 > 详细

Oracle RAC 11.2.0.4 CTSS 状态异常

时间:2017-07-26 17:51:00      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:oracle rac ctss

通常Oracle RAC 安装完成CTSS 状态异常是由于跟服务器操作系统自带的NTP服务有冲突造成的,所以建议Oracle RAC安装之前彻底卸载操作系统自身的NTP相关的软件包。

正在运行的Oracle RAC发现节点之前进间不同步时(通常节点时间不同步并不会造成节点宕机),可以通过以下步骤进行修改,让CTSS状态恢复正常(以linux为例进行说明)。

1、查看CTSS

 crsctl stat resource ora.ctssd -t -init
--------------------------------------------------------------------------------
NAME           TARGET  STATE        SERVER                   STATE_DETAILS
--------------------------------------------------------------------------------
Cluster Resources
--------------------------------------------------------------------------------
ora.ctssd
      1        ONLINE  ONLINE       XXXX1                   OBSERVER

发现ora.ctssd处理OSBERVER状态,确认CTSS异常。

2、查看ntp相关包

rpm -qa | grep ntp

3、删除ntp包

yum erase ntpdate-4.2.6p5-5.el6.x86_64

4、重启ctss

[root@xxxx2 bin]# ./crsctl stop res ora.ctssd -init
CRS-2673: Attempting to stop ‘ora.ctssd‘ on ‘xxxx2‘
CRS-2677: Stop of ‘ora.ctssd‘ on ‘cxjm2‘ succeeded
[root@xxxx2 bin]# ./crsctl start res ora.ctssd -init
CRS-2672: Attempting to start ‘ora.ctssd‘ on ‘xxxx2‘
CRS-2676: Start of ‘ora.ctssd‘ on ‘cxjm2‘ succeeded
[root@xxxx2 bin]# ./crsctl stat res ora.ctssd -t -init
--------------------------------------------------------------------------------
NAME           TARGET  STATE        SERVER                   STATE_DETAILS      
--------------------------------------------------------------------------------
Cluster Resources
--------------------------------------------------------------------------------
ora.ctssd
      1        ONLINE  ONLINE       xxxx2                    ACTIVE:0 

该步操作在两个节点上都要执行


以上步骤可以都以root用户执行

Oracle RAC 11.2.0.4 CTSS 状态异常

标签:oracle rac ctss

原文地址:http://lizhhui.blog.51cto.com/3222144/1951052

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!