Re: [Ipmitool-devel] New ipmi watchdog daemon

2006-09-29 Thread Corey Minyard
Carol Hebert wrote: > Regarding the question of why anyone would want to stop the daemon, I > guess there could be reasons why someone would want to stop it > (temporarily). Maybe they would want to change the > timeout/pretimeout/action/etc. settings during ipmi_watchdog module > insertion time (

Re: [Ipmitool-devel] New ipmi watchdog daemon

2006-09-29 Thread Carol Hebert
Hi, Thanks much to Arkadiusz Miƛkiewicz for pointing out that the watchdog daemon actually *does* write the "V". :-) I guess I was looking mostly at using the wd_keepalive daemon and it turns out that that daemon is the only one of the two that doesn't write the "V". I also noticed that the de

Re: [Ipmitool-devel] New ipmi watchdog daemon

2006-09-28 Thread Arkadiusz Miskiewicz
On Friday 29 September 2006 03:45, Corey Minyard wrote: > The "V" character is standard for all watchdog drivers in Linux, so it > is a little surprising that the daemons don't support it. But not > terribly surprising. shutdown.c /* close the device and check for error */ static void close_all()

Re: [Ipmitool-devel] New ipmi watchdog daemon

2006-09-28 Thread Carson Gaspar
--On Thursday, September 28, 2006 8:45 PM -0500 Corey Minyard <[EMAIL PROTECTED]> wrote: > I guess the big question in my mind is why you would ever want to stop > the watchdog daemon for long enough to allow the watchdog to go off. It > seems you are opening a window for an unprotected failure.

Re: [Ipmitool-devel] New ipmi watchdog daemon

2006-09-28 Thread Corey Minyard
The "V" character is standard for all watchdog drivers in Linux, so it is a little surprising that the daemons don't support it. But not terribly surprising. I guess the big question in my mind is why you would ever want to stop the watchdog daemon for long enough to allow the watchdog to go off.

Re: [Ipmitool-devel] New ipmi watchdog daemon

2006-09-28 Thread Carol Hebert
Hi Corey, Thanks again to everyone who sent the excellent pointers to existing watchdog daemons. Two of the daemons at the ibiblio.org site (URL below) seemed to do everything I was hoping for (and more :-). The watchdog and wd_keepalive daemons seem to work very well with the ipmi_watchdog dri

Re: [Ipmitool-devel] New ipmi watchdog daemon

2006-08-14 Thread Corey Minyard
Al Chu wrote: >> Deployed successfully for a number of months until we realized it >> couldn't quite do for us what we wanted (generate netdumps via SMI >> interrupts). >> > > Hmm. For the record, the issue was an interrupt issue in the kernel. > Not anything having to do with the BMC's abili

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 el

Re: [Ipmitool-devel] New ipmi watchdog daemon

2006-08-12 Thread Doug Ambrisko
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 currently working on an i

Re: [Ipmitool-devel] New ipmi watchdog daemon

2006-08-12 Thread Dmitry Frolov
* Al Chu <[EMAIL PROTECTED]> [12.08.2006 07:36]: > Hi Carol, > > I developed a user space daemon for FreeIPMI sometime ago. > > http://www.gnu.org/software/freeipmi/ > > Deployed successfully for a number of months until we realized it > couldn't quite do for us what we wanted (generate netdump

Re: [Ipmitool-devel] New ipmi watchdog daemon

2006-08-12 Thread Dmitry Frolov
* Carol Hebert <[EMAIL PROTECTED]> [12.08.2006 07:25]: > Hi, > > 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 currently working on an ipmi > watchdog daemo

Re: [Ipmitool-devel] New ipmi watchdog daemon

2006-08-11 Thread Al Chu
> Deployed successfully for a number of months until we realized it > couldn't quite do for us what we wanted (generate netdumps via SMI > interrupts). Hmm. For the record, the issue was an interrupt issue in the kernel. Not anything having to do with the BMC's ability to generate the interrupt.

Re: [Ipmitool-devel] New ipmi watchdog daemon

2006-08-11 Thread Al Chu
Hi Carol, I developed a user space daemon for FreeIPMI sometime ago. http://www.gnu.org/software/freeipmi/ Deployed successfully for a number of months until we realized it couldn't quite do for us what we wanted (generate netdumps via SMI interrupts). I'm not sure if anyone else has used it re