Date: Wed, 13 Dec 2006 12:13:11 -0500 From: Jim Pingle <lists@pingle.org> To: Willem Jan Withagen <wjw@withagen.nl> Cc: stable@freebsd.org Subject: Re: Adaptec 2100, asr driver Message-ID: <458034A7.6010106@pingle.org> In-Reply-To: <457E9222.2090406@withagen.nl> References: <457E9222.2090406@withagen.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
Willem Jan Withagen wrote: > So the 1000$ question: is there any chance of getting at least the state > of the RAID and its disk out into the open? It shure would give me a > much better feeling, knowing that at least serious trouble would be > detected by me. Instead of getting this call from a NOC. It works fine here. I use this on systems with 2100s, and with 2010s. cd /usr/ports/sysutils/asr-utils; make install clean Make sure it installs compat4x, it should as it is listed as a dependency. Add this to /etc/rc.conf: compat4x_enable="YES" add "options ASR_COMPAT" to your kernel and rebuild the kernel Reboot. That's it. You can use "raidutil -A off" to silence the alarm once it is active. As well as checking the drives with "raidutil -L all". You can get more/less detail, just check the command line options. Jim
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?458034A7.6010106>