- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NTP Server
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
11-24-2003 12:06 PM
11-24-2003 12:06 PM
1) Modify it to use Server Polling. (Modify the ntp.conf file
Server gama
driftfile /var/adm/ntp.drift
2) Configure it to use Server Broadcast
droadcastclient yes
driftfile /var/adm/ntp.drift
3) use ntpdate command with multiple servers
ntpdate ben.cs.wisc.edu bigben.cac.washington.edu
Is anyone better then another? The web site suggested I use a Public NTP Secondary (stratum 2) Time Servers, so I have notified one.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2003 09:32 PM
11-24-2003 09:32 PM
SolutionTo synchronise the clock if xntpd doesn't start because of a too large offset, you can use ntpdate to synchronise it. Using -B will force slew, resulting in a slowly synchronising clock, allowing processes to keep running correctly, but this can take a long time. If you omit the -B, it will instantly synchronise the clock, but this can result in problems with time-dependent processes, so be carefull running this in multi-user mode !!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 02:48 AM
11-25-2003 02:48 AM
Re: NTP Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 02:53 AM
11-25-2003 02:53 AM
Re: NTP Server
I think item 2 will work best and limit your servers exposure to the net.
The adjustment process if the clock is off is not instant. If the clock is running ahead of time, it will run slowly, sometimes for hours until it synchs up. Same thing on the other side, just it will run faster.
We have a single server exposed to the Internet which provides time to all internal servers. It doesn't broadcast, the servers connect and request time. That scenario works well for us.
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
11-25-2003 03:40 AM
11-25-2003 03:40 AM
Re: NTP Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 03:42 AM
11-25-2003 03:42 AM
Re: NTP Server
HTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2003 01:35 AM
11-26-2003 01:35 AM
Re: NTP Server
As you have one server exposted to the net this server can be your primary server (level 3 or 4).
As a fallback you may want to configure the clocks on three servers with good clocks as sources at level 7 or 10. Peer these servers.
Have these servers use the net connected server as their server. All you clients can connect to the three servers above. If you want broadcast, set 1 client per subnet to act as a broadcast server.
Using these servers each client should drop to three UDP round trips per hour to each of ther servers.
If the clock on the problem is really bad its ntp client will likely step the clock about 1/8th of a second every so often.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2003 01:48 AM
11-26-2003 01:48 AM
Re: NTP Server
http://www.eecis.udel.edu/~mills/ntp/clock1a.html
Be sure to reference the terms of use policy. You can use any of the servers listed as "open access" w/o having to contact anyone for permission.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2003 02:42 AM
11-26-2003 02:42 AM
Re: NTP Server
Nowadays though, NTP serving in most large corporates are performed by the routers/switches.. CISCO's have NTP services. So my NTP server is always my default router..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 12:57 AM
12-01-2003 12:57 AM
Re: NTP Server
Were you able to resolve this? Just curious.
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 05:12 AM
12-01-2003 05:12 AM
Re: NTP Server
Thanks again for your input...