SCIENTIFIC-LINUX-USERS Archives

November 2005

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Fabien Wernli <[log in to unmask]>
Reply To:
Date:
Wed, 30 Nov 2005 10:52:54 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (29 lines)
On Wed, Nov 30, 2005 at 09:43:40AM +0000, Condurache, C (Catalin) wrote:
> 
> file for SL4.1 that creates a RAID1 configuration (2 disks), but I'm
> getting an amanda error: "ValueError: md2 is already in the mdList"
> 

yeah she talks too much I agree ;)

> ## partitions
> raid /              --fstype=ext3 --level=1 raid.01 raid.02
> raid /usr           --fstype=ext3 --level=1 raid.03 raid.04
> raid /tmp           --fstype=ext3 --level=1 raid.05 raid.06
> raid /var/lib/mysql --fstype=ext3 --level=1 raid.07 raid.08
> raid /mysql-backup  --fstype=ext3 --level=1 raid.09 raid.10
> #####

You may try adding --device:

|  ## partitions
|  raid /              --fstype=ext3 --level=1 --device md0 raid.01 raid.02
|  raid /usr           --fstype=ext3 --level=1 --device md1 raid.03 raid.04
|  raid /tmp           --fstype=ext3 --level=1 --device md2 raid.05 raid.06
|  raid /var/lib/mysql --fstype=ext3 --level=1 --device md3 raid.07 raid.08
|  raid /mysql-backup  --fstype=ext3 --level=1 --device md4 raid.09 raid.10
|  #####

Also putting /boot in raid1 is maybe not the best idea for grub to successfully
cope with

ATOM RSS1 RSS2