From owner-freebsd-questions@FreeBSD.ORG Thu Jul 14 13:27:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3B60216A41C for ; Thu, 14 Jul 2005 13:27:45 +0000 (GMT) (envelope-from kl@os.lv) Received: from krauklis.latnet.lv (krauklis.latnet.lv [159.148.19.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id C159F43D45 for ; Thu, 14 Jul 2005 13:27:44 +0000 (GMT) (envelope-from kl@os.lv) Received: from localhost (localhost.localdomain [127.0.0.1]) by krauklis.latnet.lv (Postfix) with ESMTP id 2D2041EF64B for ; Thu, 14 Jul 2005 16:27:43 +0300 (EEST) Received: from krauklis.latnet.lv ([127.0.0.1]) by localhost (krauklis.latnet.lv [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22957-21 for ; Thu, 14 Jul 2005 16:27:41 +0300 (EEST) Received: from os.lv (unknown [159.148.155.3]) by krauklis.latnet.lv (Postfix) with SMTP id CE4B21EF63C for ; Thu, 14 Jul 2005 16:27:31 +0300 (EEST) Received: from 80.70.26.44 ([80.70.26.44]) by os.lv (WinRoute Pro 4.1) with SMTP; Thu, 14 Jul 2005 16:29:56 +0300 Message-ID: <42D6683E.7040406@os.lv> Date: Thu, 14 Jul 2005 16:27:26 +0300 From: Casper User-Agent: Mozilla Thunderbird 1.0.2-6 (X11/20050513) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p9 (Debian) at latnet.lv Subject: FreeBSD 5.x raid... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 13:27:45 -0000 Hi, I have web server with one ata system disk and two sata disks for www stuff... I wanted to make that all www stuff is on one sata disk and mirror (backups) it to second disk if first sata brakes... So I have little experience with vinum (one samba server vinum raid5 working ok without problem) so I wanted to make on www server with vinum raid1... But something not working: dmesg: ad4: 190782MB [387621/16/63] at ata2-master SATA150 ad6: 190782MB [387621/16/63] at ata3-master SATA150 #cat www.vinum drive a device /dev/ad4c drive b device /dev/ad6c volume www plex org raid1 512k sd length 165g drive a sd length 165g drive b root@www# vinum create -f www.vinum 4: plex org raid1 512k ** 4 Invalid plex organization: Invalid argument 5: sd length 165g drive a ** 5 Unnamed sd is not associated with a plex: Invalid argument 6: sd length 165g drive b ** 6 Unnamed sd is not associated with a plex: Invalid argument 2 drives: D a State: up /dev/ad4c A: 190782/190782 MB (100 %) D b State: up /dev/ad6c A: 190782/190782 MB (100 %) 1 volumes: V www State: down Plexes: 0 Size: 0 B 0 plexes: 0 subdisks: What is problem? Casper P.S. I have googled problem and found: http://lists.freebsd.org/pipermail/freebsd-questions/2005-May/088698.html there ppl is saying that they don`t like in 5.x vinum, any better sugestion? I have no coplains about vinum raid5 on 5.3 samba server, it works good.. :)