Re: [Ipmitool-devel] /dev/ipmi0 not seen by ipmitool?

2008-02-21 Thread Kurt Yoder
The device looks correct: # ls -l /dev/ipmi* crw-r--r-- 1 root root 254, 0 2008-02-19 11:59 /dev/ipmi0 the major node looks correct as well: # cat /proc/devices | grep ipmi 254 ipmidev the kernel modules appear to be loaded: # lsmod | grep ipmi ipmi_watchdog 20156 0 ipmi_devintf

Re: [Ipmitool-devel] /dev/ipmi0 not seen by ipmitool?

2008-02-21 Thread David Ranch
@lists.sourceforge.net ipmitool-devel@lists.sourceforge.net Sent: Thu Feb 21 07:08:11 2008 Subject: Re: [Ipmitool-devel] /dev/ipmi0 not seen by ipmitool? The device looks correct: # ls -l /dev/ipmi* crw-r--r-- 1 root root 254, 0 2008-02-19 11:59 /dev/ipmi0 the major node looks correct as well: # cat

Re: [Ipmitool-devel] /dev/ipmi0 not seen by ipmitool?

2008-02-21 Thread Corey Minyard
descriptions there. --david - Original Message - From: Kurt Yoder [EMAIL PROTECTED] To: David Ranch Cc: ipmitool-devel@lists.sourceforge.net ipmitool-devel@lists.sourceforge.net Sent: Thu Feb 21 07:08:11 2008 Subject: Re: [Ipmitool-devel] /dev/ipmi0 not seen by ipmitool

Re: [Ipmitool-devel] /dev/ipmi0 not seen by ipmitool?

2008-02-21 Thread Kurt Yoder
- Original Message - From: Kurt Yoder [EMAIL PROTECTED] To: David Ranch Cc: ipmitool-devel@lists.sourceforge.net ipmitool- [EMAIL PROTECTED] Sent: Thu Feb 21 07:08:11 2008 Subject: Re: [Ipmitool-devel] /dev/ipmi0 not seen by ipmitool? The device looks correct: # ls -l /dev

Re: [Ipmitool-devel] /dev/ipmi0 not seen by ipmitool?

2008-02-21 Thread David A. Ranch
d Ranch Cc: ipmitool-devel@lists.sourceforge.net ipmitool- [EMAIL PROTECTED] Sent: Thu Feb 21 07:08:11 2008 Subject: Re: [Ipmitool-devel] /dev/ipmi0 not seen by ipmitool? The device looks correct: # ls -l /dev/ipmi* crw-r--r-- 1 root root 254, 0 2008-02-19 11:59 /dev/ipmi0 the major node l

Re: [Ipmitool-devel] /dev/ipmi0 not seen by ipmitool?

2008-02-21 Thread Cress, Andrew R
-devel@lists.sourceforge.net Subject: Re: [Ipmitool-devel] /dev/ipmi0 not seen by ipmitool? That's an excellent question and I really don't know if there is a way to figure it out from Linux, etc. I would recommend to take this up with Hp and report back to the list with your findings. --David

Re: [Ipmitool-devel] /dev/ipmi0 not seen by ipmitool?

2008-02-21 Thread Garrick Staples
On Thu, Feb 21, 2008 at 02:04:35PM -0800, David A. Ranch alleged: Hmm.. that doesn't work for me. dmidecode shows: /usr/sbin/dmidecode | grep 38 Handle 0x0030, DMI type 38, 12 bytes. but I have to use: IPMI_SI_MODULE_OPTIONS=type=kcs ports=0xca8 regspacings=4 I think the number you

Re: [Ipmitool-devel] /dev/ipmi0 not seen by ipmitool?

2008-02-21 Thread David A. Ranch
You are using udev? It's very strange that /dev/ipmi0 was created. Can you send: The contents of /proc/ipmi/0 That's interesting. I have various reliability and performance issues with these Supermicro BMCs and I see the following: # cat /proc/ipmi/0/si_stats interrupts_enabled:

Re: [Ipmitool-devel] /dev/ipmi0 not seen by ipmitool?

2008-02-21 Thread Corey Minyard
Kurt Yoder wrote: On Feb 21, 2008, at 4:58 PM, Corey Minyard wrote: Kurt Yoder wrote: I'm using varying versions of Ubuntu stock kernels: 2.6.17-10 2.6.22-14 2.6.20-15 I just tried installing the modules and device on a different machine with 2.6.20-15, and got a different error than

Re: [Ipmitool-devel] /dev/ipmi0 not seen by ipmitool?

2008-02-20 Thread David A. Ranch
Do you have the right BMC firmware loaded on the DL360 as well as the most up to date BIOS and BMC firmware. Also, what's the output of ls -la /dev/ipmi*? It should be something like: crw-rw-rw- 1 root root 253, 0 Dec 10 15:38 /dev/ipmi0 --David Hiya, list! I installed openipmi

[Ipmitool-devel] /dev/ipmi0 not seen by ipmitool?

2008-02-20 Thread Kurt Yoder
Hiya, list! I installed openipmi successfully (I think), and now have a /dev/ipmi0: # ls /dev/ipmi* /dev/ipmi0 However ipmitool doesn't like my device if I use -I open: # ipmitool -I open sdr Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory Get