How to automate mass configurations for apc ups's and pdu's
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.
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-10-2402:03 PM
How to automate mass configurations for apc ups's and pdu's
Hi All,
I've struggled with finding clear and easy solutions for mass configuring apc ups's and pdu's so I wanted to share what I've learned.
APC UPS's and PDU's receive their settings via a file called config.ini. Within this file, there's sections denoted by brackets.
Example:
[NetworkSYSLOG]
When you need to make a change to a configuration section, like Syslog Settings. All you need to do is create a file locally, modify the settings you want. Then upload the file to the root directory of the device. The device will then process that file and merge the change into config.ini.
Then the question is, how best to make mass changes. Easy, you use "curl" to FTP the file to your devices.
Requirements:
1. Create a file on your laptop named as the section of config you want to change.