# yum install ntp
# chkconfig ntpd on
# ntpdate pool.ntp.org
and start the NTP
# /etc/init.d/ntpd start
Note :: Do not forget to open port 123 in firewall.
Thanks
Ninad
# yum install ntp
# chkconfig ntpd on
# ntpdate pool.ntp.org
and start the NTP
# /etc/init.d/ntpd start
Note :: Do not forget to open port 123 in firewall.
Thanks
Ninad
rpm -q sysklogdIf nothing shows up, do the following to install it:
yum install sysklogdRestart syslogd service:
/scripts/restartsrv_syslogd