1822081 Members
3544 Online
109640 Solutions
New Discussion юеВ

Re: configure NTP

 
Gabriel Jim├йnez Salazar
Occasional Contributor

configure NTP

Hi all
I have rp5470 with hpux 11.11 how can I configure my server for stay always sync with UTC
Thanks
4 REPLIES 4
Robert Bennett_3
Respected Contributor

Re: configure NTP

Gabriel -

Take a look at this document and refer to chapter 7

http://www.docs.hp.com/en/B2355-90685/B2355-90685.pdf

Hope this helps
"All there is to thinking is seeing something noticeable which makes you see something you weren't noticing which makes you see something that isn't even visible." - Norman Maclean
Nguyen Anh Tien
Honored Contributor

Re: configure NTP

pls see attached file
HP is simple
C. Beerse_1
Regular Advisor

Re: configure NTP

If you donnot have a reference clock and your internet provider has no ntp-server running, you can use 'pool.ntp.org' or a localized variant like (for The Netherlands) nl.pool.ntp.org. See http:/www.pool.ntp.org/ for details.

btw: best NOT use 2 ntp-servers, if you need more than one, use 3 of them. With pool.ntp.org, you can use 0.pool.ntp.org, 1.pool.ntp.org and 2.pool.ntp.org (and localized: 0.nl.pool.ntp.org and so on).

If you have more than a couple of machines to sync, best to setup 1 (or 3) local ntp servers and have others sync to them.

You can use `sam` to configure ntp, or just put the next lines in /etc/ntp.conf:

server 0.nl.pool.ntp.org
server 1.nl.pool.ntp.org
server 2.nl.pool.ntp.org
make everything as simple as possible, not simpler (A.Einstein??)
C. Beerse_1
Regular Advisor

Re: configure NTP

Oops, the lines where for The Netherlands! Be sure to use your localized servers or:

server 0.pool.ntp.org
server 1.pool.ntp.org
server 2.pool.ntp.org

(this will give you a server from anywhere over the world...)
make everything as simple as possible, not simpler (A.Einstein??)