[OmniOS-discuss] IPMI on Dell R720
    takashi ary 
    takashiary at gmail.com
       
    Sun Jun  2 02:03:21 EDT 2013
    
    
  
Hello,
I'm running OmniOS r151006 on Dell PowerEdge R720.
I'm trying to setup IPMI from IPS but can not read sensor data.
    pkg install /system/management/ipmitool
    pkg install /driver/ipmi
root at omnios:~# ls -la /dev/ipmi0
lrwxrwxrwx 1 root root 29 May 31 15:36 /dev/ipmi0 ->
../devices/pseudo/ipmi at 0:ipmi
root at omnios:~#
root at omnios:~# ls -la /devices/pseudo/ipmi at 0:ipmi
crw------- 1 root sys 265, 0 May 31 15:36 /devices/pseudo/ipmi at 0:ipmi
root at omnios:~#
root at omnios:~# modinfo | grep ipmi
262 fffffffff7e6b000   2b48 265   1  ipmi (ipmi driver)
root at omnios:~#
root at omnios:~# ipmitool sensor
Could not enable event receiver: Invalid argument
Get Device ID command failed
Unable to open SDR for reading
root at omnios:~#
and I can not enable ipmievd.
ipmievd expect "/dev/bmc" at /lib/svc/method/svc-ipmievd.
                if [ ! -c /dev/bmc ]; then
                        echo "$0:  No BMC device found: disabling."
                        /usr/sbin/svcadm disable $SMF_FMRI
                        exit $SMF_EXIT_OK
                fi
how to solve this problem?
Thanks
    
    
More information about the OmniOS-discuss
mailing list