1834571 Members
4189 Online
110069 Solutions
New Discussion

NTP configuration

 
SOLVED
Go to solution
Anthony khan
Frequent Advisor

NTP configuration

Hi Guys,

I need to configure NTP on HP and Sun boxes, I am not sure which box I am going to make NTP server, any of you have any docs on how to configure NTP on HP and SUN boxes or any suggestion. Thanxs in advance.

Khan
8 REPLIES 8
Marco Santerre
Honored Contributor

Re: NTP configuration

Pete Randall
Outstanding Contributor

Re: NTP configuration

The HP boxes are easy, you can use SAM to do it for you. The Suns, who knows?

Pete

Pete
Patrick Wallek
Honored Contributor

Re: NTP configuration

Have a look at /usr/share/doc/NTP_primer.txt

The suns use /etc/ntp.conf too, but I'm not 100% sure how to make the daemon start automatically.
James R. Ferguson
Acclaimed Contributor

Re: NTP configuration

Hi:

Chapter-7 of "Installing and Administering Internet Services" provides a good discussion of 'ntpd' implementation for HP-UX.

http://docs.hp.com/hpux/onlinedocs/B2355-90685/B2355-90685.html

For a list of external sources from which to derive correct time, and for other, general information see here:

http://www.ntp.org/index.html

Regards!

...JRF...
Steven E. Protter
Exalted Contributor
Solution

Re: NTP configuration

I'm attaching an example configuration which uses an internal time server.

Pretty much all you need to do is configure this file and run the xntpd daemon as follows:

/sbin/init.d/nptd start



SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Heath Ramos
Frequent Advisor

Re: NTP configuration

Might also want to check out this document id:

Doc ID: UOTHKBAN00000796
Sean OB_1
Honored Contributor

Re: NTP configuration

FYI:

The existance of /etc/inet/ntp.conf should be enough to tell Solaris to start xntpd at boot time.

There should be an rc script in /etc/rc2.d the runs NTP and checks for the conf file before starting it.