Displaying 2 results from an estimated 2 matches for "shutdown_stop".
2015 Apr 03
2
I'm new to NUT in Windows, having problems with blazer_usb doing an UPS shutdown
...This bat file is as follows:
cd C:\Program Files (x86)\NUT\bin
blazer_usb -a HAMUPS -k
pause
So this should send the shutdown command to the UPS and start the shutdown
timer (I've not added the Windows shutdown part to the bat file yet). The
problem is that BLAZER_USB sends the command "shutdown_stop" three times to
the router and then reports a SHUTDOWN FAILED:
Initiating UPS shutdown
instcmd: command [shutdown.stop] failed
instcmd: command [shutdown.stop] failed
instcmd: command [shutdown.stop] failed
Shutdown failed!
This problem has already been addressed and supposedly corrected in...
2015 Apr 03
0
I'm new to NUT in Windows, having problems with blazer_usb doing an UPS shutdown
...>
> cd C:\Program Files (x86)\NUT\bin
> blazer_usb -a HAMUPS -k
> pause
>
> So this should send the shutdown command to the UPS and start the shutdown timer (I've not added the Windows shutdown part to the bat file yet). The problem is that BLAZER_USB sends the command "shutdown_stop" three times to the router and then reports a SHUTDOWN FAILED:
>
> Initiating UPS shutdown
> instcmd: command [shutdown.stop] failed
> instcmd: command [shutdown.stop] failed
> instcmd: command [shutdown.stop] failed
> Shutdown failed!
One caveat with running "<driv...