1
Talos II / Using IPMI Tool
« on: October 23, 2020, 10:10:14 am »
Is anything unique required to setup IPMI for the TALOS II? I've been unsuccessful at reading data using ipmi with the instructions provided in this document: https://github.com/open-power/docs/blob/master/occ/OCC_ipmitool_sensors.pdf
Are there any services that should be running on the BMC that I could check? I would like to use the Amester tool, which uses ipmi to collect detailed information but so far have been unsuccessful. There was no ipmitool binary on the BMC so I compiled a version of ipmitool to run and get the error below when running the command directly on the BMC. Any help is appreciated!
Are there any services that should be running on the BMC that I could check? I would like to use the Amester tool, which uses ipmi to collect detailed information but so far have been unsuccessful. There was no ipmitool binary on the BMC so I compiled a version of ipmitool to run and get the error below when running the command directly on the BMC. Any help is appreciated!
Code: [Select]
root@talos:~/ipmitool# ./ipmitool sensors
Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory
root@talos:~/ipmitool#