Hi,
I have a tru64 machine which always boots with wrong time(time is
always in future ie. 2007 or above). After booting, ntp starts and
syncs time properly with the server and time is back to normal. Once
i reboot problem appears again. Is this a problem with a TOY chip or do
we
need to explicity set the time to TOY chip. I believe ntp calls
settimeofday
which syncs the time to TOY chip. But i donot see any errors
in the log file with respect to TOY chip battery failure.
Thanks,
Balaji
|
|
0
|
|
|
|
Reply
|
sbalaji79 (1)
|
7/13/2006 6:47:48 AM |
|
Hi,
sbalaji79@gmail.com wrote:
> Hi,
>
> I have a tru64 machine which always boots with wrong time(time is
> always in future ie. 2007 or above). After booting, ntp starts and
> syncs time properly with the server and time is back to normal. Once
> i reboot problem appears again. Is this a problem with a TOY chip or do
> we
> need to explicity set the time to TOY chip. I believe ntp calls
> settimeofday
> which syncs the time to TOY chip. But i donot see any errors
> in the log file with respect to TOY chip battery failure.
I'm pretty sure the machine's hardware clock (RTC) has the wrong date. At
boot time the operating system time is initialized with that time.
I don't know tru64, but settimeofday must not necessarily set the machine's
RTC. For example under linux there's a special command which writes the
time of the software clock to the RTC. Sometimes this is called
periodically every few minutes, and im most cases it is run when the system
shuts down.
You must check which command tru64 provides to do so.
Martin
--
Martin Burnicki
Meinberg Funkuhren
Bad Pyrmont
Germany
|
|
0
|
|
|
|
Reply
|
Martin
|
7/13/2006 9:03:28 AM
|
|
Martin Burnicki wrote:
> Hi,
>
> sbalaji79@gmail.com wrote:
>> Hi,
>>
>> I have a tru64 machine which always boots with wrong time(time is
>> always in future ie. 2007 or above). After booting, ntp starts and
>> syncs time properly with the server and time is back to normal. Once
>> i reboot problem appears again. Is this a problem with a TOY chip or do
>> we
>> need to explicity set the time to TOY chip. I believe ntp calls
>> settimeofday
>> which syncs the time to TOY chip. But i donot see any errors
>> in the log file with respect to TOY chip battery failure.
>
> I'm pretty sure the machine's hardware clock (RTC) has the wrong date. At
> boot time the operating system time is initialized with that time.
>
> I don't know tru64, but settimeofday must not necessarily set the machine's
> RTC. For example under linux there's a special command which writes the
> time of the software clock to the RTC. Sometimes this is called
> periodically every few minutes, and im most cases it is run when the system
> shuts down.
>
> You must check which command tru64 provides to do so.
>
> Martin
Agreed. VMS had this problem every year in January where if it hadn't
been booted for a very long time the date would be wrong on the next
boot. The date was not being written back in any reliable way so the
date ended up way off. I don't know if the Alphas suffered the same
problem, this was on VAXen.
Danny
_______________________________________________
questions mailing list
questions@lists.ntp.isc.org
https://lists.ntp.isc.org/mailman/listinfo/questions
|
|
0
|
|
|
|
Reply
|
mayer
|
7/13/2006 11:38:26 AM
|
|
Danny Mayer wrote:
> Martin Burnicki wrote:
>
>>Hi,
>>
>>sbalaji79@gmail.com wrote:
>>
>>>Hi,
>>>
>>>I have a tru64 machine which always boots with wrong time(time is
>>>always in future ie. 2007 or above). After booting, ntp starts and
>>>syncs time properly with the server and time is back to normal. Once
>>>i reboot problem appears again. Is this a problem with a TOY chip or do
>>>we
>>>need to explicity set the time to TOY chip. I believe ntp calls
>>>settimeofday
<snip>
>>I don't know tru64, but settimeofday must not necessarily set the machine's
>>RTC. For example under linux there's a special command which writes the
>>time of the software clock to the RTC. Sometimes this is called
>>periodically every few minutes, and im most cases it is run when the system
>>shuts down.
>>
>>You must check which command tru64 provides to do so.
>>
>>Martin
>
>
> Agreed. VMS had this problem every year in January where if it hadn't
> been booted for a very long time the date would be wrong on the next
> boot. The date was not being written back in any reliable way so the
> date ended up way off. I don't know if the Alphas suffered the same
> problem, this was on VAXen.
>
The VAX and Alpha TOY clocks do not keep the year itself. VMS stores
the current year on disk. I believe that it was actually a part of the
executive image. VMS updates this information every time a SET TIME is
done. Don't know what Tru64 does; I had the admin course for it about
ten years ago and spent maybe a total of three days actually working
with it.
Since a lot of VMS engineers worked on Tru64, it's possible that the
solution is to set the time with the "date" command.
|
|
0
|
|
|
|
Reply
|
Richard
|
7/13/2006 1:12:16 PM
|
|
Richard B. Gilbert wrote:
> Danny Mayer wrote:
>
>> Martin Burnicki wrote:
>>
>>> Hi,
>>>
>>> sbalaji79@gmail.com wrote:
>>>
>>>> Hi,
>>>>
>>>> I have a tru64 machine which always boots with wrong time(time is
>>>> always in future ie. 2007 or above). After booting, ntp starts and
>>>> syncs time properly with the server and time is back to normal. Once
>>>> i reboot problem appears again. Is this a problem with a TOY chip or do
>>>> we
>>>> need to explicity set the time to TOY chip. I believe ntp calls
>>>> settimeofday
> <snip>
>>> I don't know tru64, but settimeofday must not necessarily set the
>>> machine's
>>> RTC. For example under linux there's a special command which writes the
>>> time of the software clock to the RTC. Sometimes this is called
>>> periodically every few minutes, and im most cases it is run when the
>>> system
>>> shuts down.
>>>
>>> You must check which command tru64 provides to do so.
>>>
>>> Martin
>>
>>
>> Agreed. VMS had this problem every year in January where if it hadn't
>> been booted for a very long time the date would be wrong on the next
>> boot. The date was not being written back in any reliable way so the
>> date ended up way off. I don't know if the Alphas suffered the same
>> problem, this was on VAXen.
>>
>
> The VAX and Alpha TOY clocks do not keep the year itself. VMS stores
> the current year on disk. I believe that it was actually a part of the
> executive image. VMS updates this information every time a SET TIME is
> done.
Right. The trouble was you rarely needed to reboot a VMS system so the
SET TIME was almost never done. It was a problem that happened every
January for reasons that I don't recall. I believe a SET TIME was done
in the SYS$SHUTDOWN code but it's been years since I looked at it and my
VAXstation is currently not running...
Don't know what Tru64 does; I had the admin course for it about
> ten years ago and spent maybe a total of three days actually working
> with it.
>
More than I got. I was handed a CD, the installation manual and an
AlphaStation and told to get it up and running for my new boss who was
coming the following week.
> Since a lot of VMS engineers worked on Tru64, it's possible that the
> solution is to set the time with the "date" command.
Not as many as you might think. VMS was going hot and heavy and
migrating the VAX base over to Alpha was the top priority. Most of the
OSF/1 folks (as it was then called) came from the MIPS Ultrix group and
additional people were hired.
Danny
_______________________________________________
questions mailing list
questions@lists.ntp.isc.org
https://lists.ntp.isc.org/mailman/listinfo/questions
|
|
0
|
|
|
|
Reply
|
mayer
|
7/14/2006 11:19:55 AM
|
|
|
4 Replies
149 Views
(page loaded in 0.064 seconds)
Similiar Articles: [OT] Netfinity help ! - comp.sys.ibm.ps2.hardwareThen something is wrong with the system, although the exclamation in ... Not really, I flashed the BIOS in no time. Extract the package to a floppy, boot with it and ... cloned old system (SCO v4.2) from mylex SCSI RAID (mirroring) to ...> > The system boots just fine. =A0I do see some entries in ... somebody please enlighten me on what might be wrong ... If possible, to save yourself time I would recommend ... ntpd, boot time, and hot plugging - comp.protocols.time.ntp ...... the startup phase, then you're using the wrong protocols. If you need a true fault-tolerant real-time system ... What you have to calculate into the boot time is the ... time reset, syncronisation lost and Large PPM values - comp ...... NTP servers that are likely to be up at the time your system boots 3 ... NTP server", is it? >>> >>> There's nothing wrong with a properly configured Windows system ... MicroVAX 3100-30 - won't boot... - comp.os.vms> > =A0 =A0Otherwise, there is some boot-time debugging ... SYSBOOT Mapping the SYSDUMP.DMP on the System ... MicroVAX 3100-30 - won't boot... - comp.os.vms wrong serial ... Headless X windows - comp.unix.solarisJust > one. <-- and that's the problem Wrong. *Nothing* related to Xsun on the Solaris system ... box, then it > > will start X via an RC at boot time. Right? > > Wrong. ATAPI CD-ROM drive in a SCSI system - comp.periphs.scsi... wrong tree when you try to > upgrade the Tekram SCSI controller firmware. The system IS trying to > boot ... time of the 2940s allow you to control the boot ... system boot ... "df" reports wrong size of filesystem - comp.unix.solaris ...The system is installed with Solaris 9 SPARC. It ... locks on the files/links, "df" show the wrong size. So the next > time ... lang.fortran Hi, I have a pc with dual boot ... svc.startd[7] rpcbind misconfigured - comp.unix.solaris... default online 16:14:57 svc:/system/boot ... what the OP wrote is lost in the mists of time ... SAME PLACE of trying to figure out what's wrong with > his system ... When is the TZ environment var set? - comp.unix.solaris... starts as part of the boot process, it is apparently starting before the system ... doing something else wrong ... to logging in UTC time. So maybe that (rather than the boot ... system boots with wrong time - Unix Linux Forum - Fixunix.comsystem boots with wrong time - NTP . This is a discussion on system boots with wrong time - NTP; Hi, I have a tru64 machine which always boots with wrong time(time is ... System time is always wrong after using Windows 7I'm having a problem with the time on my Windows 7 RC system. Whenever I boot into Windows 7, the system time is wrong, or eventually goes wrong. Right now ... 7/30/2012 6:05:12 AM
|