Re: raidtools

2005-11-10 Thread Mike Reinehr
On Wednesday 09 November 2005 09:29 pm, Hamish Moffatt wrote:
> On Wed, Nov 09, 2005 at 02:16:32PM -0600, Mike Reinehr wrote:
> > Raidtools2 is in the archive, [..]
>
> Actually it's not in unstable any more.

My bad. I just took a quick look at the pool & wasn't paying any 
attention to 
the distribution.

> > I would consider using mdadm, instead:
> > http://cgi.cse.unsw.edu.au/~neilb/mdadm
>
> Unfortunate that mdadm has a totally different interface with its own
> set of confusing properties.

There's no question that it's a completely different interface, but I 
don't 
think it's any more confusing than raidtools. Starting with no previous 
experience with either, as I did, I think learning mdadm is no more difficult 
to learn than raidtools and, perhaps, easier as everything you need is rolled 
up into one program.

> Hamish
> --
> Hamish Moffatt VK3SB <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>

Cheers!

cmr
-- 
Debian 'Sarge': Registered Linux User #241964

"More laws, less justice." -- Marcus Tullius Ciceroca, 42 BC



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: raidtools

2005-11-09 Thread Hamish Moffatt
On Wed, Nov 09, 2005 at 02:16:32PM -0600, Mike Reinehr wrote:
> Raidtools2 is in the archive, [..]

Actually it's not in unstable any more.

> I would consider using mdadm, instead: 
> http://cgi.cse.unsw.edu.au/~neilb/mdadm

Unfortunate that mdadm has a totally different interface with its own
set of confusing properties.

Hamish
-- 
Hamish Moffatt VK3SB <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: raidtools

2005-11-09 Thread Jacob Bresciani

Thanks for all the guys and gals. I'll give it a go.

Jacob Bresciani

"Passwords are like bubble gum, strongest when fresh, should never be  
used by groups and create a sticky mess when left laying around"


-anon


On Nov 9, 2005, at 12:32 PM, Lennart Sorensen wrote:


On Wed, Nov 09, 2005 at 11:38:19AM -0800, Jacob Bresciani wrote:

I've got software raid up and running but before I send this server
out to the production environment I wanted to test the hot swap SCSI
drives. They are setup as a software mirror. I yanked one, and
through in a blank drive, had it re-detect by echoing the proper
strings into /proc/scsi/scsi. At this point I noticed that I hadn't
installed the raidtools (raidhotremove, raidhotadd...). They don't
seem to be available from  my sources either. Have they been moved?
Should I be using a newer tool? can't seem to find out what's  
changed.


Basically what's todays procedures on regenerating software RAID1?


Use mdadm.  Much better interface, and I believe what the installer  
uses

too.

Len Sorensen



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: raidtools

2005-11-09 Thread Lennart Sorensen
On Wed, Nov 09, 2005 at 11:38:19AM -0800, Jacob Bresciani wrote:
> I've got software raid up and running but before I send this server  
> out to the production environment I wanted to test the hot swap SCSI  
> drives. They are setup as a software mirror. I yanked one, and  
> through in a blank drive, had it re-detect by echoing the proper  
> strings into /proc/scsi/scsi. At this point I noticed that I hadn't  
> installed the raidtools (raidhotremove, raidhotadd...). They don't  
> seem to be available from  my sources either. Have they been moved?  
> Should I be using a newer tool? can't seem to find out what's changed.
> 
> Basically what's todays procedures on regenerating software RAID1?

Use mdadm.  Much better interface, and I believe what the installer uses
too.

Len Sorensen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: raidtools

2005-11-09 Thread amos_ch
On Wed, Nov 09, 2005 at 11:38:19AM -0800, Jacob Bresciani wrote:
> 
> Basically what's todays procedures on regenerating software RAID1?
> 
The recommended tool now is mdadm

for example, to add /dev/sdb1 back to /dev/md0, just do this:

mdadm -a /dev/md0 /dev/sdb1

man mdadm shows a few more examples also...

-- 
Yifang Dai   |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: raidtools

2005-11-09 Thread Mike Reinehr
On Wednesday 09 November 2005 01:38 pm, Jacob Bresciani wrote:
> I've got software raid up and running but before I send this server
> out to the production environment I wanted to test the hot swap SCSI
> drives. They are setup as a software mirror. I yanked one, and
> through in a blank drive, had it re-detect by echoing the proper
> strings into /proc/scsi/scsi. At this point I noticed that I hadn't
> installed the raidtools (raidhotremove, raidhotadd...). They don't
> seem to be available from  my sources either. Have they been moved?
> Should I be using a newer tool? can't seem to find out what's changed.
>
> Basically what's todays procedures on regenerating software RAID1?
>
> my sources.list contains
>
> deb http://mirror.espri.arizona.edu/debian-amd64/debian/ etch main
> contrib non-free
> deb http://debian.csail.mit.edu/debian-amd64/debian/ etch main
> contrib non-free
> deb-src http://debian.csail.mit.edu/debian-amd64/debian/ etch main
> contrib non-free
>
> Jacob Bresciani
>
> "Passwords are like bubble gum, strongest when fresh, should never be
> used by groups and create a sticky mess when left laying around"

Jacob,

Raidtools2 is in the archive, however, I would consider using mdadm, instead: 
http://cgi.cse.unsw.edu.au/~neilb/mdadm

Cheers!

cmr
-- 
Debian 'Sarge': Registered Linux User #241964

"More laws, less justice." -- Marcus Tullius Ciceroca, 42 BC



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



raidtools

2005-11-09 Thread Jacob Bresciani
I've got software raid up and running but before I send this server  
out to the production environment I wanted to test the hot swap SCSI  
drives. They are setup as a software mirror. I yanked one, and  
through in a blank drive, had it re-detect by echoing the proper  
strings into /proc/scsi/scsi. At this point I noticed that I hadn't  
installed the raidtools (raidhotremove, raidhotadd...). They don't  
seem to be available from  my sources either. Have they been moved?  
Should I be using a newer tool? can't seem to find out what's changed.


Basically what's todays procedures on regenerating software RAID1?

my sources.list contains

deb http://mirror.espri.arizona.edu/debian-amd64/debian/ etch main  
contrib non-free
deb http://debian.csail.mit.edu/debian-amd64/debian/ etch main  
contrib non-free
deb-src http://debian.csail.mit.edu/debian-amd64/debian/ etch main  
contrib non-free


Jacob Bresciani

"Passwords are like bubble gum, strongest when fresh, should never be  
used by groups and create a sticky mess when left laying around"






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]