- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- clock problems
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-13-2002 09:08 AM
02-13-2002 09:08 AM
clock problems
I have a problem concerning ntp.
I tried to attach a server to a ntp-server and i get an
offset of -213692 with "ntpq -p".
In the syslog file i get an error.
xntpd[12937]: time error -2136.833089 is way too large (set clock manually)
But with "date" i have the same time as on the ntp-server.
Is there a problem with the hardware clock?? And how can i fix this problem.
OS: HPUX 11.00
Server: L3000
Thanks for help.
Greetings
Markus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2002 09:14 AM
02-13-2002 09:14 AM
Re: clock problems
What is your TZ set to?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2002 09:19 AM
02-13-2002 09:19 AM
Re: clock problems
Middle European Time/Summer Time (MET-1METDST).
thx
Markus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2002 09:22 AM
02-13-2002 09:22 AM
Re: clock problems
What is the time difference?
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2002 09:22 AM
02-13-2002 09:22 AM
Re: clock problems
Then keep an eye on the syslog for xntpd messages.
HTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2002 09:33 AM
02-13-2002 09:33 AM
Re: clock problems
http://www.docs.hp.com/hpux/onlinedocs/B2355-90685/B2355-90685_top.html
and here is a great thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x7d9303bbece8d5118ff40090279cd0f9,00.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2002 09:41 AM
02-13-2002 09:41 AM
Re: clock problems
This is rather puzzling if your date command agrees with your NTP timesource. The first thing I would do is to get the timezone stuff out of the picture with a date -u command. See if the UTC time agrees with your NTP time source. If they are not within 1000 seconds then use the ntpdate command to force the time. I prefer to use the -B option to force the clock to slew the time. It make take a while but it will sync the time safely. You should then be able to start the xntpd daemon.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2002 11:37 AM
02-13-2002 11:37 AM
Re: clock problems
-g prevents the server from shutting down on large offsets.
-x always slews the time rather than stepping the time.
Slewing time will take a long time if the offset is as bad as indicated.
Some versions of ntp seem to have a bug when resetting maximum slew rates and set invert the sign on the slew rate. You may need to step the time.
You may want to check the timezone variable in then environment. I have seen clocks corrected by adjusting the timezone variable.
echo $TZ