Very simple time sync sollution for Satellite

Hi,

because I don’t want to create a Google Account, here my comment to the blogpost Time on Computers, NTP, Certificates, etc from .

The simplest method is to put the following line into the pre script:

rdate SATELLITESERVER
hwlock --systohc

On the Satellite this commands are necessary:

yum install -y xinetd
chkconfig time-stream on
chkconfig time-dgram on
This entry was posted in Uncategorized and tagged . Bookmark the permalink.

2 Responses to Very simple time sync sollution for Satellite

  1. Eggplant says:

    “…because I don’t want to create a Google Account…”

    Noble idea, I think I need to follow this strategy. 🙂

    Is not ‘chkconfig’ replaced by ‘systemctl’ alternative here ?

  2. Jens Kuehnel says:

    This is for RHEL6, but chkconfig will be translated to systemctl command in Fedora as well.

    chkconfig xinetd on
    Note: Forwarding request to ‘systemctl enable xinetd.service’.

Comments are closed.