- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: NTP clients.
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
10-24-2004 09:01 PM
10-24-2004 09:01 PM
I have just setup several ntp clients, and I want to know what is the default poll interval at what the clients connect with the server. Also, I want to increase it to 1 hour. The NTP is working by running the daemon ntpd continuously. Does anybody knows how to see and change this poll interval?
Thanks and regards,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2004 12:49 AM
10-25-2004 12:49 AM
Re: NTP clients.
Some linux distributions need xntp.conf.
http://www.ntp.org
After changing your setup, service ntpd restart or service xntp restart, depending on your Linux distributions.
Some distributions don't have the Service command, so you'll need to stop and start the script in /etc/init.d
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
10-25-2004 10:26 PM
10-25-2004 10:26 PM
Re: NTP clients.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 01:28 AM
10-26-2004 01:28 AM
Re: NTP clients.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 01:57 AM
10-26-2004 01:57 AM
Re: NTP clients.
what is your reason for increase poll interval? if you want to save network traffic you may use multicast for sync your clients.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 09:35 AM
10-26-2004 09:35 AM
Re: NTP clients.
The best setup in my opinion is to run ntpdate once during boot up, but before ntpd / xntpd starts. Then start ntpd / xntpd service and maintain the time.
If you don't want to use ntpd / xntpd you can just put a crontab entry to run ntpdate evry hour if you want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 10:57 PM
10-26-2004 10:57 PM
Solutionpool interval is dynamic, that means if it's working correct it will automatically decrese pool interval after a while. if you want to look for correct working of your server type at the servet "ntpq". with this tool you can see much information on the server, for example type "pe" shows you the configured time sources, "rl" shows you more information about the current timesource (if you have configured more than one timesource your ntpd will automatical test for the best timesource).
on your clients you could use ntpdate to syncronize time manualy. you can add ntpdate to your crontab.
or you can use ntpd to sync time with your ntp server with all features of ntpd. you will be able to add other time source if your ntpd server is down.
best regards
johannes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 11:47 PM
10-26-2004 11:47 PM
Re: NTP clients.
There is something called as
* minpoll [ Number ]
* maxpoll [ Number ]
The default value of minpoll is 6 and
the default value of maxpoll is 10.
However u can customize these values. I have attached a doc. Pls see.
regards,
Syam