Re: Promise RAID array and mounting questions

2008-02-12 Thread Caleb Flynn
I've been using ZFS for several months now and it's been very good.
There were some problems in the beginning which have since been
remedied by using info from the following link:

http://wiki.freebsd.org/ZFSTuningGuide

The setup has is 5 x 320GB drives and 5 x 200GB drives both in RAID-Z
configuration and aggregated into 1 pool.

There was a PSU failure which destroyed the motherboard/proc running
this machine and recovery of the array in a new box was amazingly
easy.

On Feb 12, 2008 12:03 PM, Daniel Eriksson [EMAIL PROTECTED] wrote:
 Trevor Hearn wrote:

  I can see the promise array, it shows us as DA0. The problem
  is what is
  listed in the Dmesg stream shows the right amount of storage
  space on the
  array, but when I use sysinstall, I cannot mount that space
  as the full
  volume. I don't know if I am missing information on what to put for
  geometry, but anything I put does not get accepted as usable.

 You will not be able to use sysinstall for this, the array is too big.
 You should use gpt instead.

 Do you want the entire array as one partition?
 # gpt create /dev/da0
 # gpt add /dev/da0
 # newfs -O2 -U /dev/da0p1  (or 'newfs -O2 -U -i 524288 /dev/da0p1' if
 you have mostly multi-megabyte files)

 If you want multiple partitions you will have to pass a size (in
 sectors) as a parameter to 'gpt add'.

 Beware that you might not be able to fsck the filesystem because of its
 size. I'm not sure how well gjournal handles fsck of large filesystems.
 Personally I'm going with ZFS for my next large array (8x750GB).

 /Daniel Eriksson

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

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


RE: Promise RAID array and mounting questions

2008-02-12 Thread Daniel Eriksson
Trevor Hearn wrote:

 I can see the promise array, it shows us as DA0. The problem 
 is what is
 listed in the Dmesg stream shows the right amount of storage 
 space on the
 array, but when I use sysinstall, I cannot mount that space 
 as the full
 volume. I don't know if I am missing information on what to put for
 geometry, but anything I put does not get accepted as usable.

You will not be able to use sysinstall for this, the array is too big.
You should use gpt instead.

Do you want the entire array as one partition?
# gpt create /dev/da0
# gpt add /dev/da0
# newfs -O2 -U /dev/da0p1  (or 'newfs -O2 -U -i 524288 /dev/da0p1' if
you have mostly multi-megabyte files)

If you want multiple partitions you will have to pass a size (in
sectors) as a parameter to 'gpt add'.

Beware that you might not be able to fsck the filesystem because of its
size. I'm not sure how well gjournal handles fsck of large filesystems.
Personally I'm going with ZFS for my next large array (8x750GB).

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


Re: Promise RAID array and mounting questions

2008-02-12 Thread Derek Ragona

At 09:48 AM 2/12/2008, Trevor Hearn wrote:

Hi there.
I am hoping someone can help me with my question here. I have used freeBSD
for many years, and I am pushing into new territory. I have constructed a 16
1tb drive array from Promise Technologies, and connected it via Fibre to a
Dell server running FreeBSD 6.3.

I can see the promise array, it shows us as DA0. The problem is what is
listed in the Dmesg stream shows the right amount of storage space on the
array, but when I use sysinstall, I cannot mount that space as the full
volume. I don't know if I am missing information on what to put for
geometry, but anything I put does not get accepted as usable.

I know that there is a technique for using targets, etc, but I cannot find
information on doing what I am doing. Well, I don't recognize it as being
what I need. Is there someone or somewhere out there that would have
information that would help me get to the destination I seek?

Thanks!


-Trevor Hearn


Trevor,

I've used promise's hardware in the past.  When I have, I defined the array 
outside FreeBSD.  When I installed FreeBSD it saw the array as just a 
single disk volume, which I partitioned in the sysinstall process.


Do you have the array already created?  What are you seeing in sysinstall 
when you go to partition the volume?


-Derek


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Promise RAID array and mounting questions

2008-02-12 Thread Trevor Hearn
Hi there.
I am hoping someone can help me with my question here. I have used freeBSD
for many years, and I am pushing into new territory. I have constructed a 16
1tb drive array from Promise Technologies, and connected it via Fibre to a
Dell server running FreeBSD 6.3.

I can see the promise array, it shows us as DA0. The problem is what is
listed in the Dmesg stream shows the right amount of storage space on the
array, but when I use sysinstall, I cannot mount that space as the full
volume. I don't know if I am missing information on what to put for
geometry, but anything I put does not get accepted as usable.

I know that there is a technique for using targets, etc, but I cannot find
information on doing what I am doing. Well, I don't recognize it as being
what I need. Is there someone or somewhere out there that would have
information that would help me get to the destination I seek?

Thanks!


-Trevor Hearn

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