Displaying 20 results from an estimated 400 matches similar to: "[HCL] Eaton Powerware 9125 2500U supported by USB"
2014 Sep 19
0
[HCL] Eaton Powerware 9125 2500U supported by USB
On Sep 19, 2014, at 4:03 PM, Nello Lucchesi <nello at octobergroup.com> wrote:
> I'm looking for a driver for and old uninterruptible power supply (UPS), Eaton Powerware 9125 2500U. I want to use it with my FreeNAS server.
>
> I looked a the list and didn't see a driver for it:
>
> http://www.networkupstools.org/stable-hcl.html?manufacturer=Eaton
>
> I see a
2005 Nov 11
2
Powerware 9125 - bcmxcp - shutdown problem
Hi,
just through setting up nut-2.0.2 I ran into a shutdown problem. As I have
already spend some time on it and don't know any further, I like to ask for
advice.
Situation:
Powerware 9125 serially connected using /dev/cua0
nut compiled and installed fine
system shall
- broadcast a message and shut down if ups on battery for 30+ s
- wait 120 s
- broadcast another message
- give system 120
2010 Aug 25
1
Powerware 9125 & bcmxcp driver
Hello!
It looks like bcmxcp driver doesn't fit my device:
UPS Model ? ? ? ? ? ? ? ? ? ?PW9125
UPS Firmware Version ? ?FP: 1.10 INV: 1.10
VA Rating ? ? ? ? ? ? ? ? ? ? ?3000 VA
Web/SNMP card is present.
Minicom connection to /dev/ttyS0 gives nice banner and control menu,
but they prevent nut driver from working correctly (I guess). UPS should
be switched into "Pass-Through" mode
2010 Aug 25
1
Powerware 9125 & bcmxcp driver
Hello!
It looks like bcmxcp driver doesn't fit my device:
UPS Model ? ? ? ? ? ? ? ? ? ?PW9125
UPS Firmware Version ? ?FP: 1.10 INV: 1.10
VA Rating ? ? ? ? ? ? ? ? ? ? ?3000 VA
Web/SNMP card is present.
Minicom connection to /dev/ttyS0 gives nice banner and control menu,
but they prevent nut driver from working correctly (I guess). UPS should
be switched into "Pass-Through" mode
2005 Oct 09
3
bcmxcp - Powerware 9125
I'm currently testing the bcmxcp driver for NUT, and it causes me some
trouble. And when scanning the archives it seems like the 3110 USB problem
reported recently.
The bcmxcp daemon stops running, and the logs shows the following:
Oct 6 14:22:32 host.dom.tld bcmxcp[82628]: Communications with UPS lost:
Receive error (data): got -1 bytes instead of 28!!!
Oct 6 14:22:33 host.dom.tld
2006 Feb 06
4
Powerware 9125 working w/ SNMP
Thanks to Olli, I can now talk to my PW9125 via SNMP:
> upsc cscfups001@localhost
ambient.temperature: 031.0
battery.charge: 090.0
battery.runtime: 2640.0
battery.voltage: 055.5
driver.name: snmp-ups
driver.parameter.mibs: pw
driver.parameter.port: cscfups001.cs.uwaterloo.ca
driver.version: 2.1.0
driver.version.internal: 0.41
input.frequency: 060.0
input.voltage: 120.0
output.current: 020.0
2008 Jul 04
1
Powerware UPS slots ports and protocols information
Here are some Powerware compatibility info I got by a colleague, and
authorized to publish.
@Kjell: can you take over checking our driver.list and other info source
to see if there's a gap?
thanks,
Arnaud
________________________________________________________________________
Old info from ca. 2002, but still mostly valid except that some 5125s
got a
2011 Nov 01
2
[LLVMdev] llvm-3.0rc2 build error on linux/ppc
i just tried to build llvm-3.0rc2 on my powerpc (G4) but without success.
My toolchain (CRUX PPC 2.7):
gcc-4.5.3, binutils-2.21.1, glibc-2.12.2, libffi-3.0.10
my llvm config:
./configure --prefix=/usr --mandir=/usr/man \
--enable-shared \
--enable-libffi --enable-optimize \
--enable-targets=all \
--enable-threads --enable-pic --enable-jit \
2011 Nov 01
0
[LLVMdev] llvm-3.0rc2 build error on linux/ppc
Nello,it is known issue ;)
You may work around to add -UPPC.
http://llvm.org/bugs/show_bug.cgi?id=10969
FYI, LLVM RC2 passes on ppc-linux.
http://bb.pgr.jp/builders/clang-ppc-linux/builds/125
...Takumi
2013 Mar 21
3
spatstat error
Good day
Im working with some coordinates, and want to create a PPP object, I found
that error:
> Datos=read.table("puntos_texto.txt",dec=".",sep="\t",header=T)
> summary(Datos)
id y x
Min. : 1.0 Min. :1013581 Min. :1177842
1st Qu.: 821.2 1st Qu.:1014442 1st Qu.:1179658
Median
2006 Mar 16
2
Problem with System() command.
Hi,
I have an application, script.exe, written under mono framework and for execute them in my linux box I must write in console:
mono script.exe
The problem is that when I call this application in dialplan with command:
exten => 500,1,System(mono script.exe)
the application not run!
Somebody can help me to find the problem?
Thanks!
-------------- next part --------------
An HTML
2013 Mar 15
5
Data manipulation
Hello all,
I would appreciate your thoughts on a seemingly simple problem. I have a
database, where each row represent a single record. I want to aggregate this
database so I use the aggregate command :
D<-read.csv("C:\\Users\\test.csv")
attach(D)
by1<-factor(Class)
by2<-factor(X)
W<-aggregate(x=Count,by=list(by1,by2),FUN="sum")
The results I
2006 Jun 22
0
Nut 2.1 vs the resilient Powerware 9170+
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I figured out why nut seemed to segfault at startup from my Solaris
boxes (and snmp-ups too) - I believe that nut is trying to use some MIBs
that do not exist on my particular PW9170, for whatever reason. It dies
on my Linux box too, complaining like this:
pkdick:~/nut/bin# ./snmp-ups -x mibs=pw -x community=publicstring upsname
Network UPS Tools -
2013 Mar 26
1
Increase font size in plots
Hi
I am using violin plots (type of boxplots) and I am trying to increase the font size in the plots.
It looks like that the violin plots do not work as "normal" plots as the cex parameters are ignored.
You can have a loot at the code below
require('vioplot')
data1<-rnorm(100)
data2<-rnorm(10)
data3<-rnorm(1000)
vioplot(data1,data2,data3,cex.lab=2,cex.axis=2)
2013 Mar 21
1
All unique combinations
Dear all,
I would like to have all unique combinations in the following matrix
TimeIndex<- rbind (c(1,"Week_of_21_07-29_03"),
c(2,"Thursday_21_03"),
c(3,"Friday_22_03"),
c(4,"Saturday_23_03"),
c(5,"Sunday_24_03"),
c(6,"Monday_25_03"),
c(7,"Tuesday_26_03"),
2014 Aug 14
2
multiple identical UPS on same server
On 13/08/2014 16:27, Charles Lepple wrote:
>> The blew one had the serial number, so I'm left with two different UPSes
>> from the serial number point of view.
>> I wonder if an empty serial number is a valid serial number!
> I haven't tried it, but an empty string (that is, iSerial is not zero,
> but the string has length zero) should match the regex "".
2014 Aug 13
0
multiple identical UPS on same server
[please keep the list CC'd. Thanks!]
On Wed, Aug 13, 2014 at 9:33 AM, Marcello Vezzelli <mv at 3cx.com> wrote:
> I noticed that 2 of Sweex UPS have an identical serial number 20100813,
> which looks like a date.
> The other one has an empty serial number.
>
> The blew one had the serial number, so I'm left with two different UPSes
> from the serial number point of
2014 Aug 14
0
multiple identical UPS on same server
On Thu, Aug 14, 2014 at 3:55 AM, Marcello Vezzelli
<m.vezzelli at e-works.it> wrote:
> I've found another strange issue that prevented me to test this solution.
> VMware ESXi is filtering out serial number information, together with
> iManufacturer and iProduct.
Is it a permissions issue? The NUT udev configuration file changes the
ownership and permissions to allow the NUT
2013 Mar 04
2
R function for estimating historical-VaR
Hi everyone!! I am new in R and I want to create a simple R function for estimating historical-VaR. In y_IBM returns, there are 2300 observations. For evaluation I take the next 2000 observations,
then I abandon the latest 300 observations. Firstly, I use the window which has the fix
length and contains the observations from 1 to 2000 to estimate the VaR. At first I take 2000 obs. and reorder
2006 Dec 27
4
Error reading configuration file
Good day,
I seem to be having an issue using dovecot 1.0 rc15. I compiled the
source with the following configure command:
CPPFLAGS="-I/usr/local/include/mysql" LDFLAGS="-L/usr/local/lib/mysql"
-lmysqlclient" ./configure -with-mysql -with-sql-drivers=mysql
Did make and make install and set the dovecot-example.conf to
dovecot.conf and tried running the program and