mfi raid tool for freebsd?

2008-12-24 Thread Omer Faruk SEN

I have a server with LSI MegaSAS 1064R RAID controller which is recognized as 
mfid0 . Is there a tool that i can query the status of the raid also the status 
of disks? I have tried smartmontools but it didn't work at all..

Regards
  

-- 
Best regards,
 Omer  mailto:o...@faruk.net
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re[2]: mfi raid tool for freebsd?

2008-12-24 Thread Omer Faruk SEN
Which is broken: 
 
Unfetchable - mark as BROKEN

But thanks again.

Wednesday, December 24, 2008, 4:10:17 PM, you wrote:

 Hello Omer,

 Wednesday, December 24, 2008, 1:32:05 PM, you wrote:

 I have a server with LSI MegaSAS 1064R RAID controller which is
 recognized as mfid0 . Is there a tool that i can query the status of
 the raid also the status of disks? I have tried smartmontools but it didn't 
 work at all..

 Port:   linux-megacli-1.01.40_2
 Path:   /usr/ports/sysutils/linux-megacli
 Info:   LSI MegaRAID SAS controller management utility

 Unfortunately, we do not have native tool yet :-(
 It would be nice to ask LSI to port it to FreeBSD.




-- 
Best regards,
 Omermailto:o...@faruk.net
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: mfi raid tool for freebsd?

2008-12-24 Thread Daniel Gerzo
Hello Omer,

Wednesday, December 24, 2008, 1:32:05 PM, you wrote:

 I have a server with LSI MegaSAS 1064R RAID controller which is
 recognized as mfid0 . Is there a tool that i can query the status of
 the raid also the status of disks? I have tried smartmontools but it didn't 
 work at all..

Port:   linux-megacli-1.01.40_2
Path:   /usr/ports/sysutils/linux-megacli
Info:   LSI MegaRAID SAS controller management utility

Unfortunately, we do not have native tool yet :-(
It would be nice to ask LSI to port it to FreeBSD.

-- 
Best regards,
 Danielmailto:dan...@freebsd.org

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


raid tool ZFS RAID-Z2 (RAID6)

2008-11-06 Thread Pieter Donche

raidz is available for Freebsd through the file system format ZFS
and is similar to RAID-5.

Is that in FreeBSD 7.0 Production release?

But there is also RAID-Z2 which uses two forms of parity to achieve
results similar to RAID6: the ability to sustain up to two drive
failures without losing data..

Does Freebsd 7.0 production release also support raid-z2?

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


raid tool

2008-11-03 Thread Brent Clark

Hiya

New to BSD, Using FreeBSD 7.
I need to build a test fileserver,  but I want it to use Raid 5. 
Googling says I must use vinum.


Looking in the ports I see its not available. The links / sites google 
suggests were moderately old, so my question is, whats the tool for raid?


TIA

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


Re: raid tool

2008-11-03 Thread John Nielsen
On Monday 03 November 2008 09:19:45 am Brent Clark wrote:
 New to BSD, Using FreeBSD 7.
 I need to build a test fileserver,  but I want it to use Raid 5.
 Googling says I must use vinum.

You have a few options, but strictly speaking the best-supported way to do 
RAID5 in FreeBSD is to use gvinum (vinum's GEOM-ified successor). It is 
part of the base system and not in ports.

There is also an unofficial geom_raid5 module, but last I was aware it 
still had some issues (and you'd have to grab the source and built it 
manually).

 Looking in the ports I see its not available. The links / sites google
 suggests were moderately old, so my question is, whats the tool for
 raid?

If you replace raid5 with redundancy and n-1 capacity then you could 
also look at geom_raid3, which is much simpler to configure than gvinum 
and also part of the base system. Additionally, FreeBSD 7.x has 
experimental support for ZFS (again in the base system and not in ports). 
That includes raidz, which is designed to have all of the good features 
of raid5 and none of the bad. I use it and it works well but you will 
need to do some reading and some manual tuning of your system. You'll 
also want a system with plenty of RAM and preferrably running 
FreeBSD-amd64 (vs FreeBSD-i386).

If you want to look in to RAID1 or RAID1+0 see geom_mirror and 
geom_stripe, also in the base system.

JN

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


Re: raid tool

2008-11-03 Thread Brent Clark

John Nielsen wrote:
If you replace raid5 with redundancy and n-1 capacity then you could 
also look at geom_raid3, which is much simpler to configure than gvinum 
and also part of the base system. Additionally, FreeBSD 7.x has 
experimental support for ZFS (again in the base system and not in ports). 
That includes raidz, which is designed to have all of the good features 
of raid5 and none of the bad. I use it and it works well but you will 
need to do some reading and some manual tuning of your system. You'll 
also want a system with plenty of RAM and preferrably running 
FreeBSD-amd64 (vs FreeBSD-i386).


If you want to look in to RAID1 or RAID1+0 see geom_mirror and 
geom_stripe, also in the base system.


JN


Hiya

Thanks for this. I was looking at ZFS and I am impress with what I read, 
unfortunately no AMD 64 and I only have 1Gig Ram.


Thanks again.

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


Re: raid tool

2008-11-03 Thread Jeremy Chadwick
On Mon, Nov 03, 2008 at 05:19:29PM +0200, Brent Clark wrote:
 John Nielsen wrote:
 If you replace raid5 with redundancy and n-1 capacity then you 
 could also look at geom_raid3, which is much simpler to configure than 
 gvinum and also part of the base system. Additionally, FreeBSD 7.x has  
 experimental support for ZFS (again in the base system and not in 
 ports). That includes raidz, which is designed to have all of the good 
 features of raid5 and none of the bad. I use it and it works well but 
 you will need to do some reading and some manual tuning of your system. 
 You'll also want a system with plenty of RAM and preferrably running  
 FreeBSD-amd64 (vs FreeBSD-i386).

 If you want to look in to RAID1 or RAID1+0 see geom_mirror and  
 geom_stripe, also in the base system.

 JN

 Hiya

 Thanks for this. I was looking at ZFS and I am impress with what I read,  
 unfortunately no AMD 64 and I only have 1Gig Ram.

You can use ZFS on i386 and with 1GB RAM.

-- 
| Jeremy Chadwickjdc at parodius.com |
| Parodius Networking   http://www.parodius.com/ |
| UNIX Systems Administrator  Mountain View, CA, USA |
| Making life hard for others since 1977.  PGP: 4BD6C0CB |

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


Re: raid tool

2008-11-03 Thread (-K JohnNy
 Thanks for this. I was looking at ZFS and I am impress with what I read, 
 unfortunately no AMD 64 and I only have 1Gig Ram.

I can tell you I'm using ZFS on an i386 desktop with 1 GB RAM and it
is working flawlessly after some tuning, more specifically:

# For ZFS
vm.kmem_size=521M
vm.kmem_size_max=512M
vfs.zfs.arc_min=16M
vfs.zfs.arc_max=64M
vfs.zfs.vdev.cache.size=5M
vfs.zfs.debug=1
vfs.zfs.prefetch_disable=1

in /boot/loader.conf.local

Today it finished the compilation openoffice.org-alllangs-3.0.0
successfully (after 1 day and 14:42:21). Before tuning the options
I have, there were some problems and the machine used to hang after
some 3 or 4 hours of compilation but from the moment I added the
options on I didn't have a single crash of the machine.
So maybe you could still give it a try...? (-;

Michal Petrucha

 Thanks again.
 
 Regards
 Brent Clark

-- 
(-K JohnNy alias Partial Derivative ∂
[home] http://johnny64.fixinko.sk/
[icq] 338328204 [abandoned]
[jabber] [EMAIL PROTECTED]
[skype] JohnNy64-konik [abandoned]


pgpuT92bE44X9.pgp
Description: PGP signature


Re: raid tool

2008-11-03 Thread Wojciech Puchar

New to BSD, Using FreeBSD 7.
I need to build a test fileserver,  but I want it to use Raid 5. Googling 
says I must use vinum.


there is geom_raid5 available but not integrated with FreeBSD

google,download,compile,use



Looking in the ports I see its not available. The links / sites google 
suggests were moderately old, so my question is, whats the tool for raid?


TIA

Regards
Brent Clark
___
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: raid tool

2008-11-03 Thread Wojciech Puchar

If you replace raid5 with redundancy and n-1 capacity then you could
also look at geom_raid3, which is much simpler to configure than gvinum


and slower with random reads.

if he needs it for large files, then it's excellent.


and also part of the base system. Additionally, FreeBSD 7.x has
experimental support for ZFS (again in the base system and not in ports).
That includes raidz, which is designed to have all of the good features
of raid5 and none of the bad.


it gives performance of raid3 rather than raid5.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]