-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error to collect dcmi #75
Comments
Thanks for reporting. Can you disclose what hardware you are running this against (i.e. the hardware you are monitoring)? Also, have you successfully extracted DCMI information from those machines with either |
This is caused by [root@mon]# ipmi-dcmi --config-file /tmp/test_data -h 172.16.18.26 --get-dcmi-capability-info
DCMI Specification Conformance : 1.5
Power Management / Monitoring Support : Available
In-band System Interface Channel : Available
Serial TMODE : Available
Out-Of-Band Secondary LAN Channel : Not present
Number of SEL entries : 1024
Record Level SEL Flush upon Rollover : Not present
Entire SEL Flush upon Rollover : Available
SEL automatic rollover : Available
DHCP Host Name : Not present
Asset Tag : Not present
Sampling frequency for Temperature Monitoring : Every 1 Second(s)
Power Management Device Slave Address : 10h
Power Management Controller Device Revision : 15
Power Management Controller Channel Number : 15
Primary LAN Out-of-band Channel Number : 1
Secondary LAN Out-of-band Channel Number : Not supported
Serial Out-of-band TMODE Capability Channel Number : 2
Available Rolling Average Time Period : 0 Seconds
Available Rolling Average Time Period : 1 Hours
Available Rolling Average Time Period : 1 Days
Available Rolling Average Time Period : 7 Days System power stat with debug:
|
@bitfehler I am not the OP but we are facing the same issue. As reported above, the problem is less with the exporter itself and mostly on the Since you have asked the following questions, I can give the following information:
We are using Huawei 2288H V5 servers.
With this HW, I have come up with a workaround:
|
Hi. I have this problem too. my exporter info : |
@rezacloner1372 what exactly issue do you have? |
error : caller=collector_dcmi.go:53 level=error msg="Failed to collect DCMI data" target=[local] error="error running ipmi-dcmi: exit status 1: ipmi_cmd_dcmi_get_power_reading: BMC busy\n Current Power : *** Watts *** >>> is the int numbers |
As you can see, something wrong with your BMC or exporter setup
Due exit-code 1 the exporter can't process your metircs |
Also having this issue on Supermicro X13SAZ-F |
Using docker, version 1.4.0
Getting below when enable dcmi:
ime="2021-06-04T19:05:40Z" level=error msg="Failed to collect DCMI data from xx: error running ipmi-dcmi: exit status 1: ipmi_cmd_dcmi_get_power_reading: bad completion code\n" source="collector_dcmi.go:40"
time="2021-06-04T19:05:47Z" level=error msg="Failed to collect DCMI data from xx: error running ipmi-dcmi: exit status 1: ipmi_cmd_dcmi_get_power_reading: bad completion code\n" source="collector_dcmi.go:40"
time="2021-06-04T19:05:50Z" level=error msg="Failed to collect DCMI data from xx: error running ipmi-dcmi: exit status 1: ipmi_cmd_dcmi_get_power_reading: bad completion code\n" source="collector_dcmi.go:40"
time="2021-06-04T19:06:50Z" level=error msg="Failed to collect DCMI data from xx: error running ipmi-dcmi: exit status 1: ipmi_cmd_dcmi_get_power_reading: bad completion code\n" source="collector_dcmi.go:40"
time="2021-06-04T19:07:50Z" level=error msg="Failed to collect DCMI data from xx: error running ipmi-dcmi: exit status 1: ipmi_cmd_dcmi_get_power_reading: bad completion code\n" source="collector_dcmi.go:40"
time="2021-06-04T19:08:50Z" level=error msg="Failed to collect DCMI data from xx: error running ipmi-dcmi: exit status 1: ipmi_cmd_dcmi_get_power_reading: bad completion code\n" source="collector_dcmi.go:40"
The text was updated successfully, but these errors were encountered: