- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NTP time needs to be adjusted
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-04-2004 09:22 AM
11-04-2004 09:22 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 09:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 09:44 AM
11-04-2004 09:44 AM
Re: NTP time needs to be adjusted
After you do this; you really need to get more reliable time souces to feed NTP. Even Internet time sourses will keep you stable typically to within a few tens of milliseconds and often much better.
A Mickey Mouse watch will keep better time than most servers; unfortunately Mickey doesn't come with a data port.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 09:47 AM
11-04-2004 09:47 AM
Re: NTP time needs to be adjusted
/sbin/init.d/xntpd stop
(that prevents conflicts between ntpdate and xntpd). Then run ntpdate -B (NOTE: unpatched versions of ntpdate do not have the -B option--which is NOT the same as -b, do not make the mistake of using -b as it will instantly change the time) and the server name as in:
/usr/sbin/ntpdate -B your_NTP_servername
You can then watch the time with the date command. 10 minutes will take about 3 hours to get within a few seconds. Once the time is within a few seconds, you can kill ntpdate if it is still running and then start xntpd again. The ntpdate -B option will shrink or expand each time tick slightly so the exact number of seconds per hour remains the same but will move the clock as needed. That way, databases will be unaffected.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2004 02:20 AM
11-05-2004 02:20 AM
Re: NTP time needs to be adjusted
Clay, the network folks suggested that I use one/two of their Cisco routers as the NTP source. Any comments?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2004 04:18 AM
11-05-2004 04:18 AM
Re: NTP time needs to be adjusted
Bill Hassell, sysadmin