Koozali.org: home of the SME Server

Reverting to USB UPS

skinny

Reverting to USB UPS
« on: July 27, 2006, 09:45:49 PM »
Hi all,
I have been using an aging Belkin F6C350zSER-SB UPS connected via serial cable to SME Server 7.0.  As a bit of a newbie, I thought that was pretty cool.  Unfortunately the battery life is no longer sufficient to keep the power on long enough to complete the shutdown process :-(

I am intending to replace the UPS most likely one with a USB cable.  I previously used the following command when setting up the serial UPS
     config setprop nut Device /dev/ttyS0
I guess I will need to change this to point tot he USB port, but I can't find what command I need to do this.

Any help would be appreciated
Cheers Skinny

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Reverting to USB UPS
« Reply #1 on: July 30, 2006, 08:31:12 PM »
Quote from: "skinny"

     config setprop nut Device /dev/ttyS0
I guess I will need to change this to point tot he USB port, but I can't find what command I need to do this.


Try:

config delprop nut Device
signal-event post-upgrade
signal-event reboot

skinny

Reverting to USB UPS
« Reply #2 on: July 30, 2006, 08:38:20 PM »
Thanks Charlie,
that makes sense, I'll give it a try.