Operating System - HP-UX
1832855 Members
2935 Online
110047 Solutions
New Discussion

Re: how to setup ntp server in hpux

 
SOLVED
Go to solution
Binu_5
Regular Advisor

how to setup ntp server in hpux

Hi All

Can some body help me in setting up ntp server in hpux 11..

Thanks
BInu
5 REPLIES 5
Muthukumar_5
Honored Contributor
Solution

Re: how to setup ntp server in hpux

May be helpful.

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=550229

hth.
Easy to suggest when don't know about the problem!
Muthukumar_5
Honored Contributor

Re: how to setup ntp server in hpux

Related document:

http://docs.hp.com/en/B2355-90147/ch07.html

hth.
Easy to suggest when don't know about the problem!
Adisuria Wangsadinata_1
Honored Contributor

Re: how to setup ntp server in hpux

Hi Binu,

Check the url below (docID : UOTHKBAN00000796) about 'How can I setup NTP without using SAM?' :

http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062686582

And this url also (docID : KBRC00015667) about 'How do I configure a local NTP server?' *this one with SAM* :

http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000081573208

Hope this information can help you.

Cheers,
AW
now working, next not working ... that's unix
Ranjith_5
Honored Contributor

Re: how to setup ntp server in hpux

Hi Binu,

See the doc attached by me in the following ITRC thread.

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=850253


Regards,
Syam
Devender Khatana
Honored Contributor

Re: how to setup ntp server in hpux

Hi,

You need to do only two changes on both server and client to achive this.

On server edit /etc/ntp.conf and put a entry in the end
server 127.127.1.1


On Client make entry in /etc/rc.config.d/netdaemons like this ( Change existing entry only)

export NTPDATE_SERVER="xx.xx.xx.xx"
export XNTPD=1

(Where xx.xx.xx.xx is the IP of the ntp server.)

And in /etc/ntp.conf make this entry in the end

server xx.xx.xx.xx

After this start ntp daemon in both server and client by

#/sbin/init.d/xntpd stop

#/sbin/init.d/xntpd start

Schronization may take some time depending upon the time differences in the server and the clients. Once synched a message will sppear in syslog.log like this.

Nov 9 23:54:52 client_hostname xntpd[1292]: synchronized to xx.xx.xx.xx, stratum=4


HTH,
Devender
Impossible itself mentions "I m possible"