public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* ANNOUNCE: saftemon - SCSI Enclosure monitor for linux
@ 2002-04-17 11:01 Michael Clark
  0 siblings, 0 replies; 15+ messages in thread
From: Michael Clark @ 2002-04-17 11:01 UTC (permalink / raw)
  To: linux-scsi

saftemon - SCSI Enclosure monitor for SAFTE enclosures

   http://gort.metaparadigm.com/saftemon/

saftemon reads disk enclosure status information from SAF-TE
capable enclosures (SCSI Accessible Fault Tolerant Enclosures).
SAF-TE is a component of SES (SCSI Enclosure Services) which
is common on most SCSI disk enclosures these days. saftemon
can monitor multiple SAF-TE devices and will automatically probe
and detect them.

The information retreived includes power supply and fan status,
temperature, audible alarm, drive faults, array critical /
failed / rebuilding state and door lock status. saftemon logs
changes in the status of these enclosure elements to syslog and
can optionally execute an alert help program with details of the
component failure. This could send a pager message for example.
Temperate alert limits also be set.

saftemon is specifcally useful if you have equipment deployed in
remote locations or unattended over weekends when no-one may hear
an audible alarm.

It also includes an embedded web server for web status display
of enclosure information.

This is the initial public release so i'd be keen to receive any
feedback or compatibility testing. It has currently only been
tested on nStor external enclosures and Intel internal SAFTE
capable enclosures.

~mc



^ permalink raw reply	[flat|nested] 15+ messages in thread
* RE: ANNOUNCE: saftemon - SCSI Enclosure monitor for linux
@ 2002-04-17 14:42 Matt_Domsch
  2002-04-17 15:05 ` Mathieu Chouquet-Stringer
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Matt_Domsch @ 2002-04-17 14:42 UTC (permalink / raw)
  To: michael, linux-scsi

> saftemon - SCSI Enclosure monitor for SAFTE enclosures
> 
> This is the initial public release so i'd be keen to receive any
> feedback or compatibility testing. It has currently only been
> tested on nStor external enclosures and Intel internal SAFTE
> capable enclosures.

Works beautifully on my Dell PowerEdge 2400 internal SAFTE backplane.  We'll
give it a shot on our other SAFTE capable enclosures in the coming weeks.  

Thanks!
Matt

--
Matt Domsch
Sr. Software Engineer
Dell Linux Solutions www.dell.com/linux
Linux on Dell mailing lists @ http://lists.us.dell.com
#1 US Linux Server provider for 2001!

^ permalink raw reply	[flat|nested] 15+ messages in thread
* RE: ANNOUNCE: saftemon - SCSI Enclosure monitor for linux
@ 2002-04-17 16:00 Matt_Domsch
  2002-04-18  1:11 ` Michael Clark
  0 siblings, 1 reply; 15+ messages in thread
From: Matt_Domsch @ 2002-04-17 16:00 UTC (permalink / raw)
  To: mjacob; +Cc: michael, linux-scsi

> will it also drive SES?

Some Dell SCSI backplanes are SES capable, I believe that some aren't.  I'm
not sure off-hand of the matrix which is which.  Once we get some time to
investigate further I'll report back our findings.

Thanks,
Matt

--
Matt Domsch
Sr. Software Engineer
Dell Linux Solutions www.dell.com/linux
Linux on Dell mailing lists @ http://lists.us.dell.com
#1 US Linux Server provider for 2001!

^ permalink raw reply	[flat|nested] 15+ messages in thread
* RE: ANNOUNCE: saftemon - SCSI Enclosure monitor for linux
@ 2002-04-17 16:21 Les Niles
  0 siblings, 0 replies; 15+ messages in thread
From: Les Niles @ 2002-04-17 16:21 UTC (permalink / raw)
  To: 'Michael Clark'; +Cc: 'linux-scsi@vger.kernel.org'

A README.install would be useful:

On a stock RH7.2 system, after a ./configure, make all, and 
make install, the /var/run/saftemon and /var/log/saftemon 
directories ended up with permissions 0755, user root and group 
root.  This caused saftemon to die because it couldn't open the 
pid file in /var/run/saftemon after setuid(daemon).  I changed 
the ownership of those directories to daemon and now it seems 
to work.  (The saftemon startup script did not get installed in 
/etc/rc.d/init.d; I don't know if this is intentional.)  Nice!  
This is all on a PowerEdge 6450. 

It also does the right thing on a Tyan SCSI motherboard: "No 
SAF-TE devices present"

  -les

> -----Original Message-----
> From: Michael Clark [mailto:michael@metaparadigm.com]
> Sent: Wednesday, April 17, 2002 4:01 AM
> To: linux-scsi@vger.kernel.org
> Subject: ANNOUNCE: saftemon - SCSI Enclosure monitor for linux
> 
> 
> saftemon - SCSI Enclosure monitor for SAFTE enclosures
> 
>    http://gort.metaparadigm.com/saftemon/
> 
> saftemon reads disk enclosure status information from SAF-TE
> capable enclosures (SCSI Accessible Fault Tolerant Enclosures).
> SAF-TE is a component of SES (SCSI Enclosure Services) which
> is common on most SCSI disk enclosures these days. saftemon
> can monitor multiple SAF-TE devices and will automatically probe
> and detect them.

^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: ANNOUNCE: saftemon - SCSI Enclosure monitor for linux
@ 2002-04-25 11:20 Thomas Tonino
  0 siblings, 0 replies; 15+ messages in thread
From: Thomas Tonino @ 2002-04-25 11:20 UTC (permalink / raw)
  To: linux-scsi

There is a SES monitor at http://www.feral.com/bk.html . I think it is 
only available in bitkeeper format.

I've tried it on a Eurologic/Dell fibre JBOD. It works there, but the 
status output is not parsed into human readable format. The config 
output is readable. It is a start however, and the 4 bit status output 
at least allows noticing critical faults.


Thomas

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2002-04-25 11:23 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-17 11:01 ANNOUNCE: saftemon - SCSI Enclosure monitor for linux Michael Clark
  -- strict thread matches above, loose matches on Subject: below --
2002-04-17 14:42 Matt_Domsch
2002-04-17 15:05 ` Mathieu Chouquet-Stringer
2002-04-17 15:23   ` Mathieu Chouquet-Stringer
2002-04-17 15:16 ` Michael Clark
2002-04-17 15:51 ` Matthew Jacob
2002-04-17 16:00 Matt_Domsch
2002-04-18  1:11 ` Michael Clark
2002-04-18  3:19   ` Michael Clark
2002-04-18  4:04     ` Martin K. Petersen
2002-04-18  4:43       ` Michael Clark
2002-04-18  4:26   ` Matthew Jacob
2002-04-18  5:18     ` Michael Clark
2002-04-17 16:21 Les Niles
2002-04-25 11:20 Thomas Tonino

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox