Hi There,
System: FreeBSD ... 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3
I'd like to get IPMI going for monitoring the hardware (temps, fans, etc.) So I did a "make, make install" of ipmitool in the ports collection and a "kldload ipmi," as per instructions, but get
Sure enough: There's nothing named *ipmi* anywhere in /dev.
The ipmi module loaded...
I've got IPMI working fine on a couple of identical hardware platforms running Ubuntu Linux.
I've done a bunch of research and no joy. Suggestions?
TIA,
Jim
System: FreeBSD ... 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3
I'd like to get IPMI going for monitoring the hardware (temps, fans, etc.) So I did a "make, make install" of ipmitool in the ports collection and a "kldload ipmi," as per instructions, but get
Code:
# ipmitool sensor
Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory
Get Device ID command failed
Unable to open SDR for reading
Sure enough: There's nothing named *ipmi* anywhere in /dev.
The ipmi module loaded...
Code:
# kldstat
Id Refs Address Size Name
1 11 0xc0400000 bd97b4 kernel
2 1 0xc5f46000 37000 ipl.ko
3 1 0xc69bb000 a000 ipmi.ko
4 1 0xc69c5000 2000 smbus.ko
I've done a bunch of research and no joy. Suggestions?
TIA,
Jim