RE: Watchdog Reset & other issues
Greg Pierce <[email protected]>
| Newsgroups | gmane.linux.aurora.devel |
|---|---|
| Message-ID | <1044589815.2894.38.camel@defiant> |
> Hello all, > > I have a SS20. I had been running Debian Sid, at which time I had it up for > extended durations with few problems. > > I recently got an 8 meg VSIMM (never opened, still in the sun box :) ). > I figured I'd try Aurora since I've used Red Hat is the past & liked the new > desktop. > > 1. I noticed that the performance seems to be a little anemic, but I chalk > this up to the new 2.4 kernel on a hypersparc. > I've heard comments that I should step back into 2.2 if it's an issue > (can someone give me an option?). > > 2. The other day I came home to a white screen with an open boot prompt > saying "Watchdog Reset". > Is this a kernel issue also? It didn't happen on 2.2, but I didn't > have the new VSIMM then either. > > What is the watchdog reset exactly? Is it likely to continue to happen? > Any thoughts are appreciated. I am not familiar with the precise implementation of the watchdog on the Sparc 20, but in general the concept is that of a timer. The watchdog timer is reset at power-on and increments every so-many system clocks (the exact rate is determined by the system frequency divided by a hardware prescaler). Eventually, the timer will overflow and generate a hardware reset. It is up to the software executing on the system to periodically reset the timer before it overflows (known as "giving the dog a pat" or "patting the dog"). Typically the OS is responsible for this task at the kernel level. The purpose of the watchdog is to reset the system if a complete lockup occurs. This is useful for systems used as routers or some server applications (i.e. telco, DNS servers, etc.). Watchdog timers are always able to be deactivated. Most likely it is possible to do so in the Openboot PROM - it could also possibly be a hardware jumper, or something that can only be done by the OS (very unlikely). I would suggest searching for documentation on your system at Suns web site, or doing a Google search. No doubt it is a fairly simple matter to deactivate the 'dog on your system. -- Greg "I would never make a bet against time travel. The person I am betting with may be from the future and know the answer." -- Stephen Hawking