- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Finding ntp sync servers
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 04:34 AM
07-20-2005 04:34 AM
What are config files i should check to find out the name of the ntp sync server ?
It seems our servers are getting time from some sync servers.
We have the environment of hpux 11/11i.
Thanks,
Shiv
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 04:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 04:54 AM
07-20-2005 04:54 AM
Re: Finding ntp sync servers
ntp.conf
http://www.ntp.org has a link to good timeservers.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 01:38 PM
07-20-2005 01:38 PM
Re: Finding ntp sync servers
do this to find out where u r getting the NTP source from:
# ntpq -p
remote column identifies the NTP source's host name.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 01:55 PM
07-20-2005 01:55 PM
Re: Finding ntp sync servers
#ntpq -p
will show you the current servers which your system is polling.
The output should be similar to
mydv101:/home/hp>>ntpq -p
remote refid st t when poll reach delay offset disp
====================================================
*myserdb LOCAL(1) 4 u 428 256 377 0.67 0.721 0.20
+myserci iocserdb 5 u 30 256 377 0.60 0.571 0.20
The one with * in the beginning in current providing synchronization. When it is not available then the one + in beginning will become the one with * in beginning. Also the one with lowest stratum is always used as first time server.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 04:43 PM
07-20-2005 04:43 PM
Re: Finding ntp sync servers
File is /etc/ntpconf
Please refer to following link which may be useful
http://docs.hp.com/en/B2355-90147/ch07s02.html?btnNext=next%A0%BB
Regards
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 05:49 PM
07-20-2005 05:49 PM
Re: Finding ntp sync servers
# cat /etc/ntp.conf
restrict default noquery notrust nomodify
restrict 127.0.0.1
restrict 192.92.93.0 mask 255.255.255.0
server 0.pool.ntp.org
server 1.pool.ntp.org
server 2.pool.ntp.org
driftfile /var/lib/ntp/drift/ntp.drift
logfile /var/log/ntp
#
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 07:22 PM
07-20-2005 07:22 PM
Re: Finding ntp sync servers
cat /etc/ntp.conf file of your servers
and you have to find out ntp sysnc server
information
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 10:35 AM
07-21-2005 10:35 AM
Re: Finding ntp sync servers
Hope you have connectivity to the internet to use the outside servers for syncing. If not you will have to set up a statum server within yout internal network that will feed all the servers in your network.
Most of the replies above have already pointed out the rest.
thanks
DP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 05:20 AM
08-09-2005 05:20 AM
Re: Finding ntp sync servers
the NIST time servers are listed on this page from NIST.
http://tf.nist.gov/service/time-servers.html
There is a similar list on the ntp.org website. Dr. Mill's has a number of systems in the NTP.ORG pool for use, but generally these are not considered production systems.
For what it is worth, the three listed with my last name on them are located at AboveNET facilities and so have half the number of hops in their paths as the farther-away end-run systems do. if you are on the west coast try the 207.126.98.204 (Nist1-sj.glassey.com) server and if not the other two are listed as well.
have fun and good luck.
Todd Glassey
Time Guy.