probs with raid under redhat-6.0

1999-06-10 Thread Duncan Grove
Hi, I was running 4x9GB SCSI disks as a raid-0 /dev/md0 under redhat-5.2 (I was using kernel 2.2.3). I upgraded the sytem to redhat-6.0 (with the standard modular 2.2.5 kernel), and things fell over. I tried running mkraid --upgrade but it barfed because of some problem with chunk-size. Never

Re: My 1st Linux Hardware Raid Project

1999-06-10 Thread Francisco Jose Montilla
On Wed, 9 Jun 1999, Russ Hughes wrote: Hi, I'm looking for an archive of this list and/or recomendations for scsi pci hardware raid controller card(s). I am going to be building a cache and a news server (intel boxes) and want to use raid0 across 4x9gig ultra wide drives.

Re: RAID testing - Booting off both RAID drives

1999-06-10 Thread Francisco Jose Montilla
On Thu, 10 Jun 1999, David Robinson wrote: Hi, If you put lilo in the MBR (someone correct me if I'm wrong) I don't think you need to make the root partition bootable using fdisk as LILO runs from the MBR before even the partitions get looked at. It depends on the computer

Re: probs with raid under redhat-6.0

1999-06-10 Thread David Robinson
I would try to recompile the kernel with RAID linked in just to be sure. So booting the kernel into single user mode and doing a raidstart /dev/md0 then a mount /dev/md0 doesn't start the array? Do you have a seperate boot disk or is this RAID your root device? If you keep having trouble post

RE: RAID testing - Booting off both RAID drives

1999-06-10 Thread Bruno Prior
If say your root drive is sda1 which is RAIDed to sdb1 then all you need to do is change the boot= root= lines once. boot=/dev/sdb map=/boot/map install=/boot/boot.b prompt timeout=50 image=/boot/vmlinuz label=linux root=/dev/sdb1

Success!

1999-06-10 Thread Nixon, Shon
Title: Success! I finally have both a RAID1 and RAID5 system up and running thanks to the help of Mr. Allan Noah. I am however having trouble with symlinks though. I tried to start X after I got the system up and running and it would seem that xfs is having trouble finding fonts. I also tried

Re: dd cronjob

1999-06-10 Thread David Robinson
I have setup a partition on both drives with exactly same same number of blocks. Both drive are the same model/type. /dev/sda1 /dev/sdb1 I have a cronjob that runs each night as root and does a: dd if=/dev/sda1 of=/dev/sdb1 bs=1024 Since both partitions are exactly the same in size type they

Adaptec 2940 u2w timeouts

1999-06-10 Thread Eric Thelin
I just built a new system with an adaptec 2940 u2w and 4 IBM 4.5GB drives running raid 5 with redhat 6.0. I set it up with the redhat stock kernel and then tried to upgrade to a kernel that I built. I tried 2.2.6 + raid patches and things seemed to be fine for a while then I started getting

Re: dd cronjob

1999-06-10 Thread Nathan Neulinger
There is also one other catch with dd, If a file was being written to the drive while dd was copying it's data the file may become corrupt! With me the only files that get changed on the root drive is /etc stuff and it's highly unlikely that anyone is going to edit those at 1AM:-) Even if

newbie questions: about raid

1999-06-10 Thread McCoy
Hi, I have some question about raid: 1. what is raid? 2. why we use raid? 3. what 's mean raid 0, raid 0/1, raid 1, raid 4 and raid 5? I 'm new to raid and I have downloaded some howto and raid tools. But I still have some confuse that whether raid is only the method to make many disks an

Re: Success!

1999-06-10 Thread A James Lewis
The "It gets them everytime" answer comes directly from a Solaris administrator It is wrong. In solaris, (And possibly other commercial Unicies) cp has an insane lack of the "non dereferenced" option that we all know and love in the GNU fileutils version of cp, this is why I always use GNU

Re: Success!

1999-06-10 Thread David Robinson
OK,OK... I didn't know cp had been updated... I use pyramid,Reliant,Sun,BSD,HP linux here. I havn't fully read the GNU cp man page:-)until now.. I just did some testing Yes You are all correct I can copy a Symlink and it doesn't do anything strange to it. I will remember that for next