Displaying 20 results from an estimated 400 matches similar to: "Networked APC"
2006 Mar 13
4
Storing model object in session in EdgeRails
I''m having a problem with sessions since upgrading to EdgeRails. Against
certain recomendations, I''m storing the current user''s model object in
the session. This worked fine in 1.0 and earlier, but now I am noticing
that any time I reference the associated objects for an object stored in
the session, the associated objects get copied into the session! For
example,
2006 Mar 13
3
"./blah/blah" vs. "/blah/blah"
Hello,
Earlier in my rails application, I was using the convention of writing the
following to refer to templates and/or views in the view folder.
"./blah/blah"
But in the Edge rail, it doesn''t work and the page doesn''t shows any output
there is no error in the development log as well. But changing the above to
"/blah/blah" seems to fix things.
Was I
2008 Mar 04
1
battery.temperature vs ups.temperature
The (2.2.1) upshid-ups driver reports battery.temperature rather than
ups.temperature. Here's a quick patch to have it show up in the status
page...
--- clients/upsstats.c.DIST 2008-03-04 09:15:40.000000000 +0000
+++ clients/upsstats.c 2008-03-04 09:16:20.000000000 +0000
@@ -787,6 +787,11 @@
return 1;
}
+ if (!strcmp(cmd, "BATTTEMP")) {
+
2006 Jan 27
1
newhidups capture
Hello!
I am tracking the Development tree and I am trying to capture the
output from newhidups, as such:
[root]# newhidups -u root -DD -x generic -x vendorid=0001 auto >
UPSdump.txt
If I don't redirect the output to the .txt file, everything is printed
on the screen. If I add the redirect, the output is again printed on the
screen; the .txt file however only contains the first
2006 Feb 03
1
APC Smart-UPS 1000 RM USB problems with newhidups
I'm trying to use a rackmount Smart-UPS from APC with the USB connector, and
I'm running into some issues. They seem to stem from the fact that the
Report Descriptor is much larger than any other UPS I've seen (61939 bytes).
Here is the quick fix that I put in libusb.c after getting the HID
descriptor, and before getting the Report descriptor, which seems to work
okay:
2006 Jun 02
2
APC UPS SNMP board
I know this isn't exactly the right place to ask, but I figure at least
*someone* on this list has done it once.
I recently acquired an AP9617 web/snmp management board for my UPS. The
web and telnet part of it work great. However, I can't get *anything*
from the snmp interface. I've triple-checked the community name and
access settings (currently are wide open). I've ensured
2008 Sep 08
1
apcsmart and ambient data
Perhaps someone else could confirm this, I have an APC UPS with a built-in network management card with environmental sensor for temp/humidity. The OID index for the sensors appears to be .1 (the last component for each of the OIDs listed below). The original source code has them at .0
drivers/apccmib.h
#define APCC_OID_IEM_TEMP ".1.3.6.1.4.1.318.1.1.10.2.3.2.1.4.1"
#define
2007 May 14
2
apc smart ups restart
Hi.
Could anyone please provide info on how nut makes ups restart after
power is back?
I've configured nut to communicate with APC SmartUPS 750 via
'newhidups' driver and this works w/o probs in case of shutting the
system down. The UPS would stay on though. After the power returns,
I'd expect UPS to restart so that servers would start either. This
would never happen, and I have to
2010 Feb 10
2
APC Smart-UPS 3000XL: Compatible/Any good?
Hello list.
I'm contemplating buying new batteries and putting an older APC
Smart-UPS 3000XL back into service. Would that work well with NUT? Any
drawbacks to consider?
Thank you,
Tobias
--
Tobias Balle-Petersen
Kontrapunkt Group / System Administrator
2012 Feb 02
2
APC SmartUPS 3000VA LCD not connecting
We recently had to replace an old APC SmartUPS 3000 with a newer 3000VA
(the 2U one). It has both serial and USB in the back (with an RJ-45 on
the end of the serial cable).
I can't get the apcsmart driver to connect. I figured it should work
the exact same as the old UPS, with /dev/ttyS0 as the port (I'm using
the same port on the server that the last one was plugged into). I even
2007 Jan 12
1
Trouble connecting to apc smart 1500 via serial cable
Hello.
I've been running a two machine setup with a mge-shut for some time
without problems, and now I'm configuring a three machine setup with an
APC Smart 1500.
The UPS has three machines connected to it, in a peculiar way: one
windows machine is connected via USB. The second windows machine is
using an agent to monitor messages from the first windows machine. Then,
I have a GNU/Linux
2006 Mar 08
2
APC 1500RM / NUT 2.0.3 / newhidups / Solaris 10 [long]
Folks, while I've got the above combination to compile and run under
Solaris 10, it seems that there are still problems in the libusb/ugen
driver stack from Sun and or the APC Smart UPS 1500, so things aren't
actually working.
It seems that the APC Smart UPS 1500RM doesn't return the HID descriptor
length information in 0x21 as noted in a previous thread, but in my
case, it also
2007 Dec 11
2
nut-2.2.1-pre2
Shamelessly reusing the announcement Arnaud sent about three months ago
for nut-2.2.1:
"We're preparing to release 2.2.1-pre2, so if you have some fixes to
backport on Testing, consider announcing it and doing asap.
As always, compatibilities update and bugfixes only!"
Regards, Arjen
--
Eindhoven - The Netherlands
Key fingerprint - 66 4E 03 2C 9D B5 CB 9B 7A FE 7E C1
2007 Jan 12
2
APC Question...
Greetings:
I've been following through the instructions on how to connect an APC
BackUPS 650 ES to USB, and have it monitored with NUT...
I know my system can SEE the UPS, as DMESG shows this:
hiddev96: USB HID v1.10 Device [APC Back-UPS ES 650 FW:818.w1.D USB FW:w1]
on usb-0000:00:04.2-1
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
I can see
2007 Jan 15
5
Network UPS Tools version 2.0.5 released
Network UPS Tools version 2.0.5 has been released.
http://www.networkupstools.org/
Direct access:
- Download: http://www.networkupstools.org/source/2.0/nut-2.0.5.tar.gz
- News: http://www.networkupstools.org/source/2.0/new-2.0.5.txt
- ChangeLog: http://www.networkupstools.org/source/2.0/ChangeLog
2007 Jan 15
5
Network UPS Tools version 2.0.5 released
Network UPS Tools version 2.0.5 has been released.
http://www.networkupstools.org/
Direct access:
- Download: http://www.networkupstools.org/source/2.0/nut-2.0.5.tar.gz
- News: http://www.networkupstools.org/source/2.0/new-2.0.5.txt
- ChangeLog: http://www.networkupstools.org/source/2.0/ChangeLog
2010 Jul 30
4
Concept questions: Extra battery packs & additional UPSes...
* Is there a way to configure NUT so that it recognizes the huge
additional battery pack that has been attached to the 2200XL? The
51minutes runtime is a number consistent with the load we have placed on
a stock standalone 2200XL. With the extra large battery pack we've
added, the runtime should be more than 2.5 hours.
* I see the "Bizzare configuration" graphic on the
2006 Mar 15
3
APC Smart-UPS 1000 RM USB problems with newhidups
Well, after our first real extended power outage, I found out that even
though the UPS 1000 RM is recognized okay, it does not work properly. It
never seems to see any change in UPS status. It looks very similar to the
other issue I reported with the APC CyberFort 350. I never was able to get
to the bottom of the CyberFort issue, but I'll bet it's the same issue as we
have with the
2008 Jun 27
1
ietfmib.h patch and query
Here's a patch (against 2.2.2) which adds battery.temperature to the
ietf-mib snmp driver.
While looking at ietfmib.h I noticed that the value for IETF_OID_IN_LINES
is actually that for upsOutputNumLines.0. Does anyone know whether that's
deliberate or a typo?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/x-patch
2006 Mar 13
3
problem updating mulitple divs with ajax
i''m having some issues updating multiple divs via ajax. perhaps someone can
lend some assistance.
i''ve got 2 divs:
user_list and user_form.
when a person clicks the "edit this user" or "add new user" link the
user_form div is updated via an ajax call and the form is shown in the
user_form div.
this form is a remote form. it submits to either the update