NTP синхронизация времени на CentOS
Запись создана 26 июня, 2008
[cc lang=»bash»]
[root@rhca htdocs]# yum install -y ntp
[root@rhca htdocs]# cat /etc/sysconfig/ntpd | grep -i hwc -B 1
# Set to ‘yes’ to sync hw clock after successful ntpdate.
SYNC_HWCLOCK=yes
[root@rhca htdocs]# cat /etc/ntp.conf | grep -i «our timeservers» -A 3
# — OUR TIMESERVERS ——
server 0.pool.ntp.org
server 1.pool.ntp.org
server 2.pool.ntp.org
[root@rhca htdocs]# /etc/init.d/ntpd start
Starting ntpd: [ OK ]
[root@rhca htdocs]# chkconfig —level 345 ntpd on
[root@rhca htdocs]# chkconfig —list ntpd
ntpd 0:off 1:off 2:off 3:on 4:on 5:on 6:off
[/cc]
Схожие темы
» Запись из раздела Unix | 3 комментария
Комментарии
3 комментария to “NTP синхронизация времени на CentOS”
Ответить
Спасибо! Отличное решение!
блеск !
Check :
cat /etc/ntp.conf | grep -i «ntp.org» | grep -v restrict
grep -i «ntp.org» не самое правильное решение, могут использоваться разные ntp сервера, локальный сервер/cisco или time.nist.gov.