NTP
You can use the following command to check if it's enabled:
ntpdate -q
chkconfig --list | grep ntpd
If all the columns are 'off', then it's not enabled.
You can use the following command to enable NTP:
yum install ntpd chkconfig ntpd on
Then use the following command to start it:
service ntpd start