User Tools

Site Tools


wiki:ntp_start_at_boot

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:ntp_start_at_boot [2018/06/28 15:49] walkeradminwiki:ntp_start_at_boot [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 5: Line 5:
 \\  \\ 
  
 +This was created and tested using CentOS 7.x
 ---- ----
 Chrony is introduced as new NTP client to replace the ntp as the default time syncing package since RHEL7, so if you configure NTP during the installation process, it just enables the chronyd service, not ntpd service. Chrony is introduced as new NTP client to replace the ntp as the default time syncing package since RHEL7, so if you configure NTP during the installation process, it just enables the chronyd service, not ntpd service.
Line 93: Line 94:
     *194.80.204.184  .GPS.            1 u    2   64  377   14.476   30.789  13.018     *194.80.204.184  .GPS.            1 u    2   64  377   14.476   30.789  13.018
     +121.35.213.162. 17.253.34.253    2 u   46   64  377    5.657   29.604  16.346     +121.35.213.162. 17.253.34.253    2 u   46   64  377    5.657   29.604  16.346
 +\\ 
 +\\ 
 +**Set the TimeZone**
 +\\ 
 +\\ 
 +From your servers command line enter the following:
 +\\ 
 +    Date
 +\\ 
 +You will see an output similar to the following:
 +\\ 
 +    Fri Apr 26 06:43:49 UTC 2019
 +\\ 
 +If the Time Zone needs to be changed, use the following:
 +\\ 
 +\\ 
 +<file>
 +cd /etc
 +rm localtime
 +ls /usr/share/zoneinfo/
 +ln -s /usr/share/zoneinfo/[expected_time_zone] localtime (I normally use GMT or UTC)
 +</file>
 +Use Date to re-check the current TimeZone
 +
 +----
 +
 \\  \\ 
 \\  \\ 
wiki/ntp_start_at_boot.1530197342.txt.gz · Last modified: 2023/03/09 22:35 (external edit)