APC UPS Data Center & Enterprise Solutions Forum
Schneider, APC support forum to share knowledge about installation and configuration for Data Center and Business Power UPSs, Accessories, Software, Services.
Posted: 2021-06-29 02:41 AM . Last Modified: 2024-03-13 03:21 AM
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-06-29 02:41 AM . Last Modified: 2024-03-13 03:21 AM
I have a mini-cluster that is supported by 5 3000VA APC UPS with NMC installed.
I was trying to use the sensor reading data to monitor the cluster status but not successful.
Reason:
1) I tried email/syslog/snmp notification however they only export event, but not data;
2) I tried data log rotation however the minimum interval of 1hrs is way too long. I'd desire 10 min since this is the internal data log interval;
3) I tried to actively ftp the data log out however it has to be interactive - cannot use password-less authentication;
4) data.log does not contain battery temperature data.
Any workaround? Or could you please allow such options in the next update of the AP9631 firmware? Thanks.
Message was edited by: leizhoucn
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-06-29 02:41 AM . Last Modified: 2024-03-13 03:21 AM
>
2) I tried data log rotation however the minimum interval of 1hrs is way too long. I'd desire 10 min since this is the internal data log interval;
>
Okay, so you basically want it FTPed every time it updates.
>
3) I tried to actively ftp the data log out however it has to be interactive - cannot use password-less authentication;
>
I've done this using python and ftplib.
>
4) data.log does not contain battery temperature data.
>
You could poll the data points yourself using SNMP. That way you can go as fast as possible and record any data point. The NetSNMP utilities should help with scripting it. The GetIF utility is great for experimenting and playing around with SNMP. You'll also need the [PowerNet MIB|http://www.apc.com/resource/include/techspec_index.cfm?base_sku=SFPMIB403] which describes the SNMP capabilities of APC devices.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-06-29 02:41 AM . Last Modified: 2024-03-13 03:21 AM
I think one possible think that you do is to create a script that would access the NMC using FTP and then download the datalog.txt
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-06-29 02:41 AM . Last Modified: 2024-03-13 03:21 AM
>
2) I tried data log rotation however the minimum interval of 1hrs is way too long. I'd desire 10 min since this is the internal data log interval;
>
Okay, so you basically want it FTPed every time it updates.
>
3) I tried to actively ftp the data log out however it has to be interactive - cannot use password-less authentication;
>
I've done this using python and ftplib.
>
4) data.log does not contain battery temperature data.
>
You could poll the data points yourself using SNMP. That way you can go as fast as possible and record any data point. The NetSNMP utilities should help with scripting it. The GetIF utility is great for experimenting and playing around with SNMP. You'll also need the [PowerNet MIB|http://www.apc.com/resource/include/techspec_index.cfm?base_sku=SFPMIB403] which describes the SNMP capabilities of APC devices.
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.