linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Neil Brown <neilb@cse.unsw.edu.au>
To: linux-raid <linux-raid@vger.kernel.org>
Subject: RE: Software RAID Stopped Working With Aurora Kernel
Date: Wed, 22 May 2002 06:46:42 +1000 (EST)	[thread overview]
Message-ID: <15594.45618.113616.670740@notabene.cse.unsw.edu.au> (raw)
In-Reply-To: message from Cal Webster on Tuesday May 21

On Tuesday May 21, kc130iseo@coastalnet.com wrote:
> 
> 1. Is there anything I need to change in "/etc/raidtab"?
> 	- Should it match the actual configuration?

raidtab is only really used by mkraid.
raidstart uses it to find one drive in the array, and ignores the rest
of raidtab.  Given that one drive, it reads the superblock to find
other drives.  You shouldn't need to change raidtab.

> 	- Differences between raidtools 0.90-6 and 1.00.2-1.3

Don't know.  Not much I think.

> 
> 2. Will the "Version" number in the superblock automatically be updated when
> I start the RAID?

No, the version of the superblock is still 0.90.0.  This number
describes the format.

> ==================
> Things to do next:
> ==================
> 
> ## Update the superblock:
> 
> mdadm --examine --sparc2.2update /dev/sda1
> 
> ## Re-check after updating:
> 
> mdadm --examine --sparc2.2 /dev/sda1

This should show (different) garbage.
After you have updated, your superblock no longer has the
sparc-on-2.2 breakage, and
   mdadm --examine /dev/sda1
should show the correct superblock.

> 
> ## Assemble the array (use raid device order):
> ## Only assemble active devices, not spare.
> 
> mdadm --assemble /dev/md0 /dev/sda1 /dev/sdb1 /dev/sdf1 /dev/sdd1 /dev/sde1
> 
> ## Start the RAID
> 
> raidstart /dev/md0

No, you don't need to do this. "mdadm --assemble" assembles the raid
and starts it..  

> 
> ## Verify that raid is running
> 
> cat /proc/mdstat
> 
> ## Verify that data is intact
> 

NeilBrown

  reply	other threads:[~2002-05-21 20:46 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-19 23:38 Software RAID Stopped Working With Aurora Kernel Calvin Webster
2002-05-20 11:26 ` Neil Brown
2002-05-20 19:25   ` Cal Webster
2002-05-20 21:09     ` Neil Brown
2002-05-20 21:33       ` Calvin D. Webster
2002-05-21 11:24   ` Calvin D. Webster
2002-05-21 12:10     ` Neil Brown
2002-05-21 17:30       ` Cal Webster
2002-05-21 20:46         ` Neil Brown [this message]
2002-05-21 22:12           ` Calvin D. Webster
2002-05-21 23:51             ` Neil Brown
2002-05-22 12:00               ` Calvin D. Webster
2002-05-27  4:59                 ` Neil Brown
2002-05-29 13:07                   ` Calvin Webster
2002-05-29 23:16                     ` Neil Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=15594.45618.113616.670740@notabene.cse.unsw.edu.au \
    --to=neilb@cse.unsw.edu.au \
    --cc=linux-raid@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).