1833858 Members
2860 Online
110063 Solutions
New Discussion

hpux sync server

 
SOLVED
Go to solution
Shivkumar
Super Advisor

hpux sync server

Dear Sirs,

How to find out whether a particular hpux system is using a time sync server or not ?

Thanks,
Shiv
5 REPLIES 5
Rajeev  Shukla
Honored Contributor
Solution

Re: hpux sync server

use either ntpq program, have a look at the man pages.
Other option is to see if the /usr/sbin/xntpd daemon running and the contents in /etc/ntp.conf file which defines the time sync server.
Adisuria Wangsadinata_1
Honored Contributor

Re: hpux sync server

Hi Shiv,

Check whether the ntp daemon running on the system or not, if running so the system using a time sync server :

# ps -ef |grep xntpd

Hope this can help.

Cheers,
AW

now working, next not working ... that's unix
lawrenzo
Trusted Contributor

Re: hpux sync server

if you have ntp installed and need to check it is configured:

#ntpq -p

should produce output for time servers and ntp master.

HTH
hello
Joseph Loo
Honored Contributor

Re: hpux sync server

hi,

the xntpd daemon will be running if u r on time server:

# ps -ef|grep xntpd

regards.
what you do not see does not mean you should not believe
Mahesh Kumar Malik
Honored Contributor

Re: hpux sync server

Hi Shiv

For Time sync server, ntp daemon should run.
Check ps -ef |grep xntpd

Regards
Mahesh