linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Problems setting up RAID1
@ 2005-05-19 13:40 Tyler
  0 siblings, 0 replies; 8+ messages in thread
From: Tyler @ 2005-05-19 13:40 UTC (permalink / raw)
  To: George Huber; +Cc: linux-raid

[-- Attachment #1: Type: text/plain, Size: 101 bytes --]

I posted this response about 2 weeks ago, for someone trying to do the 
same thing.

Regards,
Tyler.

[-- Attachment #2: Re: raid 1 with static kernel. --]
[-- Type: message/rfc822, Size: 3849 bytes --]

From: Tyler <pml@dtbb.net>
To: Glatzel Tino <tino.glatzel@badenIT.de>, linux-raid@vger.kernel.org
Subject: Re: raid 1 with static kernel.
Date: Wed, 04 May 2005 08:56:21 -0700
Message-ID: <4278F0A5.60406@dtbb.net>

Try this howto:

http://www.linuxsa.org.au/mailing-list/2003-07/1270.html

Regards,
Tyler.

Glatzel Tino wrote:

>hello list,
>
>
>my system is a Debian GNU Linux Sarge. The kernelversion is 2.6.10 without
>modulsupport.
>The partion id is  fd.
>In the first step, the complete system is installed on /dev/hda3.
>In the second step, i have created a raid 1 device:
>mdadm --create /dev/md0 --level 1 --raid-device=2 /dev/hda1 /dev/hdc1
>mkfs -t ext3 /dev/md0
>mount /dev/md0 /mnt
>cp -pr /boot /mnt
>umount /mnt
>
>I want to mount /dev/md0 in /boot
>change in the /etc/fstab
>/dev/md0       /boot   ext3    defaults    0      2
>
>
>
>after a reboot, i see the mounted devices:
>
>/dev/hda3 on / type ext3 (rw,errors=remount-ro)
>/dev/md0 on /boot type ext3 (rw)
>
>so, i think i will never need the files in the old /boot directory.
>
>umount /boot
>cd /boot
>ls
>System.map-2.6.8-1-386
>config-2.6.8-1-386      vmlinuz-2.6.10
>grub                    vmlinuz-2.6.10-raid-grsec
>initrd.img-2.6.8-1-386  vmlinuz-2.6.10-raid-grsec-hotplug
>lost+found              vmlinuz-2.6.8-1-386
>System.map-2.6.10
>
>
>
>rm -r *
>cd ..
>mount /boot
>ls /boot
>System.map-2.6.8-1-386
>config-2.6.8-1-386      vmlinuz-2.6.10
>grub                    vmlinuz-2.6.10-raid-grsec
>initrd.img-2.6.8-1-386  vmlinuz-2.6.10-raid-grsec-hotplug
>lost+found              vmlinuz-2.6.8-1-386
>System.map-2.6.10
>
>
>after a reboot, i see the following message from Grub:
>
>GRUB Loading Stage1.5
>
>GRUB loading, please wait ...
>Error 15
>
>
>Ok, i think GRUB can`t access to /dev/md0
>what can i do?
>
>
>Tino
>-
>To unsubscribe from this list: send the line "unsubscribe linux-raid" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
>
>  
>

-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html



^ permalink raw reply	[flat|nested] 8+ messages in thread
* Problems setting up RAID1
@ 2005-05-17 17:48 George Huber
  2005-05-18 18:22 ` Andre Noll
  2005-05-19  7:12 ` Gil
  0 siblings, 2 replies; 8+ messages in thread
From: George Huber @ 2005-05-17 17:48 UTC (permalink / raw)
  To: linux-raid

all,

I am having problems setting up RAID 1 using Fedora core 3.  Here are
the steps that I have taken to date.

1) On the first SCSI drive, I installed a clean version of Linux, the
    hard drive is partitioned as follows:
    /dev/sda1              /boot              512 Mbytes
    /dev/sda2              /cvsroot           20 GBytes
    /dev/sda3              /archives          20 GBytes
    /dev/sda4     (extended partition)
    /dev/sda5              /home              10 GBytes
    /dev/sda6              swap                2 GBytes
    /dev/sda7              /                  14 GBytes

2) Downloaded the souce code for 2.6.11-8 recompiled the kernel with
    RAID support included in the kernel, not as modules.

3) Build the partions on the second SCSI drive to match the first.

4) Set the partition types of sd[ab]2, sd[ab]3, sd[ab]5, sd[ab]6 and
    sd[ab]7 to 0xFD (Linux Software Raid Autodetect)

5) rebooted the host, on reboot I had three mirroed partitions:
    /dev/md0 : /dev/sda2 and /dev/sdb2
    /dev/md1 : /dev/sda3 and /dev/sdb3
    /dev/md2 : /dev/sda5 and /dev/sdb5

    Question 1 - why did swap and root fail to become part of the array?

6) using mdadm with the examine flag, I found that neither /dev/sd[ab]6
or
    /dev/sd[ab]7 had raid superblocks on them.  Attempting to build
arrays
    using:
    mdadm --create /dev/md3 --level=1 --raid-devices=2 /dev/sd[ab]6
    failed (sort of expected since swap was mounted).

7) booted with a rescue disk, and did not mount any of my partitions,
    and then executed the following commands:

    mdadm --create /dev/md3 --level=1 --raid-devices=2 /dev/sd[ab]6
    mdadm --create /dev/md4 --level=2 --raid-devices=2 /dev/sd[ab]7

    both of these commands succeeded, and cat-ing /proc/mdstat showed
    to raid arrays that were in the process of synching.

8) I let the two arrays finish synching, and then rebooted the computer

    normally.  I received a `ton' of messages about not being able to
    touch various files in the root file system because the root file
    system is read-only.  After a while I finally did get a shell, and
    I was able cat /proc/mdstat - I saw the expected five arrays,
however
    the array for the root file system only had one drive in it:

    ....
    md4 : active raid sdb7[1]
        11759424 blocks [2/1] [_U]
    ....

    All the other raid arrays had two entries (as expected) as were
readible
    as well as writable.

    On examining dmesg, I fould the following:

    md: Autodetecting RAID arrays
    md: could not bd_claim sda7
    md: autorun...
    md: considering sdb7...
    md:  adding sdb7...

    so it seems that the RAID subsysem is not able to access / control
    my root partition.

    Question 2 - What do I need to do to be able to RAID my root
partition?
    Question 3 - What do I need to do to fix my `read-only' file system
                 problems?
      Questions 2 and 3 are probably related.

    Note: I was able to execute the command:
    mount / -o remount,rw

    to make my root filesystem read-write.

9) Finally, I rebooted into rescue mode without mounting any of my
drives,
    manually mounted /dev/sda7 and copied /etc/mdadm.conf to the floppy
    and then unmounted /dev/sda7.  Next I ran:
    mdadm --assemble --scan --config=/mnt/floppy/mdadmconf
    and all five of my RAID arrays came up, with two members each and
the
    array holding my root file system was writable.

Any suggestiong on what I should try next.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-05-20 15:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-19 13:40 Problems setting up RAID1 Tyler
  -- strict thread matches above, loose matches on Subject: below --
2005-05-17 17:48 George Huber
2005-05-18 18:22 ` Andre Noll
2005-05-18 20:32   ` George Huber
2005-05-19  3:55     ` Andre Noll
2005-05-19  7:12 ` Gil
2005-05-20 15:16   ` George Huber
2005-05-20 15:19   ` George Huber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).