From owner-freebsd-firewire@FreeBSD.ORG Mon Jun 30 05:19:21 2003 Return-Path: Delivered-To: freebsd-firewire@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D86E537B404 for ; Mon, 30 Jun 2003 05:19:21 -0700 (PDT) Received: from post.webmailer.de (natsmtp01.webmailer.de [192.67.198.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5062543FE0 for ; Mon, 30 Jun 2003 05:19:20 -0700 (PDT) (envelope-from oliver.hoffmann@uw-service.de) Received: from hermes2.uwskoeln.de (sys-82.netsystec.de [194.8.213.82] (may be forged)) by post.webmailer.de (8.12.8/8.8.7) with ESMTP id h5UCJHFg019963 for ; Mon, 30 Jun 2003 14:19:18 +0200 (MEST) Received: from [192.168.8.25] (helo=uw-service.de) by hermes2.uwskoeln.de with esmtp (Exim 3.35 #1 (Debian)) id 19Wxco-0007AW-00 for ; Mon, 30 Jun 2003 14:19:14 +0200 Received: from hoffmann.uwskoeln.de by uw-service.de with SMTP (MDaemon.PRO.v5.0.5.R) for ; Mon, 30 Jun 2003 14:20:05 +0200 From: Oliver Hoffmann To: freebsd-firewire@freebsd.org Date: Mon, 30 Jun 2003 14:18:03 +0200 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306301418.03705.oliver.hoffmann@uw-service.de> X-Return-Path: oliver.hoffmann@uw-service.de X-MDaemon-Deliver-To: freebsd-firewire@freebsd.org Subject: Very odd problems. X-BeenThere: freebsd-firewire@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Vendors pre-release coordination List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2003 12:19:22 -0000 Hi list! My attempt is to make backups to external firewire-hds, because they are much cheaper and faster than tapes. I have two servers which are almost identical. The first one has FreeBSD 4.8 Release running on an Athlon1000 with an Asus board. Two ICP-Vortex controller with two raids (both 42 GB, level 5) are attached. fw-card is the Texas Instruments TSB12LV26. I connected an external 5.25" case (probably oxford 911, but I couldn't find it out) with an mobilerack inside. In this rack is a wd80 (wd800BB-00CAA1) harddisk. This system works (I would say 90% stable). The second one runs FreeBSD 4.8-RC1 on an Athlon 1500+ with an Abit motherboard. It has one ICP with a bigger raid (ca. 200 GB, level 5). Hence the external harddisks have 160 GB (Maxtor 6Y160PO). All the firewire-parts are the same. That means the main differences are the hardisks and the FreeBSD-relaease. Btw, I had to take 4.8, because there isn't a support for vortex-controller in 5.0. This second server has permanently errors and sometimes automatically reboots or it crashes. I can see such errors (plenty of them) in the logs: /kernel: sbp0:0:0 Obj: Data buffer, Error: Time-out error /kernel: Unknown service addr 0x000000f0:0x16e800f0 tcode=5 /kernel: sbp0:0:0 request timeout ... agent reset I do the backups with simple shell-scripts: /sbin/kldload firewire /bin/sleep 10 /sbin/kldload sbp /bin/sleep 60 /sbin/fsck -y /dev/da1s1e /bin/sleep 20 /sbin/mount /dev/da1s1e /mnt/fw /bin/sleep 60 /bin/cp -R /mnt/raid1 /mnt/fw /bin/df -h /bin/sleep 240 /sbin/umount /dev/da1s1e /bin/sleep 60 /sbin/kldunload sbp /bin/sleep 60 /sbin/kldunload firewire /sbin/kldstat Maybe I exaggerated with the sleeptimes, but too short causes definitely problems. If the system reboots, it always does it after everything is copied. I hope that somebody can help me to get my system reasonabily working. Thanks for any help in advance! Regards, Oliver.