Zabbix support IPMI 2.0
I have a machine with ipmi 2.0. If i execute the command:
# ipmitool -H 192.168.0.101 -U MY_USER -P MY_PASSWORD sdr
Authentication type NONE not supported
Authentication type NONE not supported
Error: Unable to establish LAN session
Get Device ID command failed
Unable to open SDR for reading
But if i execute the command:
# ipmitool -H 192.168.0.101 -I lanplus -U MY_USER -P MY_PASSWORD sdr
I get the data.
I know the lanplus parameter is to force the ipmitool command to use the 2.0 version of IPMI.
But i can't configure the Zabbix to read this parameters.
Someone has a idea?
Tks,
Déo
I have a machine with ipmi 2.0. If i execute the command:
# ipmitool -H 192.168.0.101 -U MY_USER -P MY_PASSWORD sdr
Authentication type NONE not supported
Authentication type NONE not supported
Error: Unable to establish LAN session
Get Device ID command failed
Unable to open SDR for reading
But if i execute the command:
# ipmitool -H 192.168.0.101 -I lanplus -U MY_USER -P MY_PASSWORD sdr
I get the data.
I know the lanplus parameter is to force the ipmitool command to use the 2.0 version of IPMI.
But i can't configure the Zabbix to read this parameters.
Someone has a idea?
Tks,
Déo
Comment