Daily Archives: December 5, 2015

Setting up NTP to keep server time in sync

Install ntp packages yum install ntp Redhat 5 need ntpdate separately yum install nptdate Set ntp to start on boot: chkconfig –level 345 ntp on chkconfig –level 345 ntpdate on For redhat 7: systemctl enable ntpd.service Verify with this: chkconfig … Continue reading

Posted in Uncategorized | Leave a comment