NTP Synchronization
NTP Setup in RHEL
1) cat /etc/ntp.conf
Add servername
2) Check config
su -
chkconfig --list ntpd
3) NTP operations commands
service ntpd start
service ntpd stop
service ntpd restart
4) Synchronize instantly
ntpdate -u {ntp_server_name}
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home