Time Synchronisation

From KlavoWiki
Revision as of 06:23, 19 May 2008 by David (talk | contribs) (New page: You can easily install NTP (Network Time Protocol, a means of transmitting time signals over a computer network) using yum command under Redhat or CentOS/Fedora core Linux. === Installat...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

You can easily install NTP (Network Time Protocol, a means of transmitting time signals over a computer network) using yum command under Redhat or CentOS/Fedora core Linux.

Installation

yum install ntp

Turn on service

chkconfig ntpd on

Synchronize

the system clock with ntp.bri.connect.com.au server:

ntpdate ntp.bri.connect.com.au

Starting

Start the NTP:

/etc/init.d/ntpd start

or

service ntpd start