Heiko Thiery
Heiko Thiery
Hi, take a look into the example https://github.com/kontron/python-ipmi/blob/master/examples/dcmi.py. You have to set a proper target.
What version of python-ipmi are you using?
what kind of device you try to connect? in your snippet you have configured a double bridged target like we use for AMCs in ATCA carriers if you want to...
what kind of ipmi target do you use? please take a look into the example: https://github.com/kontron/python-ipmi/blob/master/examples/dcmi.py
what do you mean with the docment was not found? 2016-06-27 13:07 GMT+02:00 silenceJI [email protected]: > shell command: > ipmitool -I lanplus -H $hostname -U admin -P xxxxxx sensor >...
do you use the ipmitool.py tool or do you want to do it in python? If you use the ipmitool.py tool try the "sdr list" argument. If you want to...
does the answer solves your problem? you can take a look into the sources for collecting sdr data: https://github.com/kontron/python-ipmi/blob/master/pyipmi/sdr.py#L95 https://github.com/kontron/python-ipmi/blob/master/pyipmi/sdr.py#L109 or for sensors: https://github.com/kontron/python-ipmi/blob/master/pyipmi/sensor.py#L135 https://github.com/kontron/python-ipmi/blob/master/pyipmi/sensor.py#L149 or use ipmitool.py as example:...
does the answer solves your issue?
check if you device supports sensor commands. --- id = ipmi.get_device_id() ## print id.supported_functions if not you should use the sdr_repository_entries ( https://github.com/kontron/python-ipmi/blob/master/pyipmi/sdr.py#L95) 2016-06-29 12:06 GMT+02:00 silenceJI [email protected]: > no,...
Please provide the output with increasing the verbose level. Add '-v' to your command line.