I need a tool/script to fetch network card configurations from multiple Linux machines, mostly Red Hat Enterprise 5. I only know some basic bash, and I need something that can be run remotely pulling server names from a CSV. It also needs to be be run quickly and easily by non-technical types from a Windows machine. I’ve found WBEM/CMI/SBLIM, but I’d rather not write a whole C++ application. Can anyone point me to a tool or script that could accomplish this?
I need a tool/script to fetch network card configurations from multiple Linux machines, mostly
Share
For Red Hat Enterprise Linux servers, you likely just need to take a copy of the files in
/etc/sysconfig/networking/devices/from each server. You can use ansftpclient to accomplish that overssh.(The files are just easy-to-read text config files containing the network device configuration)