xntpd process inoperative

Hi All,

After restarting the xntpd process for some reasons when i checked the status its showing inoprative eventhough xntpd process is running when i ps on it.

$ lssrc -s xntpd
Subsystem Group PID Status
xntpd tcpip inoperative

$ ps -ef | grep xntpd
root 794658 1 0 13:45:12 - 0:00 /usr/sbin/xntpd -x

Please let what was happend here.

Thanks in advanace .

Ram

The xntpd daemon might die for several reasons. E.g. it might die if the server's time differs too much from the timeserver's time. You could try this:

  • Kill the xntpd process from the processlist.
  • Make sure that the server's date and time are about what it should be.
  • Make sure that xntpd can reach its timeservers as it/they are configured in the /etc/ntp.conf
  • startsrc -s xntpd
  • Check synchronisation with: xntpdc -c peers
  • Check xntpd status with: lssrc -ls xntpd
    Subsystem xntpd should stay active.