うるう秒か Tweet
そういえば来年の1月1日はうるう秒があるんだった。2006年にもあったからちゃんと対応しているところは対応していると思うけど。。。。。。。
ちなみに、Oracleに関しては以下のKROWNが公開されているので一読しておくといいよ。
16785:システム時刻の変更にともなう注意点
33273: うるう秒について
ということでOracle11gのお遊び環境のNTPはちゃんとslewモードで調整するようになっているか確認しておくか..
[root@corydoras ˜]# vi /etc/sysconfig/ntpd
# Drop root to id 'ntp:ntp' by default.
OPTIONS="-x -u ntp:ntp -p /var/run/ntpd.pid"
# Set to 'yes' to sync hw clock after successful ntpdate
SYNC_HWCLOCK=yes
[root@corydoras ˜]# ntpq -p
remote refid st t when poll reach delay offset jitter
==============================================================================
+ntp-a2.nict.go. .NICT. 1 u 42 64 17 7.282 0.368 0.518
*ntp1.jst.mfeed. 210.173.160.56 2 u 42 64 17 4.127 0.590 0.135
+ntp2.jst.mfeed. 210.173.160.86 2 u 42 64 17 3.717 0.414 0.213
+ntp3.jst.mfeed. 210.173.160.86 2 u 41 64 17 3.355 0.460 0.308
[root@corydoras ˜]#
うちのは問題ないな。
(2015/6/16 更新)
| 固定リンク | 0


コメント