1838359 Members
3120 Online
110125 Solutions
New Discussion

about NTP !!

 
Rambo_1
Regular Advisor

about NTP !!

Hi all
i want to make NTP on my 11i OSï¼ rp7410x2ï¼ ï¼ how should i do ?

Thanks & Bes
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: about NTP !!

Your question is somewhat garbled. Here are some links:

HPUX
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90774/B2355-90774_top.html&con=/hpux/onlinedocs/B2355-90774/00/00/22-con.html&toc=/hpux/onlinedocs/B2355-90774/00/00/22-toc.html&searchterms=configuration%7cntp&queryid=20031104-174635

More general
http://osr5doc.ca.caldera.com:457/NetAdminG/ntpC.conf_file.html

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
Bill Hassell
Honored Contributor

Re: about NTP !!

The first step is to find several NTP servers. If your rp7410 cannot reach the open Internet using port 123, then you'll have to decide how to get an NTP source. It might be your firewall (many firewalls have NTP built in but not con figured), or you may need to purchase a GPS or other accurate timesource. Once you have NTP sources identified, you need to verify that they will act as NTP servers to your machine. Use the ntpq -p command. Once you the servers responding to ntpq, then use SAM to configure the servers, or edit /etc/ntp.conf directly and edit /etc/rc.config.d/netdaemons file to point to your primary NTP server and enable the service.


Bill Hassell, sysadmin
Rupesh_1
Occasional Advisor

Re: about NTP !!

Hi guys,
I very agree with Bills answer. Let me put down few steps to configure the NTP on HPUX ... I guess this would help you.