1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 <2025> | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 <2025> |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Eaton UPS Network-M3 |
From: | boj via Tech-talk <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Wed, 4 Jun 2025 13:55:13 +0200 |
Hi
Thanks for the input, after some try and error on the MIBS I got
the SNMP module to work.
On a standard Debian 12 I had to use the following definition in the st.cmd file
epicsEnvSet("MIBDIRS", "/user/shear/snmp/mibs:/var/lib/mibs/ietf:/var/lib/mibs/iana:./mibs_ups")
Where I have put the MIBS from the Eaton UPS in the ./mibs_ups
folder.
The tricky part was that apparently the module does not like when
MIBS are in subfolderes (or synlinked folderes), and I therefor
had to add the system vide MIBS folderes in the way shown.
Best
Bo
Hello
The SNMP epics module worked fine for Eaton UPS automation here at ESS.
You have to activate the SNMP agent in the web GUI, there should be a section for that.
Also, there are specific MIB files that you should download from the device and include in your IOC with
epicsEnvSet("MIBDIRS", "+$(snmp_DIR)/db")
Or similar... (in this case we are pointing to a patched version that has the Eaton MIBS included in it, but I don't think they come by default on the SNMP module)
Cheers
From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of Freddie Akeroyd - STFC UKRI via Tech-talk <tech-talk at aps.anl.gov>
Sent: Wednesday, May 28, 2025 13:15
To: boj <lister at f77.dk>; tech-talk at aps.anl.gov <tech-talk at aps.anl.gov>
Subject: RE: Eaton UPS Network-M3Hi Bo,
It looks like the UPS supports SNMP "MIB II – Standard IETF UPS MIB (RFC 1628) – Eaton xUPS MIB" so if it exposes the information you need by this route you should be able to monitor using the EPICS SNMP module https://urldefense.us/v3/__https://groups.frib.msu.edu/controls/files/devSnmp.html__;!!G_uCfscf7eWS!dlxa2rKzQLDGdYbWcInez0AVIfntphYEDOxl4mAWkjnBkjEiVDRrp5IR_eQc7HqqDFvslT5MbKHY3UEk5wZFl_VVb-rN-XOU0XM$
Regards,
Freddie
-----Original Message-----
From: Tech-talk <tech-talk-bounces at aps.anl.gov> On Behalf Of boj via Tech-talk
Sent: 28 May 2025 10:43
To: tech-talk at aps.anl.gov
Subject: Eaton UPS Network-M3
Dear all
I am upgrading out labs with Eaton UPS's (9PX 3000) which I have got with the Netwoek-m3 ethernet card.
I was hoping to implement EPICS support for logging the status, but unfortunately it does not seems to be straight forward as the web interface does not have a simple API.
So I would like to hear if anyone here has attempted communication with such EATON Ups's
Best regards
Bo