1834480 Members
3418 Online
110067 Solutions
New Discussion

Re: Real-Time Clock

 
SOLVED
Go to solution
sonya goddard
New Member

Real-Time Clock

What is the function of the Real-Time Clock? What is its purpose? Does it stamp the date on files or does the System Clock stamp the date on files. Thanks in advance
5 REPLIES 5
Steven Sim Kok Leong
Honored Contributor
Solution

Re: Real-Time Clock

Hi,

Reminds 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


Steven Sim Kok Leong
Honored Contributor

Re: Real-Time Clock

Hi,

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
sonya goddard
New Member

Re: Real-Time Clock

Thanks for your help. I have one more question. When we tried to set the RTC, we got an error of -3. Do you know what this means? We had input the correct time and in the correct format. When we just typed DATE, it gave us an error code of -13.

Thanks for your time.
melvyn burnard
Honored Contributor

Re: Real-Time Clock

You do not say whch model 9000 system this is on, nor the OS version. This may help.
Some systems do not allow changing of the RTC.
You could also have a hardware problem
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Helen French
Honored Contributor

Re: Real-Time Clock

Hi,

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
Life is a promise, fulfill it!