EMC Professional NET
14
15
EMC Professional NET
For a regularly synchronization, you have to create a
cronjob
. A
cronjob
is command, done by
cron
. We recommend to start
ntp-
date
with the parameter
„-s“
. With
„-s“
the command line output
of
ntpdate
will be written into the systemlog. To create a
cronjob
,
you have to start
crontab -e
. In figure 10 you can see a
cronjob
,
that is repeated each full hour.
Figure 10
crontab
#min hour day month dayofweek command
#---------------------------------------------------
0 * * * * ntpdate -s 192.168.0.2