fosaq
Dabbler
- Joined
- Jun 24, 2020
- Messages
- 17
As the title says I'm searching for a way to copy or download the configuration file from the BMC and store it automatically.
I try to store all configuration files of some devices (router, switch, APs, NAS, UPS, ...) periodically. I. e. the configuration file of the NAS itself is just copied daily (thanks @Cyberjonk) and I try to do that for other devices as well.
Copying the config file of the access point and switch should work via SSH but is not finally tested.
I found "ipmi-config" which is part of the GNU FreeIPMI software but I'm not able to compile and use it.
As described in the man-page the following command should fetch the configuration and store it in a file:
Thanks!
I try to store all configuration files of some devices (router, switch, APs, NAS, UPS, ...) periodically. I. e. the configuration file of the NAS itself is just copied daily (thanks @Cyberjonk) and I try to do that for other devices as well.
Copying the config file of the access point and switch should work via SSH but is not finally tested.
I found "ipmi-config" which is part of the GNU FreeIPMI software but I'm not able to compile and use it.
As described in the man-page the following command should fetch the configuration and store it in a file:
Can anyone get this to work or is there another way to do that?ipmi-config -u USER -p PASSWORD -o -n FILENAME
Thanks!