Re: [Ipmitool-devel] could not open bmc device

2016-06-29 Thread Corey Minyard
On 06/28/2016 07:14 PM, scar wrote: > Zdenek Styblik wrote on 06/28/2016 06:53 AM: >> On Tue, Jun 28, 2016 at 1:45 AM, scar wrote: >> I could be wrong and I'm not sure for 100%, but I think(believe) you >> should use OpenIPMI driver on Linux and not BMC. See >>

Re: [Ipmitool-devel] replaying sol keystrokes for bios configuration

2015-03-20 Thread Corey Minyard
On 03/18/2015 11:28 AM, gabr...@unseen.is wrote: Hello, I have a bunch of identical servers for which I have to change some BIOS settings. Therefore I thought of scripting it like intercepting the keystrokes for one device and replaying it for the others. Unfortunately it was not possible

Re: [Ipmitool-devel] Code Review - ID: 278 - Error in sol looptest

2013-12-09 Thread Corey Minyard
On 12/09/2013 12:15 AM, Zdenek Styblik wrote: Hello, attached is a patch to fix use of uninitialized variable 'instance' in 'lib/ipmi_sol.c', resp. 'sol looptest'. I don't have any hardware to test at, so it would be great if somebody could give it a go. The OpenIPMI library has ipmi_sim, a

Re: [Ipmitool-devel] [PATCH 2/2] Add assertion/deassertion to threshold events

2013-03-27 Thread Corey Minyard
Patch is attached. Thanks, -corey On 03/27/2013 06:54 AM, Zdenek Styblik wrote: On Mon, Mar 25, 2013 at 5:01 PM, Corey Minyard tcminy...@gmail.com wrote: On 03/25/2013 04:16 AM, Zdenek Styblik wrote: On Fri, Mar 22, 2013 at 2:42 PM, Corey Minyard tcminy...@gmail.com wrote: The event data

Re: [Ipmitool-devel] [PATCH 1/2] Add the instance to the SOL commands

2013-03-25 Thread Corey Minyard
On 03/25/2013 05:29 AM, Zdenek Styblik wrote: On Mon, Mar 25, 2013 at 10:16 AM, Zdenek Styblik zdenek.styb...@gmail.com wrote: On Fri, Mar 22, 2013 at 2:40 PM, Corey Minyard tcminy...@gmail.com wrote: The SOL protocol supports multiple serial ports using the instance, allow this to be passed

Re: [Ipmitool-devel] [PATCH 2/2] Add assertion/deassertion to threshold events

2013-03-25 Thread Corey Minyard
On 03/25/2013 04:16 AM, Zdenek Styblik wrote: On Fri, Mar 22, 2013 at 2:42 PM, Corey Minyard tcminy...@gmail.com wrote: The event data and SDRs support assertions and deassertions for threshold events as well as discrete events. So print out assertion and deassertion on all events. Corey

[Ipmitool-devel] [PATCH 0/2] Some minor enhancements to SOL and event printing

2013-03-22 Thread Corey Minyard
I sent both of these in previously and I didn't hear anything. These are some minor enhancements to ipmitool -corey -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download

[Ipmitool-devel] [PATCH 1/2] Add the instance to the SOL commands

2013-03-22 Thread Corey Minyard
The SOL protocol supports multiple serial ports using the instance, allow this to be passed in to ipmitool. Index: doc/ipmitool.1 === RCS file: /cvsroot/ipmitool/ipmitool/doc/ipmitool.1,v retrieving revision 1.50 diff -u -r1.50

[Ipmitool-devel] [PATCH 2/2] Add assertion/deassertion to threshold events

2013-03-22 Thread Corey Minyard
The event data and SDRs support assertions and deassertions for threshold events as well as discrete events. So print out assertion and deassertion on all events. Index: lib/ipmi_sel.c === RCS file:

Re: [Ipmitool-devel] [PATCH 1/2] Add the instance to the SOL commands

