Hello
I am trying to manage my backup FreeNAS Server using ipmitool. But, every command addressing the remote server results in segmentation fault (signal 11). Local commands are working well.
E.q. requesting power commands remote (doesn't matter whether using -I lan or without -I):
root@cosmos:~ # ipmitool -I lan -H 192.168.x.x -U<username> chassis power
Password:
Segmentation fault (core dumped)
E.q. requesting power commands local:
Both Servers have the same HW Configuration. Supermicro X11SAE-F. Current BIOS and BMC Firmware.
On both Servers local commands are working.
Using ipmitool from a third Linux system (Debian) works also. I am able to power on as well as power off the server remote.
Is there a bug in the ipmitool or what I am doing wrong?
I am trying to manage my backup FreeNAS Server using ipmitool. But, every command addressing the remote server results in segmentation fault (signal 11). Local commands are working well.
E.q. requesting power commands remote (doesn't matter whether using -I lan or without -I):
root@cosmos:~ # ipmitool -I lan -H 192.168.x.x -U<username> chassis power
Password:
Segmentation fault (core dumped)
E.q. requesting power commands local:
Code:
root@cosmos:~ # ipmitool chassis power chassis power Commands: status, on, off, cycle, reset, diag, soft ipmitool mc info Device ID : 32 Device Revision : 1 Firmware Revision : 1.34 IPMI Version : 2.0 Manufacturer ID : 10876 Manufacturer Name : Supermicro Product ID : 2197 (0x0895) Product Name : Unknown (0x895) Device Available : yes Provides Device SDRs : no
Both Servers have the same HW Configuration. Supermicro X11SAE-F. Current BIOS and BMC Firmware.
On both Servers local commands are working.
Using ipmitool from a third Linux system (Debian) works also. I am able to power on as well as power off the server remote.
Is there a bug in the ipmitool or what I am doing wrong?
Last edited by a moderator: