- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- requesting ntp information
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-25-2002 11:11 AM
11-25-2002 11:11 AM
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 11:14 AM
11-25-2002 11:14 AM
Re: requesting ntp information
Set up a cron job that uses ntpdate thusly:
remsh SERVER /usr/sbin/ntpdate -b CENTRALSERVER
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 11:18 AM
11-25-2002 11:18 AM
Re: requesting ntp information
/usr/sbin/ntpdate -b CENTRALSERVER
would work fine stuck in a cron shell script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 11:26 AM
11-25-2002 11:26 AM
Re: requesting ntp information
That should have read:
Set up a cron job on the central server that uses ntpdate thusly:
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 11:29 AM
11-25-2002 11:29 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 11:34 AM
11-25-2002 11:34 AM
Re: requesting ntp information
Just configure your servers to look to this host for NTP and forget it.
You absolutely do not want a scheme that uses ntpdate to step adjust the time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 01:13 PM
11-25-2002 01:13 PM
Re: requesting ntp information
server 10.x.x.x
where 10.x.x.x is the ip address of my ntp server.
I stopped and started the /sbin/init.d/xntpd.
I checked using lsof the ntpd is running on port 123.
How often will my HP-UX server sync with the ntp server?
Thanks again for all the help so far.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 02:08 PM
11-25-2002 02:08 PM
Re: requesting ntp information
You can use ntpq -p to check how often the client request information.
#ntpq -p
remote refid st t when poll reach delay offset jitter
=========================================================================
*GPS_PALISADE(0) .GPS. 0 l 5 16 377 0.000 0.018 0.009
the numbers from
when indicates that the GPS was polled 5 seconds ago
poll indicates with the polling interval set to 16 seconds
Kind regards,
Robert-Jan.