2013-03-22 Thread Corey Minyard
is an active IPMI SOL session(one of 14) and Y is one of the 255. http://www.jblade.com/products/hemi/hpm2/sol/Hpm2SolOverview.jsf Hank Bruning On Fri, Mar 22, 2013 at 9:40 AM, Corey Minyard tcminy...@gmail.com mailto:tcminy...@gmail.com wrote: The SOL protocol supports multiple serial

Re: [Ipmitool-devel] [PATCH 0/2] Some minor enhancements to SOL and event printing

2013-03-22 Thread Corey Minyard
. Just pointing out that there might be few more places to fix and handle that consistently. - Original Message - From: Corey Minyard tcminy...@gmail.com To: ipmitool-devel@lists.sourceforge.net Sent: Friday, March 22, 2013 2:39:02 PM Subject: [Ipmitool-devel] [PATCH 0/2] Some minor

[Ipmitool-devel] Supporting printing deassertion of threshold events

2013-02-21 Thread Corey Minyard
I was messing with something, and I noticed that threshold events with the direction bit set to deassertion do not get printed as a deassertion in ipmitool. Since that is quite clearly supported in the spec, and you would expect this is what would happen when an event goes back in range, why

Re: [Ipmitool-devel] ipmitool OpenIPMI Interface and bridging

2013-02-19 Thread Corey Minyard
So you are saying that if you set the local address to, say -m 0x54, and then send a messages with -t 0x54, it will not route it to the local MC, and the message just gets lost? That may be the case, I'm not that familiar with ipmitool. One would expect that would work properly, but the

Re: [Ipmitool-devel] Help needed

