Home Linux Misc
Configure ntp on redhat server

chkconfig ntpd on
ntpdate pool.ntp.org
service ntpd start


Set timezone on redhat

tzselect


Test connection to ntp server

ntpdate -q <server>


Synchronize time with ntp server

ntpdate <server1> <server2> <...> 


View status

ntpstat
ntpq -p