3ware raid array

Jonathan Horne freebsd at dfwlp.com
Thu Dec 21 19:18:32 PST 2006


On Thursday 21 December 2006 18:01, hal wrote:
> On Dec 21, 2006, at 4:22 PM, Eric wrote:
> > hal wrote:
> >> Is there software that will let me manage a 3Ware raid array while
> >> FreeBSD is running?
> >>
> >> Here is what I have:
> >>
> >> FreeBSD 6.1
> >> 3Ware 7500-8 and 7500-4
> >
> > check out the 3dm port
>
> Thanks I will give it a try.
>
> hal

i recommend:

sysutils/tw_cli

output looks like this:

[root at procyon ~]# tw_cli info c0

Unit  UnitType  Status         %Cmpl  Stripe  Size(GB)  Cache  AVerify  IgnECC
------------------------------------------------------------------------------
u0    RAID-1    OK             -      -       19.0136   ON     -        -       
u2    RAID-1    OK             -      -       74.5294   ON     -        -       
u4    RAID-5    OK             -      64K     335.368   ON     -        -       

Port   Status           Unit   Size        Blocks        Serial
---------------------------------------------------------------
p0     OK               u0     19.01 GB    39876480      052111127926
p1     OK               u0     19.01 GB    39876480      052108686589
p2     OK               u2     74.53 GB    156301488     5JVH6BMV
p3     OK               u2     74.53 GB    156301488     5JVHBRTZ
p4     OK               u4     111.79 GB   234441648     5JS1PH96
p5     OK               u4     111.79 GB   234441648     5JS26XWN
p6     OK               u4     111.79 GB   234441648     5JT2AXFT
p7     OK               u4     111.79 GB   234441648     5JS201B5

i made a script that looks like this:

#!/usr/local/bin/bash
tw_cli c0 info

and drop it into periodic/daily, and the above output is included in the daily 
email.

cheers,
jonathan



More information about the freebsd-questions mailing list