- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Network Time Clock Issue
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
01-15-2002 08:13 AM
01-15-2002 08:13 AM
My Host HP Server SPOT goes to ORION to get the
time. And then all my other boxes go to
SPOT.
Well all my servers are off by 5 minutes (not
good) and ORION has the correct time and
SPOT does not:
/etc/ntp.conf at the end of this file I have:
server 123.127.1.1
fudge 123.127.1.1 stratum
server 173.28.10.70 prefer (ORION)
When I do a #ntpq -p on SPOT I get this:
remote refid st t when poll reach delay offset disp
==============================================================================
*LOCAL(1) LOCAL(1) 10 l 11 64 377 0.00 0.000 10.01
orion.iftc.net 0.0.0.0 16 - - 1024 0 0.00 0.000 16
I think it goes to the LOCAL clock on SPOT
first ??? How do I set up my ntp. conf
file to always to to ORION first and then
SPOT local clock if ORION is down?
Actually if ORION is down all my servers
could just use their local clock. ORION
hardly ever goes down and it's hooked up
to an ATOMIC clock.
Laurie
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 08:19 AM
01-15-2002 08:19 AM
Re: Network Time Clock Issue
You must put something like this:
server ntp_serv1 version 3 prefer
authenticate no
server ntp_serv2 version 3
peer hp2 version 3
peer hp3 version 3
peer hp4 version 3
Regards,
Justo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 08:39 AM
01-15-2002 08:39 AM
Re: Network Time Clock Issue
It looks like ntp on SPOT can't communicate with the ntp server on ORION. Notice 16 is the stratum listed for orion.iftc.net (3rd field). Stratum 16 basically means you are communicating. Is there a firewall blocking ntp? Does nslookup orion.iftc.net return the correct IP address?
For what it's worth, my ntp.conf looks like:
server cs_ntp version 3 prefer
server boston_ntp version 3
broadcastclient no
driftfile /etc/ntp.drift
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 12:32 PM
01-15-2002 12:32 PM
Solutionntpq -p orion
and it should reply with the time sources used inside the orion box. If it does not respond, orion is not functioning as an NTP server or is not reachable. Reachable is defined as the ntp port is allowed to propagate through the network to your node, that the IP address associated with orion is correctly interpreted on your local node and that orion can be at least ping'ed from your local node.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 12:35 PM
01-15-2002 12:35 PM
Re: Network Time Clock Issue
Stratum 16 basically means you are NOT communicating.
Sorry for the typo.
Darrell