From owner-freebsd-questions@FreeBSD.ORG Wed Sep 10 10:04:32 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72CA016A4BF for ; Wed, 10 Sep 2003 10:04:32 -0700 (PDT) Received: from mail.cancercare.net (mail.tsgincorporated.com [67.66.242.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 254E143FF9 for ; Wed, 10 Sep 2003 10:04:17 -0700 (PDT) (envelope-from micheal@tsgincorporated.com) Received: (from root@localhost) by mail.cancercare.net (8.12.8/8.12.4) id h8AH4BGi008547; Wed, 10 Sep 2003 12:04:11 -0500 (CDT) (envelope-from micheal@tsgincorporated.com) Received: from MICHEAL ([67.66.242.77]) by mail.cancercare.net (8.12.8/8.12.4) with SMTP id h8AH3w1f008502; Wed, 10 Sep 2003 12:03:58 -0500 (CDT) (envelope-from micheal@tsgincorporated.com) Message-ID: <06dc01c377bd$86be5250$4df24243@tsgincorporated.com> From: "Micheal Patterson" To: References: <1063119722.2136.5.camel@ps2.consoledojo.com> <034401c376f7$77deddc0$4df24243@tsgincorporated.com> <1063202739.556.1.camel@ps2.consoledojo.com> <063201c377b0$9f313ee0$4df24243@tsgincorporated.com> <1063208547.556.11.camel@ps2.consoledojo.com> Date: Wed, 10 Sep 2003 12:03:39 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by AMaViS 0.3.12 cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD and Hot Swap rebuild on SCSI disks. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2003 17:04:32 -0000 raidstatus.sh ---------------- #!/bin/sh /raidutil -L all |mailx -s "Raid Status" root --------------------- Add that script to the root crontab, and it will output the status of the raid and send an email to root how ever often you want/need it. Now, granted, this may not indicate a direct failure, however, if you stop recieving these mails, you'll know something's up. :) -- Micheal Patterson TSG Network Administration 405-917-0600 Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. ----- Original Message ----- From: "Edy Lie" To: "Micheal Patterson" Cc: Sent: Wednesday, September 10, 2003 10:42 AM Subject: Re: FreeBSD and Hot Swap rebuild on SCSI disks. > Hi Michael, > Thanks for the prompt response ... it was my bad to send you an email > before googling. :-) > > I have managed to install the tool right after the email. > > Do you happen to use any script which will notify the health of the raid > ? > > I have done some researching the only script which i found was on > adaptec site but it is not "useful" and it fires up a process dpteng > (aint sure that is what) > > In case you are interested the script is in the following URL: > > http://linux.adaptec.com/linux_092001.html > > Please let me know if you have more information about monitoring Adaptec > RAID on FreeBSD. > > Thank you so much for your assistance. > > Best Regards, > Edy Lie > On Wed, 2003-09-10 at 23:27, Micheal Patterson wrote: > > ----- Original Message ----- > > From: "Edy Lie" > > To: "Micheal Patterson" > > Cc: > > Sent: Wednesday, September 10, 2003 9:05 AM > > Subject: Re: FreeBSD and Hot Swap rebuild on SCSI disks. > > > > > > > Hi Michael, > > > > > > Thanks for the reply. I have tried to search raidutil in /usr/ports but > > > i could not find any. > > > > > > Is that in FreeBSD ports or do i need to compile it manually from > > > somewhere ? > > > > > > Thank you. > > > Best Regards, > > > Edy Lie > > > > It's an Adaptec provided utility with precompiled binaries. Here's the link: > > > > http://www.adaptec.com/worldwide/support/driversbycat.html?sess=no&language=English+US&cat=%2fOperating+System%2fFreeBSD > > > > Since that link will wrap, if it won't work after you enter it manually, > > here's the long route. Go to http://www.adaptec.com, go to Support > > > Downloads. In the 2nd section, go to FreeBSD. The manager for the 2100S, > > 3200S, and 3400S will be the bottom link. > > > > -- > > > > Micheal Patterson > > TSG Network Administration > > 405-917-0600 > > > > Confidentiality Notice: This e-mail message, including any attachments, is > > for the sole use of the intended recipient(s) and may contain confidential > > and privileged information. Any unauthorized review, use, disclosure or > > distribution is prohibited. If you are not the intended recipient, please > > contact the sender by reply e-mail and destroy all copies of the original > > message. > -- > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >