search for: hwupsctrlpoweroffdelay

Displaying 4 results from an estimated 4 matches for "hwupsctrlpoweroffdelay".

2015 Mar 29
2
New snmp-ups subdriver for Huawei
...plement, but we should probably take this opportunity to point > out in the snmp-ups man page that if there are no shutdown.* commands > listed in the upscmd output, there is a potential for a race condition > if the power comes back early. There's a hwUpsCtrlPowerOff command and a RW hwUpsCtrlPowerOffDelay variable, but the mib isn't clear about whether this would be "shutdown.stayoff" or "shutdown.return", I'll see if I can find more information about this in the manuals. I don't see a power-on delay in the vendor mib so I think shutdown.reboot may not be possible....
2015 Mar 29
0
New snmp-ups subdriver for Huawei
On Mar 25, 2015, at 9:21 PM, Stuart Henderson <stu at spacehopper.org> wrote: > Hi, the diff inline below adds a new subdriver for snmp-ups to support > Huawei UPS, based on an observed walk from a UPS5000-E with a few bits > filled in from the MIBs (copy at http://junkpile.org/HUAWEI_UPS_MIB/). > Sample output from upsc follows the diff. Hi Stuart, Thanks for the patch. It
2015 Mar 31
0
New snmp-ups subdriver for Huawei
...robably take this opportunity to point > > out in the snmp-ups man page that if there are no shutdown.* commands > > listed in the upscmd output, there is a potential for a race condition > > if the power comes back early. > > There's a hwUpsCtrlPowerOff command and a RW hwUpsCtrlPowerOffDelay > variable, but the mib isn't clear about whether this would be > "shutdown.stayoff" or "shutdown.return", I'll see if I can find more > information about this in the manuals. > > I don't see a power-on delay in the vendor mib so I think shutdown.reboo...
2015 Mar 26
2
New snmp-ups subdriver for Huawei
Hi, the diff inline below adds a new subdriver for snmp-ups to support Huawei UPS, based on an observed walk from a UPS5000-E with a few bits filled in from the MIBs (copy at http://junkpile.org/HUAWEI_UPS_MIB/). Sample output from upsc follows the diff. cheers, Stuart diff --git a/data/driver.list.in b/data/driver.list.in index a0e82fb..fac3d5a 100644 --- a/data/driver.list.in +++