1820390 Members
3490 Online
109623 Solutions
New Discussion юеВ

NTP log

 
M. Tariq Ayub
Regular Advisor

NTP log

Hi,

I have implemented NTP server. Now how can i find the logs. ie i want to find out when the clients synchorinized with server and what adjustment it made.

tariq
3 REPLIES 3
Rajeev  Shukla
Honored Contributor

Re: NTP log

The NTP logs are written by default into system log file i.e /var/adm/syslog/syslog.log until and unless you have specified -l option with xntpd daemon

Do a grep on xntpd daemon and if it doesn't have -l option with it the its syslog file otherwise its the file specified after -l option.

Cheers
Rajeev
Patrick Wallek
Honored Contributor

Re: NTP log

Check /var/adm/syslog/syslog.log on each machine for NTP messages. All NTP messages are logged there.
Con O'Kelly
Honored Contributor

Re: NTP log

Hi

NTP (xntpd) messages are logged to /var/adm/syslog/syslog.log.
You can use a "-l" option with xntpd to specify an alternate file.
If you want xntpd to start with specific options edit the /etc/rc.config.d/netdaemons file.

Cheers
Con