Date: Thu, 5 Feb 2009 13:26:52 -0500 From: Adam McDougall <mcdouga9@egr.msu.edu> To: stable@freebsd.org Subject: Fwd: aac0 issues, Controller is no longer running Message-ID: <20090205182652.GV59117@egr.msu.edu>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
Forwarding to list because mail to emaste@freebsd.org bounced at the
location it is apparently being forwarded to so I'm not sure if it
was received. I'll add that the problem seems to follow a pattern where
it happens only twice after a reboot (usually in the morning when rsync runs)
and then its fine until the next intentional reboot.
[-- Attachment #2 --]
Return-Path: <seitz@bsd-unix.net>
X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on
boomhauer.egr.msu.edu
X-Spam-Level:
X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham
version=3.2.5
X-Original-To: mcdouga9@egr.msu.edu
Delivered-To: mcdouga9@egr.msu.edu
Received: from localhost (localhost [127.0.0.1])
by mail.egr.msu.edu (Postfix) with ESMTP id F2D42B8067
for <mcdouga9@egr.msu.edu>; Wed, 4 Feb 2009 10:53:35 -0500 (EST)
X-Virus-Scanned: amavisd-new at egr.msu.edu
Received: from mail.egr.msu.edu ([127.0.0.1])
by localhost (boomhauer.egr.msu.edu [127.0.0.1]) (amavisd-new,
port 10024) with ESMTP id ga1zPDI5xiH7 for <mcdouga9@egr.msu.edu>;
Wed, 4 Feb 2009 10:53:35 -0500 (EST)
Received: from mx.egr.msu.edu (surfnturf.egr.msu.edu [35.9.37.164])
by mail.egr.msu.edu (Postfix) with ESMTP id C8C1CB8062
for <mcdouga9@mail-test.egr.msu.edu>;
Wed, 4 Feb 2009 10:53:35 -0500 (EST)
Received: from localhost (localhost [127.0.0.1])
by mx.egr.msu.edu (Postfix) with ESMTP id C51EA71EFD6
for <mcdouga9@mail-test.egr.msu.edu>;
Wed, 4 Feb 2009 10:53:35 -0500 (EST)
X-Virus-Scanned: amavisd-new at egr.msu.edu
Received: from mx.egr.msu.edu ([127.0.0.1])
by localhost (surfnturf.egr.msu.edu [127.0.0.1]) (amavisd-new,
port 10024)
with ESMTP id YWgd+wFzl8Qa for <mcdouga9@mail-test.egr.msu.edu>;
Wed, 4 Feb 2009 10:53:35 -0500 (EST)
X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6
Received: from triton.bsd-unix.net (triton.bsd-unix.net [209.8.43.226])
by mx.egr.msu.edu (Postfix) with ESMTP id 994ED71EFD2
for <mcdouga9@egr.msu.edu>; Wed, 4 Feb 2009 10:53:35 -0500 (EST)
Received: from localhost (localhost [127.0.0.1])
by triton.bsd-unix.net (Postfix) with ESMTP id DD9FE9B425;
Wed, 4 Feb 2009 10:53:34 -0500 (EST)
X-Virus-Scanned: amavisd-new at bsd-unix.net
Received: from triton.bsd-unix.net ([127.0.0.1])
by localhost (triton.bsd-unix.net [127.0.0.1]) (amavisd-new, port 10024)
with LMTP id GAXE0lX-yac8; Wed, 4 Feb 2009 10:53:34 -0500 (EST)
Received: by triton.bsd-unix.net (Postfix, from userid 1001)
id BB9EF9B41F; Wed, 4 Feb 2009 10:53:34 -0500 (EST)
Date: Wed, 4 Feb 2009 10:53:34 -0500
From: Bryan Seitz <seitz@bsd-unix.net>
To: emaste@freebsd.org
Cc: mcdouga9@egr.msu.edu
Subject: aac0 issues
Message-ID: <20090204155334.GA9312@bsd-unix.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.18cvs (2008-12-16)
Ed,
I've been having issues with the aac0 driver with a Sun STK raid card ( Adaptec 5805 ). After FBSD upgrades and a reboot,
it will lock up when rsync backups run at night. After doing this about 2-3 times over 2-3 days, it will stabilize and be rock
solid. If you could assist me in maybe debugging it somehow, I would greatly appreciate it.
Info:
Controller Status : Optimal
Channel description : SAS/SATA
Controller Model : Sun STK RAID INT
Controller Serial Number : 00809AA0182
Physical Slot : 48
Temperature : 64 C/ 147 F (Normal)
Installed memory : 256 MB
BIOS : 5.2-0 (15583)
Firmware : 5.2-0 (15583)
Driver : 5.2-0 (15583)
Boot Flash : 5.2-0 (15583)
Raid5+HSP setup with 8 SAS disks.
Code here:
code = AAC_GET_FWSTATUS(sc);
if (code != AAC_UP_AND_RUNNING) {
device_printf(sc->aac_dev, "WARNING! Controller is no "
"longer running! code= 0x%x\n", code);
And one that mentions: "COMMAND %p TIMEOUT AFTER %d SECONDS\n",
TIA,
--
Bryan G. Seitz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090205182652.GV59117>
