- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- System time problem.
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
Discussions
Discussions
Discussions
Forums
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
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-15-2004 07:45 PM
тАО06-15-2004 07:45 PM
Sometimes, our system time has changed.
So, it is very difficult to sync with another system.
I'don't know the reason why the system time was changed.
How can I fix this problem?
(Our system's OS is HP 11.00.00)
Thanks & Regards.
Have a nice day!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2004 07:50 PM
тАО06-15-2004 07:50 PM
Re: System time problem.
ntp synchronizes time across different machines. It is described here.
http://networking.ringofsaturn.com/Protocols/ntp.php
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2004 07:57 PM
тАО06-15-2004 07:57 PM
Re: System time problem.
I want to fix this problem without using ntp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2004 07:59 PM
тАО06-15-2004 07:59 PM
Re: System time problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2004 08:01 PM
тАО06-15-2004 08:01 PM
Re: System time problem.
is time changing after system has been switched off?
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2004 08:02 PM
тАО06-15-2004 08:02 PM
Re: System time problem.
Is there any problem with hardware itself?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2004 08:08 PM
тАО06-15-2004 08:08 PM
Re: System time problem.
Maybe the problem was occurred after power off the system.
Do you know the reason why?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2004 09:00 PM
тАО06-15-2004 09:00 PM
Re: System time problem.
It is very difficult to give perfect clock without NTP.
Even you are not interested in syncing time from satellite source (need more money),
still you can atleast sync among your servers ....easy configuration.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2004 11:43 PM
тАО06-15-2004 11:43 PM
Solutionwhen the problem was occurred after power off the system, then you have to replace the battery at the mainboard.
Please check your 'Owner's guide' or search for example here:
http://www.openpa.net/systems/
for your system and then for the Owner's guide.
Hope this helps
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-16-2004 12:10 AM
тАО06-16-2004 12:10 AM
Re: System time problem.
NTP is the best method for time synchrinization, it doesn't disturb any application.
If you don't want to use NTP (why ?), you can use the command
/usr/sbin/ntpdate -b SOMEHOST
which should be run by cron on all machines which need time synchronization.
This is not the best solution, because the command really set date on computer.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-16-2004 12:59 AM
тАО06-16-2004 12:59 AM
Re: System time problem.
If you don't want to use ntp, you could always script something to sync to the other system, something like:
date `remsh OTHERSYSTEM date "+%m%d%H%M"`
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-16-2004 01:53 AM
тАО06-16-2004 01:53 AM
Re: System time problem.
NTP is the recommended method for production servers since it is extremely accurate and has virtually no overhead. All other techniques will step-change the time which can be a bad thing for databases.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2004 12:54 AM
тАО06-17-2004 12:54 AM
Re: System time problem.
you might consider ntpdate, it's a runonce version of ntp, but the deamon version is MUCH better as it can speed/slow the clock closer to true seconds.
even if you don't connect to a time source, it's a good idea to set up all your servers as PEER servers the connect your clients to one of the PEER servers. this will atleast get a single definition of time across your network (even if it's not connecting with the true time)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-20-2004 11:52 AM
тАО06-20-2004 11:52 AM
Re: System time problem.
Today I found the reason.
This problem was occurred by did not patch.
The problem was solved by patch.
Thanks.