Gentoo Archives: gentoo-user

From: El Nino <adaptit@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] how to configure raid
Date: Wed, 10 May 2006 12:21:41
Message-Id: f696b57e0605100515v5f80f4e6l9e2491e8d2efaf47@mail.gmail.com
In Reply to: Re: [gentoo-user] how to configure raid by John Jolet
1 pls see my below answers...
2
3 On 5/10/06, John Jolet <john@×××××.net> wrote:
4 >
5 > On May 10, 2006, at 12:44 AM, El Nino wrote:
6 >
7 > > dear list friends,
8 > >
9 > > i'm new to raid. i have a netfinity5000 server with 5 scsi+raid, 256mb
10 > > ram, p3 450mhz 1 processor. pl guide me to configure the raid from
11 > > gentoo.
12 > >
13 > > note: i trid to configure it using de server guide but it faild saying
14 > > 'need minimum 256mb ram. i don't know y, its already has 256mb
15 > > physical ram.
16 this netfinity5000 comes with a RAID card. it can configure using IBM
17 Server Guide CD. so i bootd from that cd but its said not enough ram
18 'need 256mb'.
19
20 >
21 > I've got a nearly identical setup, except i've got the second proc,
22 > but 3 9 gig drives.
23 > Here's what I did: set up a 100 meg partition (bootable) on all 3
24 > drives. set up a second partition for the rest of the space on all 3
25 > drives. use mdadm to create a raid 1 (mirror) with /dev/sda1 and /
26 > dev/sdb1. use mdadm to create a raid 5 with /dev/sda2, sdb2 and
27 > sdc2. create a volume group with /dev/md1 (raid 5) as the pv. then
28 > create an lv for root, one for swap, home, var and tmp, and usr.
29 > mount all that on /mnt/gentoo, then mount /dev/md0 on /boot. after
30 > untarring the stage and snapshot and chrooting into the environment,
31 > use genkernel --lvm2 --dmraid --menuconfig --install all to create my
32 > kernel (genkernel follows the /usr/src/linux symlink, so make sure
33 > it's right). the only other thing is to make sure all your scsi
34 > drivers are built into the kernel, not modules and make sure you put
35 > the initrd line in the grub.conf. at what point is it telling you
36 > you don't have enough ram? did you swapon your swap before chrooting?
37 > --
38 > gentoo-user@g.o mailing list
39 >
40 >
41
42
43 --
44 ...
45
46 (((o)))~--~--~--~~~~~~~~~~~~~~~~~~~~~~~~~~~~
47 Proud to be a Sinhalese.
48 SINHALESE ARE GENIUSES OF IRRIGATION
49 http://easyweb.easynet.co.uk/~sydney/sinhales.htm
50
51 --
52 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] how to configure raid John Jolet <john@×××××.net>