2012-07-12 Thread Corey Minyard
On 07/12/2012 12:19 PM, Raymundo Vega wrote: I will recompile the kernel (needed because a couple of bugs) and its modules to have some clue of what caused the kernel panic. Note that if you dump the raw event (I'm not sure how with ipmitool), the 5th from last byte, second from last byte,

Re: [Ipmitool-devel] TR: dual bridge support

2012-02-02 Thread Corey Minyard
That should work with the Linux IPMI driver. However, you have to set your local IPMB address in the driver, since there is no standard way for the driver to find a BMC's IPMB address. If you don't set the address, the return addresses on messages will be wrong, and the driver will assume

Re: [Ipmitool-devel] TR: dual bridge support

2012-01-25 Thread Corey Minyard
What exactly is dual bridge support? I haven't heard of that. -corey On 01/25/2012 03:20 PM, Mike Helles wrote: Dmitry Frolov wrote: open.h is conditionally included if no other OpenIPMI header is available. Currenlty there is a feature called dual bridge support that is incompatible with

Re: [Ipmitool-devel] Time-out for KCS resp. open interface driver

2011-12-15 Thread Corey Minyard
On 12/14/2011 10:23 PM, Zdenek Styblik wrote: On Thu, Dec 15, 2011 at 12:28 AM, Corey Minyardtcminy...@gmail.com wrote: On 12/14/2011 06:26 AM, Zdenek Styblik wrote: Hello, as you may have noticed, there was thread about ipmitool getting stucked. I dug into this issue and found the problem.

Re: [Ipmitool-devel] Time-out for KCS resp. open interface driver

2011-12-14 Thread Corey Minyard
On 12/14/2011 06:26 AM, Zdenek Styblik wrote: Hello, as you may have noticed, there was thread about ipmitool getting stucked. I dug into this issue and found the problem. Line to blame is: ~~~ 'src/plugins/open/open.c' ~~~ if (select(intf-fd+1,rset, NULL, NULL, NULL) 0) {

Re: [Ipmitool-devel] IPMI LAN interface stops working after upgrade toDebian squeeze...

2011-09-06 Thread Corey Minyard
It sounds as if the ethernet driver is configuring the device in a way that is incompatible with the BMC. It would take some digging to figure out exactly what is going on, if that is the case. ethtool might be able to do something, but it would be guessing. -corey On 09/06/2011 08:54 AM,

Re: [Ipmitool-devel] help to check one IPMItool issue

2011-04-27 Thread Corey Minyard
All ipmitool does is send chassis control messages to the BMC to perform these operations. Since you seem to work for Dell, you will have to ask the people in your company that developed the system what these operations do. -corey On 04/27/2011 10:08 AM, xiaotao...@dell.com wrote: IPMITOOL

Re: [Ipmitool-devel] Anyone who can tell me difference between ipmitool power off power on and power reset?

2011-04-22 Thread Corey Minyard
On 04/22/2011 11:00 AM, Binbin Wang wrote: Hi I recently find that server's hard disk offline while restart by ipmitool power off ipmitool power on, but it is OK when I run ipmitool power reset. Could anyone tell me the reason? or Tell me which code execute this function in ipmi tool?

Re: [Ipmitool-devel] User deletion

2011-04-20 Thread Corey Minyard
You don't really create and delete users in IPMI. You configure user slots. So disabling the user is basically equivalent to deleting it. -corey On 04/20/2011 06:33 PM, Daniel Selans wrote: Hi list, I am having some trouble figuring out how to delete users via ipmitool (or whether it's

Re: [Ipmitool-devel] ipmitool lanplus API?

2011-03-14 Thread Corey Minyard
On 03/14/2011 07:55 AM, dick.detwei...@emerson.com wrote: Hello, I am part of a team maintaining an application that uses ipmitool and its lanplus interface to monitor several servers. Ipmitool is invoked via a system() call with the command line which include redirection of stdout and

[Ipmitool-devel] Fwd: RE: [ipmi_si_intf PATCH] based on 2.6.36 kernel

2011-02-22 Thread Corey Minyard
kernel Date: Mon, 21 Feb 2011 08:46:13 + From: Doe, YiCheng yicheng@hp.com To: Corey Minyard miny...@acm.org, Mingarelli, Thomas thomas.mingare...@hp.com Hi Corey, The only purpose to call smi_timeout() within the sender() function is to update the smi_info-last_timeout_jiffies field

Re: [Ipmitool-devel] ipmitool breakage with kernel 2.6.37

2011-02-09 Thread Corey Minyard
Though a kernel change may have resulted in this, it's almost certainly a bug in the BMC. All the below change does is modify the timing a bit. I'd guess the BMC doesn't like the timing change. I don't have any way to reasonably reproduce this problem, so I can't really do a workaround. I

Re: [Ipmitool-devel] SoL sessions over the same LANchannelsimultaneously.

2011-02-09 Thread Corey Minyard
On 02/09/2011 09:28 AM, matthew.r.chedis...@l-3com.com wrote: I definitely believe it to be a problem on the IMPI or even BMC on the target machine, and not an getty/init issue on the polling machine. When I say locked out, I mean that in the sense that any ipmitool command results in:

Re: [Ipmitool-devel] Fru data for write command

2010-10-14 Thread Corey Minyard
On 10/14/2010 01:40 PM, Don Weeks wrote: How do you generally create the FRU data that is used by the write command. 2 of our vendors hint at a tool but I can't find one. BTW, in 1.8.11, fru edit breaks with a segfault. Don The OpenIPMI gui has a tool for editing FRU data, if

Re: [Ipmitool-devel] Fru data for write command

2010-10-14 Thread Corey Minyard
That's not a problem, the tool will let you resize areas, IIRC. -corey On 10/14/2010 03:07 PM, Don Weeks wrote: We want to create a brand new file. Editing is becoming a problem because some of the fields are larger than the value that was stored. Don On Thu, Oct 14, 2010 at

Re: [Ipmitool-devel] OpenIPMI sensor's names/sensor's Id with strange suffix 1 (tested on Sun x64 servers)

2010-05-28 Thread Corey Minyard
in the spec, and it's silly for anyone to put a 1 in this share count field. -corey Alex Deiter wrote: Hi Corey, Also i uploaded output from command: mc sdrs test(0.20) main into http://deiter.net.ru/mc_sdr.txt Thanks a lot! 2010/5/28 Corey Minyard cminy...@mvista.com: Can you do

Re: [Ipmitool-devel] performance questions

2010-03-26 Thread Corey Minyard
first started using this, I could do 720 iterations (the equivalent of once/2mins) w/ cache in under a minute. -mark -Original Message- From: Corey Minyard [mailto:miny...@acm.org] Sent: Friday, March 26, 2010 8:43 AM To: Seger, Mark Cc: Ipmitool-devel@lists.sourceforge.net

Re: [Ipmitool-devel] ipmitool session intervals

2010-03-26 Thread Corey Minyard
There *shouldn't* be an issue with this. However, BMCs do have bugs, so if you are having problems, it's not a big surprise. -corey Andrew Wozniak wrote: Hi folks; First of all, thanks to everyone that supports/developes this essential tool for the IPMI community. I have one fundamental

Re: [Ipmitool-devel] performance questions

2010-03-25 Thread Corey Minyard
Has the OS version changed? Maybe a driver change caused it. Or if you are running over the LAN, maybe networking changes? -corey Seger, Mark wrote: I’ve been using ipmitool inside my collectl monitoring tool for some time now and it’s been fairly efficient, thanks to some optimizations

Re: [Ipmitool-devel] OpenIPMI Python tutorial, documentation, sample code?

2010-03-24 Thread Corey Minyard
/bin/python # sample # # A sample file that uses most of the python/OpenIPMI interface # # Author: MontaVista Software, Inc. # Corey Minyard miny...@mvista.com # sou...@mvista.com # # Copyright 2010 MontaVista Software Inc. # # This program is free software; you can redistribute

Re: [Ipmitool-devel] FRU editing functionality

2010-03-24 Thread Corey Minyard
IPMB Event Receiver IPMB Event Generator Chassis Device Aux Firmware Rev Info : 0x00 0x00 0x00 0x00 Any ideas? Much Thanks Morgan Yang On Mon, Mar 22, 2010 at 1:24 PM, Corey Minyard miny...@acm.org mailto:miny...@acm.org wrote: Morgan Yang wrote

Re: [Ipmitool-devel] LAN - Sequence Number

2010-03-23 Thread Corey Minyard
Andy Cress wrote: Which version of the OpenIPMI driver are you using (see /var/log/messages)? Which version of ipmitool are you using? I don't think he's going through the driver, I think he's using the LAN interface. Andy *From:* rednewguy RNG [mailto:rednew...@gmail.com]

Re: [Ipmitool-devel] FRU editing functionality

2010-03-21 Thread Corey Minyard
. -corey Much Thanks Morgan Yang On Fri, Mar 12, 2010 at 11:33 AM, Corey Minyard miny...@acm.org mailto:miny...@acm.org wrote: Morgan Yang wrote: Thanks Corey for the feedback for the info on openipmigui. The reason i'm looking for a ipmitool or ipmiutil approach

Re: [Ipmitool-devel] FRU editing functionality

2010-03-12 Thread Corey Minyard
library. And openipmigui can do RMCP over LAN. The learning curve is a lot higher than ipmitool; ipmitool is a very nice easy-to-use tool. OpenIPMI opens up just about all of IPMI to the programmer, and the programming model is a bit different. -corey On Thu, Mar 11, 2010 at 10:22 PM, Corey

Re: [Ipmitool-devel] ipmitool sel delete 0x40 Unable to delete entry64: Invalid command

2010-03-02 Thread Corey Minyard
Andy Cress wrote: How they are stored is implementation-specific. Generally, it is not circular, but the records are a linked-list. They are stored in the firmware’s NVRAM, and are intended as a persistent records for a history, if problems occur. Once the SEL fills up, no more records

Re: [Ipmitool-devel] ipmitool sel delete 0x40 Unable to delete entry64: Invalid command

2010-03-02 Thread Corey Minyard
Andy Cress wrote: But, in this case, since the SEL is completely full, no more events can be logged. Well, I can't argue with that :-). In this case it's not a big deal, but just wanted to be complete, I guess. I have thought it odd that ipmitool didn't give a way to do this without

Re: [Ipmitool-devel] ipmitool sel delete 0x40 Unable to delete entry 64: Invalid command

2010-02-26 Thread Corey Minyard
It's likely your system does not support individual SEL entry delete. You probably need to use ipmitool sel clear to delete all of them. -corey Gnanasekar Loganathan wrote: Hi I'm very new ipmitool I have to delete some of the entries in the SEL log. While attempting to delete, i

Re: [Ipmitool-devel] Broken sensors on Dell 1855 blade server

2010-02-05 Thread Corey Minyard
Jan Safranek wrote: On 02/04/2010 09:06 PM, Corey Minyard wrote: Jan Safranek wrote: On 02/04/2010 03:41 PM, Corey Minyard wrote: IIRC, the address in question is 0xc2, and the from below the address of the local card is 0xc2. So if the SDR has the wrong address, it's not going to work

Re: [Ipmitool-devel] Broken sensors on Dell 1855 blade server

2010-02-04 Thread Corey Minyard
to know. -corey Jan Safranek wrote: On 02/04/2010 12:09 AM, Corey Minyard wrote: You can also change it in the IPMI driver and I believe that will work, too. Doing this requires writing a little software to call the ioctl to do this, or writing a little script. The script is harder than

Re: [Ipmitool-devel] Broken sensors on Dell 1855 blade server

2010-02-04 Thread Corey Minyard
Jan Safranek wrote: On 02/04/2010 03:41 PM, Corey Minyard wrote: IIRC, the address in question is 0xc2, and the from below the address of the local card is 0xc2. So if the SDR has the wrong address, it's not going to work. It could work if ipmitool knows the local address. My question

Re: [Ipmitool-devel] Broken sensors on Dell 1855 blade server

2010-02-03 Thread Corey Minyard
I believe the problem is that the IPMI driver doesn't know the proper slave (IPMB) address for the local system. The SDR describing the sensor says 0xc0 as the destination address for the sensor, so ipmitool is going to try to send it there. The IPMI driver will intercept those and send them

Re: [Ipmitool-devel] RAKP Insufficient Resources response fromaniDRACm610 blade...

2009-12-15 Thread Corey Minyard
Andy Cress wrote: If the session has been closed properly, those resources should be available again. My guess is that the BMC implementation is returning a good status to the close, but still does additional cleanup after that. The GetSessionInfo command for that channel ought to show

Re: [Ipmitool-devel] Cannot initialize /dev/ipmi0 - Unable to find any System Interface(s)

2009-06-17 Thread Corey Minyard
I have a system where the system interface works very slowly (generally too slowly and the driver times out) when accessing the LAN interface. It may be that your BMC only allows one connection at a time. If you start the kernel interface then connect with the LAN interface, does that work?

Re: [Ipmitool-devel] [Openipmi-developer] openipmi and negative temp values

2009-05-29 Thread Corey Minyard
This is probably better posted to the ipmitool list, which I have done in this email. You can try looking at it with openipmi, too, to see if you get the same answer (I suspect you will, though). My guess would be either an invalid SDR or some firmware problem. You may want to look for

Re: [Ipmitool-devel] setting RTC via IPMI

2009-04-07 Thread Corey Minyard
Geoff Nordli wrote: I am trying to figure out a way to set the RTC (BIOS) time remotely without using NTP. I can set the BMC clock using IPMI. Does anyone know of a way to set the RTC from the BMC clock? Well, maybe, but not in a general case. Some systems put the RTC on an I2C

Re: [Ipmitool-devel] serial over lan on Dell PowerEdge R200

2009-03-12 Thread Corey Minyard
Alessandro Zummo wrote: On Wed, 11 Mar 2009 20:11:59 -0500 Corey Minyard miny...@acm.org wrote: The next logic step was to try serial over lan. I've tried both ipmitool isol and the dell redirector software (dsm_bmu_solproxy32d). Try enabling cts/rts flow control

Re: [Ipmitool-devel] Q about SOL during linux kernel boot

2009-01-09 Thread Corey Minyard
Andy Cress wrote: Carsten, In your grub.conf, do you have console=ttyS1,19200n8 or similar on the kernel parameters line? You also generally need an r at the end of that to use rts/cts flow control, otherwise it will drop characters. Like: console=ttyS1,19200n8r And you need to do stty

Re: [Ipmitool-devel] IPMI over serial status

2008-12-09 Thread Corey Minyard
Ciprian Badescu wrote: Hi, Is there a plan/someone working to add direct serial support to ipmitool (as new interface plug-in for example)? The IPMI driver at openipmi.sourceforge.net has support for this, and ipmitool can use the Linux IPMI driver. -corey

Re: [Ipmitool-devel] IPMI Card Hanging

2008-10-09 Thread Corey Minyard
Choi, Paul wrote: Hi, I am using one of the supermicro’s IPMI card and I am having some problem. I am thinking this is problem with my network (too many arp message). When I set the card with IP address, it won’t work until I power recycle or until actually power cord off the

Re: [Ipmitool-devel] OpenIPMI on HP DL360 G2 server

2008-06-22 Thread Corey Minyard
Sheng Peng wrote: Hi, Thanks a lot for you help. I am using OpenIPMI 1.4.14 with DELL PowerEdge 2950 and HP DL360 G2. On DELL PowerEdge 2950, it works perfectly and gives all the info such as fan speed, temperature ... On DL360, it works (no error info, no crash), but almost no any

Re: [Ipmitool-devel] ipmi help

2008-05-21 Thread Corey Minyard
Sheng Peng wrote: Hi, I am new to IPMI. I am trying to write a piece code to get hardware status thru IPMI interface to my application. I did some research of openIPMI, freeIPMI and ipmitool. It seems openIPMI is more popular than freeIPMI and works for my DELL server. So I don't worry

Re: [Ipmitool-devel] Setting SNMP trap receivers

2008-03-13 Thread Corey Minyard
Note that OpenIPMI provides a (relatively) easy way to configure this. Unfortunately, you have to learn OpenIPMI and that's more complex that ipmitool. -corey Liebig, Holger wrote: Is there a way to set the IPMI trap receivers with ipmitool 1.8.9? There the field for the SNMP community but

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

2008-02-21 Thread Corey Minyard
What Linux version are you running? That error means that the driver was unable to register with the I/O subsystem because the name was already registered. Which is very strange, because this is the only thing that is using that name. So you are trying to load a module and the function is

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] DIMM and EEPROM sizes

2007-12-03 Thread Corey Minyard
Yes, so it's finding the FRU data but doesn't print all the information. It sounds like you have the skills to create a patch that will add the information you need then submit it back to the mailing list. That's my suggestion on the best route to go. -corey Amit Kumar wrote: When i

Re: [Ipmitool-devel] DIMM and EEPROM sizes

2007-11-30 Thread Corey Minyard
Amit Kumar wrote: Hi Corey, I have verified that DIMM SPD is properly tied to BMC I2C. Could you think of any other reason ? Thanks, Amit What exactly does it print out? -corey - SF.Net email is sponsored by: The

Re: [Ipmitool-devel] DIMM and EEPROM sizes

2007-11-29 Thread Corey Minyard
It works fine for me. If I do that command on one of my systems that has the proper data, I get: FRU Device Description : DIMM 1B SPD (ID 7) Memory Size : 512 MB Memory Type : DDR Voltage Intf : SSTL 2.5V Error Detect/Cor : ECC Manufacturer :

Re: [Ipmitool-devel] Capturing output from IPMI SOL session

2007-11-20 Thread Corey Minyard
Erez Zilber wrote: Hi, I'm running ipmitool in the following way: |ipmitool -H 172.30.112.1 -U admin -P admin -I lanplus sol activate |I would like to capture the output to a file that is located on the machine that I run ipmitool from. This option is available with minicom, for

Re: [Ipmitool-devel] Doubt on ipmitool implementation

2007-11-19 Thread Corey Minyard
There are a couple of libipmi libraries out there, actually, but I do not believe ipmitool uses any of them. If you want a script-based interface to ipmi from a shell script, ipmitool is a good way to do this. There is also ipmiutil (http://ipmiutil.sourceforge.net/). OpenIPMI provides

Re: [Ipmitool-devel] TR: dual bridge support

2007-09-12 Thread Corey Minyard
Ah, ok, this makes sense. Yes, no driver changes should be necessary. ipmitool will need modifications to handle it, though. IMHO, this should work as something special in ipmitool. Normally in the AMC case all the sensors and entities of the AMC are front-ended by the IPMC, so there is no

Re: [Ipmitool-devel] How to test ipmitool on outbound without real BMC hardware?

2007-08-16 Thread Corey Minyard
The OpenIPMI library has an IPMI BMC over LAN simulator. That won't let you test a local interface, though. There is also a serial-port IPMI emulator in OpenIPMI that would let you test a local serial port interface. -corey Harry yan wrote: I want to test my cross compiled ipmitool on

Re: [Ipmitool-devel] Watchdog commands

2007-05-25 Thread Corey Minyard
Benoit Guillon wrote: Yes, I understand that the watchdog is not provided for that. I've had a confirmation by the vendor: the boards do not support those chassis commands. What is not clear to me is what the term chassis should cover. In my case I've several compact pci blades in a rack.

Re: [Ipmitool-devel] Watchdog commands

2007-05-24 Thread Corey Minyard
Benoit Guillon wrote: Corey Minyard wrote: Benoit Guillon wrote: Doug Ambrisko wrote: Indeed, the /dev/watchdog should be used when the watchdog is locally armed. The goal here is to remotely start it on another board (for instance to power off the board when there is no PICMG

Re: [Ipmitool-devel] No sdr output - BMC problem?

2007-05-11 Thread Corey Minyard
Michael Carmack wrote: David A. Ranch wrote: Are both units running the same firmware version on the BMC and in the BIOS? Yes, exactly the same firmware version on both the BMC and the BIOS. I should also mention that the software and hardware on the machines is exactly the

Re: [Ipmitool-devel] No sdr output - BMC problem?

2007-05-11 Thread Corey Minyard
Michael Carmack wrote: The bad machine did originally have a faulty motherboard and I had to send the whole server back to have it repaired. I thought maybe they hadn't hooked the BMC up to the sensors or something, but as far as I can tell the BMC is integrated directly into the

[Ipmitool-devel] IRQ patch

2007-05-08 Thread Corey Minyard
move the IRQ setup to the code that starts the actual IPMI processing. Signed-off-by: Corey Minyard [EMAIL PROTECTED] Cc: Patrick Schoeller [EMAIL PROTECTED] Index: linux-2.6.21/drivers/char/ipmi/ipmi_si_intf.c === --- linux-2.6.21.orig

Re: [Ipmitool-devel] KCS with interrupts

2006-12-05 Thread Corey Minyard
Audet, Jean-Michel wrote: Open IPMI does check that and use it when available. If your KCS transaction time is less than 20ms, open ipmi use it. Otherwise, use make menuconfig to select the high resolution timer, after rebuild your kernel. High-res timers only works in the MontaVista

Re: [Ipmitool-devel] New ipmi watchdog daemon

2006-08-14 Thread Corey Minyard
Doug Ambrisko wrote: Dmitry Frolov writes: | * Carol Hebert [EMAIL PROTECTED] [12.08.2006 07:25]: | I'm looking into what it would take to write a watchdog daemon and am | trying to put together a list of requirements. I guess the first thing | I need to know is whether anyone else is