linux_wiki:ntp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux_wiki:ntp [2015/01/08 00:20]
billdozor created
linux_wiki:ntp [2019/05/25 23:50] (current)
Line 1: Line 1:
 ====== Network Time Protocol (NTP) ====== ====== Network Time Protocol (NTP) ======
  
-Description: Time is important on any system for automated jobs, log files, security, etc. This quick how to will get NTP up and running on a Linux server.+**General Information** 
 + 
 +Time is important on any system for automated jobs, log files, security, etc. This quick how to will get NTP up and running on a Linux server. 
 + 
 +**Checklist** 
 +  * Distro(s): Enterprise Linux 6 
 + 
 +----
  
 ===== Install NTP Packages ===== ===== Install NTP Packages =====
Line 13: Line 20:
 yum install ntp ntpdate ntp-doc yum install ntp ntpdate ntp-doc
 </code> </code>
 +
 +----
  
 ===== NTP Service On Boot ===== ===== NTP Service On Boot =====
Line 19: Line 28:
 chkconfig ntpd on chkconfig ntpd on
 </code> </code>
 +
 +----
  
 ===== Ad-hoc Initial Time Sync ===== ===== Ad-hoc Initial Time Sync =====
Line 25: Line 36:
 ntpdate pool.ntp.org ntpdate pool.ntp.org
 </code> </code>
 +
 +----
  
 ===== Edit /etc/ntp.conf and Setup Time Servers ===== ===== Edit /etc/ntp.conf and Setup Time Servers =====
Line 40: Line 53:
 vim /etc/ntp.conf vim /etc/ntp.conf
 </code> </code>
 +
 +----
  
 ===== Start NTP Service ===== ===== Start NTP Service =====
  • linux_wiki/ntp.1420694455.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)