- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NTP queries
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
06-14-2006 09:36 PM
06-14-2006 09:36 PM
NTP queries
How frequent the NTP client sync with the NTP server?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2006 09:59 PM
06-14-2006 09:59 PM
Re: NTP queries
It depends upon the client Configuration:
a) Configuring a Client to Use Server Polling
Multiple timeservers may be used in the configuration file. The default polling time for the timeserver is once every 64 seconds. At every poll time, drift in the local time and the server time is recorded. If the drift is high, the next polling time is scheduled to occur earlier. If the drift is low, the next polling time is later.
b )Configuring a Client to Use Server Broadcast
A broadcast client does not contact any server for time information but listens for broadcast time information from a broadcast timeserver.
Hope this helps.
-Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2006 10:04 PM
06-14-2006 10:04 PM
Re: NTP queries
How to check whether the NTP client is using polling method or server broadcast method?
Where is the file to configure the polling time in NTP client?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2006 10:07 PM
06-14-2006 10:07 PM
Re: NTP queries
You need to look into, /etc/ntp.conf file for more information.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2006 10:08 PM
06-14-2006 10:08 PM
Re: NTP queries
A typical /etc/ntp.conf file for a client that is using gama as its timeserver is as shown next.
# vi /etc/ntp.conf
server gama
driftfile /var/adm/ntp.drift
b )Configuring a Client to Use Server Broadcast
A broadcast client does not contact any server for time information but listens for broadcast time information from a broadcast timeserver. The configuration for the broadcast NTP client is like the following.
# vi /etc/ntp.conf
broadcastclient yes
driftfile /var/adm/ntp.drift
Hope this helps.
-Amit
PS: Please remember to assign points.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2006 11:35 PM
06-14-2006 11:35 PM
Re: NTP queries
If you prefer, you can sync your time via a cron job, so that the xntpd daemon doesn't run all the time. Obviously, if you're using server broadcasting, you wouldn't want to do this.
To prevent the xntpd daemon from starting, set XNTPD=0 in /etc/rc.config.d/netdaemons. If the daemon is running, kill it with '/sbin/init.d/xntpd stop'. Then set up a cron job to execute '/usr/sbin/ntpdate
PCS