-
Hi,
The command dcmi power reading return zero value:
$ ipmitool dcmi power reading
Instantaneous power reading: 0 Watts
Minimum during sampling period: …
-
I'd like command line parameters added to the exporter so I could specify a remote host and login credentials to the ipmitool.
For example, if I were to specify `ipmi_exporter -remote.host=10.x.x.x…
-
```
/ # cat /sys/firmware/opal/msglog | grep -i STB
[ 83.093364969,6] MEM: parsing reserved memory from node /ibm,hostboot/reserved-memory
[ 86.447190140,5] STB: Found ibm,secureboot-v1
[ 86…
-
When booting from golden side of pnor, pop up some visual warning, maybe with help explaining it.
ghost updated
8 years ago
-
When issuing sdr list command on DELL servers, we are observing the "Unable to send command: Invalid argument". This error can be seen for sdr which are not a BMC owned sensor and sensor owner ID is …
-
Hi, i am trying to monitor a DELL poweredge R610 server using the IPMI tool from my homebridge raspberry pi. I have created a configuration that fails as follows:
Error: Command failed: /bin/sh -c …
-
I added ADC and TMP75 sensors to my BaseBoard.json file just like this:
`"Exposes": [
{
"Index": 0,
"Name": "AUX3V3",
"PowerState": "On",
…
-
ipmi_sim chokes on all-uppercase sensor names. Create a minimal test case to aid in debugging this.
-
Thoroughly review sensor handling.
Because of the design of sensor framework, OpenBSD wants to interpret sensor values in kernel. But we don't want to implement all specification of IPMI sensors. I…
-
Under the RMCP interface, I run get_device_sdr_list to get sensor info. The threshold of voltage would be over 100.
And another question, could you provide the example of raw_command on the RMCP int…