- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Auto Correct Time
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
02-07-2001 11:05 AM
02-07-2001 11:05 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2001 11:10 AM
02-07-2001 11:10 AM
Re: Auto Correct Time
man xntpd.
This comes standard with HP-UX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2001 11:11 AM
02-07-2001 11:11 AM
Re: Auto Correct Time
You can use xntp that will provide such features.
If you want to run it from cron, you may use the ntpdate(1M) command like this:
ntpdate server1 server2 ...
The more the servers, the most accurate time you will get.
Best regards.
Fred.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2001 11:29 AM
02-07-2001 11:29 AM
SolutionAn excellent, easy-to-use guide to setting up Network Time Protocol (ntp) services can be found in the "Installing and Administering Internet Services" manual:
http://docs.hp.com/hpux/onlinedocs/B2355-90685/B2355-90685.html
You can configure one of your own servers to serve as a local time source, propagating it to others in your network, or you can establish connectivity to an external source to which you can synchronize and propagate time.
For a good list of time sources, see:
http://www.eecis.udel.edu/~mills/ntp/clock1.htm
I use the USNO (US Naval Observatory) sources to which to synchronize one of my servers, and then specify that server as the upper stratum for my others. This is easy to setup.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2001 11:37 AM
02-07-2001 11:37 AM
Re: Auto Correct Time
In addition the xntpd man page, check out
http://www.eecis.udel.edu/~ntp
Lots of information as well as lists of public timeservers.
--Bruce