Re: Newbie: What to do when a disk fails?

1999-07-08 Thread Mogens Kjaer
Paul Jakma wrote: echo "scsi add-single-device c b t l" /proc/scsi/scsi I've tried this: Insert 4 disks in system, 1 root, 3 in raid-5. The raid is up and running. I remove one of the disks in the raid (yes, they are supposed to be hot plugable...). The raid complains, and continues

RE: Newbie: What to do when a disk fails?

1999-07-08 Thread Stanley, Jeremy
Make sure your drives are jumpered to spin up automatically instead of waiting for a wakeup signal from the SCSI controller. Enable a spin up delay if necessary to spread out the PSU load. See if this helps... -- Jeremy StanleyTrend CMHS I.S.Network Engineer

A view from the other side...

1999-07-08 Thread Mike Frisch
In case anybody is interested, there's the website describing software RAID on FreeBSD: http://www.lemis.com/vinum/ Looks pretty interesting, but I am not a FBSD user, so I have no idea how functional, robust, etc. it is. All I can say is that Linux software RAID needs some decent

Re: backup/redundancy solutions

1999-07-08 Thread Alvin Starr
On Thu, 8 Jul 1999, Admin Mailing Lists wrote: I run 5 linux boxes and 2 NT servers on a network. All servers have 9G scsi drives in them. Currently we back up the most important data to DDS3 tape..about 11G. We would like a better solution to this for full redundancy. We thought about

RE: backup/redundancy solutions

1999-07-08 Thread Stanley, Jeremy
I know this isn't the NT RAID list, but here goes: Always, always, always have an emergency recovery boot disk for NT. Further, assuming this is NT4, ever notice at boot time the "Press spacebar now to invoke Hardware Profile/Last Known Good menu." prompt? To quote one of the many M$ Press books

Re: A view from the other side...

1999-07-08 Thread Jochen Scharrlach
Mike Frisch writes: Looks pretty interesting, but I am not a FBSD user, so I have no idea how functional, robust, etc. it is. All I can say is that Linux software RAID needs some decent documentation like this. In the past I was setting up 4 servers using Linux-RAID1: - 2 with the

Re: mkraid problems

1999-07-08 Thread MadHat
Mogens Kjaer wrote: The Threshold wrote: ... Redhat 6.0/Kernel 2.2.10/mkraid 0.90.0 ... I made the same mistake; don't upgrade the kernel, stay at 2.2.5-15, then it works. Mogens Actually this has been the center of several conversations lately. There is a patch that works fine

RE: Setting up a software RAID 5

1999-07-08 Thread Bruno Prior
As I said, I'm trying to set up a SW RAID 5 array under SUSE LINUX 6.1 The configuration sample file mentioned in the manual (raid5.conf.sample) is not shipped with my Linux distribution. You don't need it with raidtools 0.90. Check out raidtab.sample. /etc/raidtab is the only configuration

RE: mkraid problems

1999-07-08 Thread Bruno Prior
device /dev/sdi1 spare-disk 7 This is the problem. That should be: device /dev/sdi1 spare-disk 0 Cheers, Bruno Prior [EMAIL PROTECTED]

Re: backup/redundancy solutions

1999-07-08 Thread dave
Your analysis is correct--RAID protects against disk failure, not against other failures (such as NT eating itself, or for that matter, people accidentally deleting files); it is not a replacement for tape backup, it complements tape backup. Dave On Thu, 8 Jul 1999, Admin Mailing Lists wrote:

Re: FW: Problem applying 2.2.6 raid patch to 2.2.9 kernel.

1999-07-08 Thread John E. Adams
M.C. wrote: ... RAID on 2.2.9 compile failing Is there something I missed, did I use the wrong kernel patch version or what?... This is really starting to give me an ulcer now... You missed the failing part of the patch concerning fs.h. Add the following code to include/linux/fs.h and it will

Re: backup/redundancy solutions

1999-07-08 Thread John Burton
Admin Mailing Lists wrote: I run 5 linux boxes and 2 NT servers on a network. All servers have 9G scsi drives in them. Currently we back up the most important data to DDS3 tape..about 11G. We would like a better solution to this for full redundancy. We thought about putting another 9G in

Re: backup/redundancy solutions

1999-07-08 Thread m.allan noah
bad call. i NEVER backup unix via smb. go and restore from that backup and look at your unix permissions. unless you tar first, perms are destroyed by smb. i use a backup server running linux. the nt boxes can dump to it using smb, the unix boxes use nfs v3, and the backup server takes care of

Re: A view from the other side...

1999-07-08 Thread Fred Reimer
On Thu, 08 Jul 1999, Mike Frisch wrote: far, so good. I still don't have it shutting down properly and automatically being brought up at boot-time, which is still a little bit of a pain. If you're running RedHat 6.0 their /etc/rc.d/rc.sysinit is wrong. It uses the old raidtools commands.

mkraid problems (v0.90/2.2.10/RedHat)

1999-07-08 Thread Zack Hobson
Hello RAID hackers, I'm trying to create a couple software RAID-1 arrays on a new Dell server my employer just purchased. Here's quick rundown of my current setup: Adapter 7890 SCSI Controller 3 Quantum Viking II 9.1 GB SCSI drives RedHat 6.0 w/ 2.2.10 kernel (compiled with RAID-1 support)

Re: backup/redundancy solutions

1999-07-08 Thread Alvin Oga
hi allan, steve, using NT to backup linux destroys linux permissions... using linux to backup NTs destroys NT permissions/uid/gid - as others have stated earlier using mirror'ed disks might result in the original disk being bad/corrupted and the mirror itself to be bad...( you have the time

RE: backup/redundancy solutions

1999-07-08 Thread Erich J. Ritzmann
Hey guys, I am unclear on whether this is a Linux RAID issue, or a Linux SCSI issue, quite frankly it seems to be neither. And, those of us subscribed to both lists are finding that our mailboxes are rapidly filling up with multiple copies of these items... How about you take it off-line...

Re: A view from the other side...

1999-07-08 Thread Brian Leeper
On Thu, 8 Jul 1999, Jochen Scharrlach wrote: - duplicating a partition layout is much easier :) If the drives are the same size, the following command works very well to copy a partition table from one to the other: dd if=/dev/sda of=/dev/sdb bs=1024 count=5 I'm not even sure the count

2.2.9 Patch

1999-07-08 Thread MadHat
I did all the fixes you have been talking about and made a newer patch. I just used it on a new system and it compiles and works for me. http://www.unspecific.com/pub/linux/raid/raid-0145-2.2.9-patch.gz I will probably have one for 2.2.10 tomorrow. -- Lee Heath

Raid Newbie Needs Help

1999-07-08 Thread James Deptuck
Hello, I'm new to this mailing list so if this question is out of place please go easy on me. :-) I'm working on setting up a Raid set on my RH6.0 box. It's pretty much a stock install with the raid tools added. I've got the Raid5 stripe set working no problems. My problem is recovery. This