- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NTP CONFIG
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
12-28-2004 03:33 AM
12-28-2004 03:33 AM
server ntp2.usno.navy.mil version 3 prefer
peer ntp2.usno.navy.mil version 3 prefer
The ntp process works great.
However the small pipes at our facilities are getting hammered by ntp, I believe.
How can I tell my server to only poll at a certain interval, or do I have to do it on the ntp client side?
Can I use a minpoll entry on the server line?
Like : server ntp2.usno.navy.mil minpoll 1024
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 03:40 AM
12-28-2004 03:40 AM
Re: NTP CONFIG
I'm sure there's a more elegant NTP way to do this, but I simply sync my other machines once a day via a cron script:
LIST=`cat /etc/hosts |grep "#unixhost" |awk -F# '{ print $3 }'`
for SERVER in $LIST
do
remsh $SERVER /usr/sbin/ntpdate -b yukon
done
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 03:45 AM
12-28-2004 03:45 AM
SolutionBe aware though that it's calculated as a power of 2 so your 1024 would be 2*1024=more years than you are likely to ever see :)
To get 1024 seconds the minfree value would be 10.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 03:46 AM
12-28-2004 03:46 AM
Re: NTP CONFIG
I would doubt that the excessive traffic you're seeing is NTP packets. Have your network people provide packet stats from the last hop router before the NTP server. You'll be looking for port 123/udp traffic.
We have thousands of clients served by just two servers & have never had a problem.
If for some reason you do see loads of 123/udp traffic then I'd suspect a misconfigured client(s) or a runaway client daemon. See if you can track down the source MAC of the traffic.
You can always check the syslog.log on the clients to see how frequently they're requesting NTP updates as well.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 03:46 AM
12-28-2004 03:46 AM
Re: NTP CONFIG
Thanks :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 03:46 AM
12-28-2004 03:46 AM
Re: NTP CONFIG
Looking to do it in a way I described.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 03:49 AM
12-28-2004 03:49 AM
Re: NTP CONFIG
Never worked on NTP but see if the following thread provides u any inputs.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=550229
Please don't mind if it doesn't help. :)
Regards,