PRVF-5439: NTP daemon&…

PRVF-5439: NTP daemon does not have slewing option “-x” set on node  



源自:http://cloud316.blog.163.com/blog/#m=0
|字号 订阅

When installing Oracle 11gR2 Grid Infrastructure either the cluster verify utility or the prerequisite checks find that the NTP daemon does not have the slewing option set.

1
2
3
4
5
6
7
- PRVF-5439 : NTP daemon does not slewing option "-x" set
   on node "ordrac1"
   - Cause: NTP daemon on the specified node does not have the
   slewing option set
   - Action: Shutdown and restart the NTP daemon with the
   slewing option set. For more information on the NTP daemon
   slewing option refer the NTP daemon's man pages.

What is slewing?

The NTP daemon will periodically update the system clock with the time from a reference clock. If the time on the reference clock is behind the time on the system clock, the system clock will be set backwards in one large decrement. Such swift changes in time can lead to Oracle shutting down the node due to inconsistent timers. To avoid this problem, NTP can be configured to slew the clock. When slewing the clock the time on system is incremented slower until the system clock is in sync with the time on the reference system.

How to set up slewing

Stop the NTP service on the node.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
[root@odrac1 ~]# service ntpd stop
Shutting down ntpd:                                        OK  ]
[root@odrac1 ~]#
[/text/]
Edit the file /etc/sysconfig/ntpd
1
# Drop root to id 'ntp:ntp' by default.
OPTIONS="-u ntp:ntp -p /var/run/ntpd.pid"
 
# Set to 'yes' to sync hw clock after successful ntpdate
SYNC_HWCLOCK=no
 
# Additional options for ntpdate
NTPDATE_OPTIONS=""

Change the line

1
OPTIONS="-u ntp:ntp -p /var/run/ntpd.pid"

to

1
OPTIONS="-x -u ntp:ntp -p /var/run/ntpd.pid"

After saving the file restart the NTP service. Re-execute the cluster verify utility or the prerequisite checks.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值