Displaying 2 results from an estimated 2 matches for "annoydelay".
2008 Jun 08
4
OT: really dumb question about APC UPS
We have about 4 servers connected to an APC UPS. The UPS only has one
UPS connection. So my question is, in a power outage how do i get all
my servers to safely shutdown? Do i run a USB hub? Do i write a script
on the one machine connected to turn off all the other machines? I'm
confused.
Jamie
2009 Mar 28
1
APCUPSD port 3551 permission problem
...der dumb UPS, you will want to set this to less than
# the time you know you can run on batteries.
TIMEOUT 0
# Time in seconds between annoying users to signoff prior to
# system shutdown. 0 disables.
ANNOY 300
# Initial delay after power failure before warning users to get
# off the system.
ANNOYDELAY 60
# The condition which determines when users are prevented from
# logging in during a power failure.
# NOLOGON <string> [ disable | timeout | percent | minutes | always ]
NOLOGON disable
# If KILLDELAY is non-zero, apcupsd will continue running after a
# shutdown has been requested, and a...