- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Real-Time Clock
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
01-24-2002 07:26 AM
01-24-2002 07:26 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 07:32 AM
01-24-2002 07:32 AM
SolutionReminds me of Y2K bug.
Extracted for your interest:
=========================================
The RTC (also known as the Time-of-Day Clock) is responsible for maintaining the time of day at all times. This includes when the operating system is not running as well as when the power is turned off. The System Clock is responsible for maintaining the time of day for the operating system while the system is running. The hardware of the System Clock is the interval time, which is used in conjunction with software data structures and procedures to compute system time.
HP realized that problems may occur in interactions between Processor-Dependent Code (PDC) and the RTC, and in the RTC hardware itself. The RTC was run through the year 2000 testing to verify that it returns to a proper value after rolling past the year 2000. The tests also dealt with Universal Time Coordinated (UTC) - which replaced Greenwich Mean Time (GMT) - to ensure that any two-digit fields in the hardware and associated PDC were checked.
=========================================
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 07:37 AM
01-24-2002 07:37 AM
Re: Real-Time Clock
To answer your question, based on above information, the files are stamped with the system time which is derived from the System Clock.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 07:47 AM
01-24-2002 07:47 AM
Re: Real-Time Clock
Thanks for your time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 08:20 AM
01-24-2002 08:20 AM
Re: Real-Time Clock
Some systems do not allow changing of the RTC.
You could also have a hardware problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 08:36 AM
01-24-2002 08:36 AM
Re: Real-Time Clock
If you have L or N class server, it is not possible to change the server's RTC. The RTC is set to GMT from the factory itself, and the kernel synchronizes to what it reads from this clock during the system boot.
If that is not the case, then try changing your date and time using 'date -u' command. See man pages of date
HTH,
Shiju