- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Network time service only has one instance, ho...
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
02-09-2006 11:23 AM
02-09-2006 11:23 AM
Network time service only has one instance, however like HPUx on same network has two
# *** check Network Time service:
# /usr/sbin/ntpq -p
Enter to continue:
remote refid st t when poll reach delay offset disp
==============================================================================
*ftwvdns.verizon pearldns.verizo 2 u 22 64 377 42.85 -0.644 0.85
however other HPUx servers on same network have two listed.
# *** check Network Time service:
# /usr/sbin/ntpq -p
Enter to continue:
remote refid st t when poll reach delay offset disp
==============================================================================
*autoproxy.veriz pearldns.verizo 2 u 43 64 377 96.94 1.049 1.05
+sacvdns.verizon pearldns.verizo 2 u 18 64 377 30.70 6.358 0.95
Why is that?
Thanks
Kevin M Meyers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 11:39 AM
02-09-2006 11:39 AM
Re: Network time service only has one instance, however like HPUx on same network has two
It is good practice to have more than one time source configured in 'etc/ntp.conf'. You don't in this particular case.
You should configure multipe (two or three) servers for high-availabliity.
See the manpages for 'xntpd' and/or chapter-7 of the "Installing and Administering Internet Services" guide for more information:
http://www.docs.hp.com/en/B2355-90685/index.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 01:12 PM
02-09-2006 01:12 PM
Re: Network time service only has one instance, however like HPUx on same network has two
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 06:45 PM
02-09-2006 06:45 PM
Re: Network time service only has one instance, however like HPUx on same network has two
Never go to sea with two chronometers (clocks). After all, which one is correct?
NTP has a very complex set of rules to maintain accurate time -- it does not simply jam the clock forward or backward without lots of tests. The 'correct' method to set NTP is to pick 3 or more servers so that loss of one or two will not affect the time. Now, that being said, in many companies, the company firewall/router has NTP built-in (possibly not configured though), so a single source may be appropriate.
Now loss of all NTP services is not a critical problem since the system just free runs until the service is restored then slowly adjusts the clock by a few milliseconds until it is back in sync. NTP will ignore any time server that is dozens of minutes out of sync.
All this being said, all servers within a company should have a standard for time sync hierarchy, thus defining what ntp.conf should have as servers. See also the man page for ntpq to evaluate NTP servers.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 07:02 PM
02-09-2006 07:02 PM
Re: Network time service only has one instance, however like HPUx on same network has two
Adding to the Olympic parade.
Either the ntp.conf files are different or the firewall/network/ISP configuration is different, blocking access to the second time source.
After confirming that the ntp.conf files are the same, check with the firewall administrator or isp.
Or simply find two or three more good time sources and add them to the ntp.conf file. I've always found the US navy is a good primary or secondary source.
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
02-10-2006 12:44 PM
02-10-2006 12:44 PM
Re: Network time service only has one instance, however like HPUx on same network has two
I'd configure multiple time sources even if one's firewall etc has NTP support.
Pointers about public timeservers can be found off of www.ntp.org.