SUMMARY: A1000 and Raid Manager 6.22

From: Michael Fernando (michael_fdo@yahoo.com)
Date: Mon Mar 24 2003 - 23:50:30 EST


[This is a repost. The summary I sent a few weeks back seems to
 have gone to the bit bucket. ]

Thanks to:
 Chris Pinnock
 Luca Pizzinato

Original query:

> I have an A1000 connected to a Sol8 box running Raid Manager 6.22.
> Instead of the GUI (rm6) I wanted to see if I could create LUNs using
> /usr/lib/osa/bin/raidutil. After setting aside a hot spare, the total
> capacity of the array is 172346 MB. I want to create 8 LUNs each the
> size of 21543 MB.
>
> It is able to create the first LUN, but nothing more. The output
> I get is below. What am I doing wrong?
>
> ./raidutil -c c1t5d0 -D all -l 5 -n 0,1,2,3,4,5,6,7 -r slow -s 21543 -z
> 64,64,64,64,64,64,64,64 -g 10,11,12,13,14,15,20,21,22,23,24
> LUNs found on c1t5d0.
> LUN 0 RAID 5 21543 MB
> Deleting all existing LUNs.
> Press Control C to abort.
> Deleting LUN 0.
>
> LUNs successfully deleted
> Capacity available in drive group: 352965760 blocks (172346 MB).
> Creating LUN 0
>
> Registering new logical unit 0 with system.
> Formatting logical unit 0 RAID 5 21543 MB
> LUNs found on c1t5d0.
> LUN 0 RAID 5 21543 MB
>
> LUNs successfully created
>
> raidutil succeeded!
> Auto configure failed
> Auto configure failed
> Auto configure failed
> Auto configure failed
> Auto configure failed
> Auto configure failed
> Auto configure failed

Even though the man page says the above command should work, it
didn't work. I figured out that creating each lun, one at a time
is possible even when using all the disks in the -g option.

I ended up doing this:

foreach i (0 1 2 3 4 5 6 7)
foreach? ./raidutil -c c1t5d0 -l 5 -n $i -s 21543 -g \
10,11,12,13,14,15,20,21,22,23,24
foreach? end

Luca Pizzinato suggests that a "sleep 300" be inserted between
each successive iteration. Mine worked even without the sleep.

--
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers


This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:26:03 EDT