GNU/Linux >> Linux Esercitazione >  >> Cent OS

Come eseguire automaticamente ntpdate all'avvio di NTPD in CentOS/RHEL 5

Domanda :Come eseguire automaticamente ntpdate all'avvio di NTPD in CentOS/RHEL 5?

1. Per impostazione predefinita, il file /etc/ntp/step-ticker è vuoto, per sincronizzare l'ora con ntpdate durante l'avvio di ntpd, dobbiamo inserire gli indirizzi IP del tuo time server:

# cat /etc/ntp.conf | grep server
server 192.168.X.1
server 192.168.Y.2
# cat /etc/ntp/step-tickers
192.168.X.1
192.168.Y.2

2. Ora possiamo riavviare il server ntp.

# /etc/init.d/ntpd restart
Shutting down ntpd:                        [ OK ]
ntpd: Synchronizing with timer server:     [ OK ]
Starting ntpd:                             [ OK ]

ntpd:Sincronizzazione con il server timer:[ OK ] , indica che ntpdate è stato eseguito durante l'avvio di ntpd.

3. Quando il -x opzione in /etc/sysconfig/ntpd viene utilizzato, ntpd utilizzerà automaticamente i server orari configurati in /etc/ntp.conf per sincronizzare l'ora all'avvio anche quando /etc/ntp/step-ticker è vuoto.


Cent OS
  1. Come installare il server DNS su RHEL 8 / CentOS 8 Linux

  2. Come configurare il server SysLog su CentOS 7 / RHEL 7

  3. Come configurare il server NFS su CentOS 7 / RHEL 7

  4. Come installare Puppet 6.x su CentOS 7 / RHEL 7

  5. CentOS / RHEL 7:come creare uno script personalizzato da eseguire automaticamente durante l'avvio

Come installare il server Redis su CentOS 8 / RHEL 8

Come configurare il server NFS su CentOS 8 / RHEL 8

Come installare Zabbix Server 4.x su CentOS 6 / RHEL 6

Come configurare uno Chef 12 su CentOS 7 / RHEL 7

Come installare Zabbix Server 5.0/4.0 su CentOS 7/RHEL 7

Come configurare il server VNC su CentOS/RHEL 6