Buscar este blog

Mostrando entradas con la etiqueta Linux install and configure NTP. Mostrar todas las entradas
Mostrando entradas con la etiqueta Linux install and configure NTP. Mostrar todas las entradas

miércoles, 20 de julio de 2011

Linux install and configure NTP to synchronize the system clock

Procedure

Login as the root user
Type the following command to install ntp
# yum install ntp

Turn on service
# chkconfig ntpd on

Synchronize the system clock with 0.pool.ntp.org server:
# ntpdate pool.ntp.org

Start the NTP:
# /etc/init.d/ntpd start