From owner-freebsd-hardware@FreeBSD.ORG Mon Oct 20 18:06:08 2003 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2FCD16A4B3 for ; Mon, 20 Oct 2003 18:06:08 -0700 (PDT) Received: from zehn.mine.nu (zehn.magix.com.sg [202.166.1.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4242543FA3 for ; Mon, 20 Oct 2003 18:06:07 -0700 (PDT) (envelope-from bennyc@magix.com.sg) Received: from zehn.mine.nu (localhost [127.0.0.1]) by zehn.mine.nu (8.12.9p2/8.12.9) with ESMTP id h9L161Wq087933 for ; Tue, 21 Oct 2003 09:06:01 +0800 (SGT) (envelope-from bennyc@magix.com.sg) Received: (from bennyc@localhost) by zehn.mine.nu (8.12.9p2/8.12.9/Submit) id h9L161eW087929 for freebsd-hardware@freebsd.org; Tue, 21 Oct 2003 09:06:01 +0800 (SGT) (envelope-from bennyc@magix.com.sg) X-Authentication-Warning: zehn.mine.nu: bennyc set sender to bennyc@magix.com.sg using -f Date: Tue, 21 Oct 2003 09:06:00 +0800 From: Benny Chee To: freebsd-hardware@freebsd.org Message-ID: <20031021010600.GA87734@magix.com.sg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Organization: Singapore Telecommunications Ltd X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on zehn.mine.nu Subject: Dell 2550 hanged when copying files to disk array X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 01:06:09 -0000 hi, i have a Dell 2550 with a PERC 3/DC card connected to a PowerVault Disk array. When i was backing up files from the harddisk within the 2550 to the disk array, it just hanged afer abt 1 minute of operation. i turned on kernel debug, but was of no use as it did not reach the stage of dumping the memory. Anyone got a clue or has similar issues? below is a snapshot of my bootup message. Oct 20 14:59:44 northgate amr0: mem 0xf0000000-0xf7ffffff irq 11 at device 0.0 on pci2 Oct 20 14:59:44 northgate amr0: Firmware 1.92, BIOS 3.31, 128MB RAM Oct 20 14:59:44 northgate ahc0: port 0xbc00-0xbcff mem 0xfcdff000-0xfcdfffff irq 16 at device 4.0 on pci5 Oct 20 14:59:44 northgate aic7899: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs Oct 20 14:59:44 northgate ahc1: port 0xb800-0xb8ff mem 0xfcdfe000-0xfcdfefff irq 17 at device 4.1 on pci5 Oct 20 14:59:44 northgate aic7899: Ultra160 Wide Channel B, SCSI Id=7, 32/253 SCBs Oct 20 14:59:44 northgate amrd0: on amr0 Oct 20 14:59:44 northgate amrd0: 209634MB (429330432 sectors) RAID 5 (optimal) Oct 20 14:59:44 northgate amrd1: on amr0 Oct 20 14:59:44 northgate amrd1: 908414MB (1860431872 sectors) RAID 5 (optimal) Oct 20 14:59:44 northgate pass0 at amr0 bus 0 target 6 lun 0 Oct 20 14:59:44 northgate pass0: Fixed Processor SCSI-2 device Oct 20 14:59:44 northgate pass1 at amr0 bus 1 target 6 lun 0 Oct 20 14:59:44 northgate pass1: Fixed Processor SCSI-3 device Oct 20 14:59:44 northgate Mounting root from ufs:/dev/amrd0s1a -- benny