Re: Dell CERC SATA 2S question -- software RAID instead?

2004-12-25 Thread Matthias F. Brandstetter
-- quoting Jonathan Reeder --
 Since the SATA RAID controller in the Dell PE SC420 isn't supported yet,
 is there anything I can do with atacontrol to run my two drives as a
 software RAID instead of relying on the controller?

 I've never used SATA before, so any advice anyone can offer is greatly
 appreciated.

If you're using FreeBSD 5.3 than you should take a look at man gmirror. 
This could be what you want. I am using it w/o any problems so far...

HTH! Greetings, Matthias

-- 
And remember not to act afraid.  Animals can smell fear.  And they
don't like it.

  -- Homer Simpson
 The Call of the Simpsons
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Dell CERC SATA 2S question

2004-12-21 Thread Matthias F. Brandstetter
-- quoting Jonathan Reeder --
 Hmm, well since I'm stuck with the hardware that I've been given, does
 that mean that I need to pursue a different OS?  I'd love to run FreeBSD
 on this server, but I can't change any of its hardware so do I need to
 look at Linux?

I am not a FreeBSD guru, but if your hardware isn't supported by FreeBSD 
and you are not interested in code hacking then I am afraid you have no 
other choice then chaning OS :(

-- 
Lisa: So gambling makes a good thing even better?

Homer: That's right.  My God, it's like there's some kind of bond
 between us.

 Lisa the Greek
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Dell CERC SATA 2S question -- software RAID instead?

2004-12-21 Thread Jonathan Reeder
Since the SATA RAID controller in the Dell PE SC420 isn't supported yet, is
there anything I can do with atacontrol to run my two drives as a software
RAID instead of relying on the controller?

I've never used SATA before, so any advice anyone can offer is greatly
appreciated.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Dell CERC SATA 2S question -- software RAID instead?

2004-12-21 Thread Roger. O. Svenning
Jonathan Reeder wrote:
Since the SATA RAID controller in the Dell PE SC420 isn't supported yet, is
there anything I can do with atacontrol to run my two drives as a software
RAID instead of relying on the controller?
I've never used SATA before, so any advice anyone can offer is greatly
appreciated.
AFAIK you cant use software RAID on your system drives as the system has 
to boot before software RAID can be loaded.
Thus you would need a dedicated system drive which the system can boot 
from in order to load software raid on the other two disks.

This is probably not what you want.
Roger O. Svenning
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Dell CERC SATA 2S question -- software RAID instead?

2004-12-21 Thread Peter Giessel
On Tuesday, December 21, 2004, at 07:15AM, Roger. O. Svenning [EMAIL 
PROTECTED] wrote:

Jonathan Reeder wrote:

Since the SATA RAID controller in the Dell PE SC420 isn't supported yet, is
there anything I can do with atacontrol to run my two drives as a software
RAID instead of relying on the controller?

I've never used SATA before, so any advice anyone can offer is greatly
appreciated.

AFAIK you cant use software RAID on your system drives as the system has 
to boot before software RAID can be loaded.
Thus you would need a dedicated system drive which the system can boot 
from in order to load software raid on the other two disks.

Not true.  Vinum is your friend (starting on the 16th page of the PDF):
http://www.vinumvm.org/cfbsd/vinum.pdf

If you are using 5.3, you probably want to look into gvinum...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Dell CERC SATA 2S question

2004-12-20 Thread Jonathan Reeder
I just got a Dell PowerEdge SC420 (or something like that) with the CERC
SATA 2S RAID.  When the server boots, the Adaptec utility tells me that I
have one array configured, a RAID 1 with 2 drives.  However, when I launch
the 5.3 installer and go to Allocate Disk Space options, it sees two drives
rather than the single RAID array.  The two drives it sees are ad4 and ad6.
I get an error when I select either of them, saying:

A geometry of 310019/16/63 for ad(4|6) is incorrect.  Using a more likely
geometry...

Any thoughts on how I can get FreeBSD to see my SATA array as an array
rather than as two separate drives?

Thanks a bunch.

Jonathan Reeder
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Dell CERC SATA 2S question

2004-12-20 Thread Roger. O. Svenning
Jonathan Reeder wrote:
I just got a Dell PowerEdge SC420 (or something like that) with the CERC
SATA 2S RAID.  When the server boots, the Adaptec utility tells me that I
have one array configured, a RAID 1 with 2 drives.  However, when I launch
the 5.3 installer and go to Allocate Disk Space options, it sees two drives
rather than the single RAID array.  The two drives it sees are ad4 and ad6.
I get an error when I select either of them, saying:
 

RAID on your SATA controller are not supported by FreeBSD.
If supported you'd see the array as ar0 along with the ad(4|6) entries.
A geometry of 310019/16/63 for ad(4|6) is incorrect.  Using a more likely
geometry...
 

This is quite normal
Any thoughts on how I can get FreeBSD to see my SATA array as an array
rather than as two separate drives?
 

Get a supported SATA controller.
I'm using the HighPoint Rocketraid 15xx ones, tho there seem to be some 
speed issues as I get very low transfer speeds on the arrays.

Roger O. Svenning
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Dell CERC SATA 2S question

2004-12-20 Thread Jonathan Reeder
Hmm, well since I'm stuck with the hardware that I've been given, does
that mean that I need to pursue a different OS?  I'd love to run FreeBSD
on this server, but I can't change any of its hardware so do I need to
look at Linux?

On Mon, 2004-12-20 at 16:29, Roger. O. Svenning wrote:
 Jonathan Reeder wrote:
 
 I just got a Dell PowerEdge SC420 (or something like that) with the CERC
 SATA 2S RAID.  When the server boots, the Adaptec utility tells me that I
 have one array configured, a RAID 1 with 2 drives.  However, when I launch
 the 5.3 installer and go to Allocate Disk Space options, it sees two drives
 rather than the single RAID array.  The two drives it sees are ad4 and ad6.
 I get an error when I select either of them, saying:
   
 
 RAID on your SATA controller are not supported by FreeBSD.
 If supported you'd see the array as ar0 along with the ad(4|6) entries.
 
 A geometry of 310019/16/63 for ad(4|6) is incorrect.  Using a more likely
 geometry...
 
   
 
 This is quite normal
 
 Any thoughts on how I can get FreeBSD to see my SATA array as an array
 rather than as two separate drives?
   
 
 Get a supported SATA controller.
 I'm using the HighPoint Rocketraid 15xx ones, tho there seem to be some 
 speed issues as I get very low transfer speeds on the arrays.
 
 Roger O. Svenning
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]