I am having a strange problem creating LUNs on my Sun A1000 RAID module.
raidutil -c c2t5d0 -n 0,1,2,3,4,5,6,7,8,9 -s
17275,17275,17275,17275,17275,17275,17275,17275,17275,16871 -l 5 -g
10,20,11,21,12,22,13,23,14,24,25
No existing LUNs were found on c2t5d0.
^CCapacity available in drive group: 352965760 blocks (172346 MB).
Creating LUN 0
Registering new logical unit 0 with system.
^CFormatting logical unit 0 RAID 5 17275 MB LUNs found on c2t5d0.
LUN 0 RAID 5 17275 MB
Creating LUN 1
Registering new logical unit 1 with system.
^CFormatting logical unit 1 RAID 5 17275 MB LUNs found on c2t5d0.
LUN 0 RAID 5 17275 MB
LUN 1 RAID 5 17275 MB
Creating LUN 2
Registering new logical unit 2 with system.
^CFormatting logical unit 2 RAID 5 17275 MB LUNs found on c2t5d0.
LUN 0 RAID 5 17275 MB
LUN 1 RAID 5 17275 MB
LUN 2 RAID 5 17275 MB
Creating LUN 3
As you can see, it hangs after every 'Registering new logical unit ...'
Pressing 'Ctrl-C', as you can see above, jolts it into proceeding!
What is going on? Why is it* after creating each LUN?
Thanks