Displaying 3 results from an estimated 3 matches for "may07".
2016 May 09
2
cyberpower ups need to manully turn on the switch
...$1 in
upsgone)
logger -t upssched-cmd "The UPS has been gone for awhile"
;;
*)
logger -t upssched-cmd "Unrecognized command: $1"
;;
esac
########### /etc/hosts.allow ###########
########### ps aux ###########
nut 2651 0.0 0.0 43396 1116 ? Ss May07 0:08
/usr/sbin/upsd
root 2654 0.0 0.0 39116 1172 ? Ss May07 0:00
/usr/sbin/upsmon
nut 2655 0.0 0.0 41208 1300 ? S May07 0:03
/usr/sbin/upsmon
########### Ownership and permissions ###########
-rwxr-xr-x. 1 root root 64824 May 15 2013 /usr/sbin/u...
2016 May 10
0
cyberpower ups need to manully turn on the switch
On Mon, 9 May 2016, Min Wang wrote:
> HIin centos: C="/usr/bin/upssched-cmd"?
Noted, thanks.
> here is the output of that file:
>
> ? ? ? ? ########### ps aux ###########
> nut ? ? ? 2651 ?0.0 ?0.0 ?43396 ?1116 ? ? ? ? ?Ss ? May07 ? 0:08 /usr/sbin/upsd
> root ? ? ?2654 ?0.0 ?0.0 ?39116 ?1172 ? ? ? ? ?Ss ? May07 ? 0:00 /usr/sbin/upsmon
> nut ? ? ? 2655 ?0.0 ?0.0 ?41208 ?1300 ? ? ? ? ?S ? ?May07 ? 0:03 /usr/sbin/upsmon
My NUT setup shows:
upsd 2859 0.0 0.0 13228 880 ? Ss avril24 3:16 /usr/lib/ups/driver/usbhid-up...
2016 May 09
2
cyberpower ups need to manully turn on the switch
Hi
centos 6.3 uses traditional SysV script ( not systemctl)
here is the /etc/init.d/ups ( script) assuming it similar to nutshutdown
# more /etc/init.d/ups
#! /bin/bash
#
# ups: Starts the Network UPS Tools
#
# chkconfig: - 26 74
# description: Network UPS Tools is a collection of programs which provide
a common \
# interface for monitoring and administering UPS hardware.
# processname: upsd
#