[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-developers] RaQ3 UPS Solutions ?
- Subject: RE: [cobalt-developers] RaQ3 UPS Solutions ?
- From: "Lyle Scheer" <lyle@xxxxxxxxxx>
- Date: Thu Aug 3 10:40:25 2000
> From: cobalt-developers-admin@xxxxxxxxxxxxxxx
> [mailto:cobalt-developers-admin@xxxxxxxxxxxxxxx]On Behalf Of Barry
> Titmarsh
> Subject: RE: [cobalt-developers] RaQ3 UPS Solutions ?
>
>
> At 14:46 02/08/00 -0700, Lyle Scheer wrote:
>
> >The UPS software should shut down the RaQ 3 and then the
> main power on the
> >UPS when the battery reaches less than 20%, and should
> restart when power is
> >restored. If this does not happen you should work with support.
>
> I tested this some time ago. the RaQ3 shuts down and waits
> for a reboot
> operation. BUT of the power returns to the UPS there is now
> way for the
> RaQ3 to reboot ?? un less you power cycle it.
>
> At 20% battery yes the RaQ3 does a shut down Now its in a
> shut down state
> and the battery is at 10% but the UPS is still going. so
> there is still
> mains power to the RaQ3 in its shut down state. Suddenly the
> Power loss is
> gone. the UPS is now re-charging the Batteries which are now
> moving back to
> 100% but the RaQ3 is still shut down what tell the RaQ3 from
> the UPS to
> reboot ?
>
> LCD says Power Off. at that point.
The UPS should shut down POWER to the RaQ 3 about 30 seconds after doing a
safe shutdown to the RaQ 3. It sounds like this last piece isn't happening
for you. I consider that a bug.
I took a look at the code, as I remember that the section that I created to
tell the UPS is a bit of a hack (It's an embedded system call that calls the
following command "echo -n @001 >/dev/ttyS1", as the smartupstools at the
time did not support this functionality)
The "@001" is the "Shutdown with Grace period" command to the SmartUPS.
This code worked on the SmartUPS 700 that I developed this with. If you're
up to checking it out, I would disconnect the RaQ from the UPS power and
just try echoing this command to the UPS serial and seeing if the UPS shuts
down power.
It's possible that you have an older model UPS that does not support this
command, but I doubt it.
I think there is a window where if power is restored after this command is
issued and before the UPS shutdown occurs, then your system may never power
cycle. However, it should only be a one minute window, and if power has
been out long enough that the battery is down to 20%, I'm guessing a low
probability of hitting that window.
- Lyle