I found a bug when using the IPMI event daemon ipmievd for remote monitoring of the BMC SEL DELL OEM CR100 server.
Essence: if from other server to execute a command below:
# ipmievd -a -I lan -H 10.1.33.113 -U root sel nodaemon timeout=30
, in reply we receive "Unable to open interface". See a detail log in my ipmievd_error_output_DELL_CR100.log file.
If to execute locally a command on the DELL CR100 server:
# ipmievd sel nodaemon timeout=30
, then there are no errors, everything looks normally.
I attached also two other configuration files:
dell_syscfg_output_DELL_CR100.cfg - an output of the utility of Dell Inc. syscfg, i.e. a configuration of the BIOS and BMC my DELL CR100 server.
ipmiutil_iconfig_output_DELL_CR100.cfg - an output of the utility of ipmiutil iconfig, i.e. a detail configuration of the BMC my DELL CR100 server.
Reported by: spezialist1 Original Ticket: ipmitool/bugs/466
Hi all!
I found a bug when using the IPMI event daemon ipmievd for remote monitoring of the BMC SEL DELL OEM CR100 server.
Essence: if from other server to execute a command below:
, in reply we receive "Unable to open interface". See a detail log in my ipmievd_error_output_DELL_CR100.log file. If to execute locally a command on the DELL CR100 server:
, then there are no errors, everything looks normally.
I attached also two other configuration files: dell_syscfg_output_DELL_CR100.cfg - an output of the utility of Dell Inc. syscfg, i.e. a configuration of the BIOS and BMC my DELL CR100 server. ipmiutil_iconfig_output_DELL_CR100.cfg - an output of the utility of ipmiutil iconfig, i.e. a detail configuration of the BMC my DELL CR100 server.
Very thanks for the support.