Not all storedge 3310 disk showing up

I have a storedge 3310 hooked to my V440 running solaris 8 and not all the logical disks are showing up in the format command. I have a total of 4 logical disks configured on the array, two on the primary controller and 2 on the secondary controller. It appears that I only have one logical drive from each controller appearing. Any help would be appreciated.

Thanks

[386 byte] By [ejohnston] at [2007-11-25 23:03:05]
# 1
Are you only seeing cXtXd0? Take a look in /kernel/drv/sd.conf and see if only LUN 0 is defined. By default Solaris is configured for LUN 0 only.
mlennon at 2007-7-5 17:55:01 > top of Java-index,Storage Forums,Storage General Discussion...
# 2

My disks are showing on two differnt luns:

4. c2t0d0 <SUN-StorEdge3310-0325 cyl 34474 alt 2 hd 64 sec 32>

/<a href="mailto:pci&#64;1c" target="_blank">pci@1c</a>,600000/<a href="mailto:scsi&#64;1" target="_blank">scsi@1</a>/<a href="mailto:sd&#64;0" target="_blank">sd@0</a>,0

5. c4t1d0 <SUN-StorEdge3310-0325 cyl 34474 alt 2 hd 64 sec 32>

/<a href="mailto:pci&#64;1d" target="_blank">pci@1d</a>,700000/<a href="mailto:scsi&#64;1" target="_blank">scsi@1</a>/<a href="mailto:sd&#64;1" target="_blank">sd@1</a>,0

Here is the output from my sd.conf file. After it was modified I reboot -- -r as well as ran a devfsadm -Cv and still not seeing any more drives.

name="sd" class="scsi"

target=3 lun=2;

name="sd" class="scsi"

target=4 lun=2;

name="sd" class="scsi"

target=3 lun=4;

name="sd" class="scsi"

target=4 lun=2;

name="sd" class="scsi"

target=5 lun=2;

name="sd" class="scsi"

target=4 lun=4;

name="sd" class="scsi"

target=5 lun=4;

name="sd" class="scsi"

target=6 lun=4;

Any more help would be great.

thanks

ejohnston at 2007-7-5 17:55:01 > top of Java-index,Storage Forums,Storage General Discussion...
# 3

Can you echo some more of the sd.conf file? I was looking for something like:

name="sd" class="scsi" class_prop="atapi"

target=0 lun=1;

name="sd" class="scsi" class_prop="atapi"

target=0 lun=2;

...

name="sd" class="scsi" class_prop="atapi"

target=1 lun=1;

name="sd" class="scsi" class_prop="atapi"

target=1 lun=2;

name="sd" class="scsi" class_prop="atapi"

target=1 lun=3;

I don't know if you have provided just partial output of sd.conf ( you'll need to define LUNs for target 0 and 1 as well ), if not you'll need to edit the file for various <i>target</i> and <i>LUN</i> combinations ( as above ).

mlennon at 2007-7-5 17:55:01 > top of Java-index,Storage Forums,Storage General Discussion...
# 4

Here you go:

name="sd" class="scsi" class_prop="atapi"

target=0 lun=0;

name="sd" class="scsi" class_prop="atapi"

target=1 lun=0;

name="sd" class="scsi" class_prop="atapi"

target=2 lun=0;

name="sd" class="scsi" class_prop="atapi"

target=3 lun=0;

name="sd" class="scsi"

target=4 lun=0;

name="sd" class="scsi"

target=5 lun=0;

name="sd" class="scsi"

target=6 lun=0;

name="sd" class="scsi"

target=8 lun=0;

name="sd" class="scsi"

target=9 lun=0;

name="sd" class="scsi"

target=10 lun=0;

name="sd" class="scsi"

target=11 lun=0;

name="sd" class="scsi"

target=12 lun=0;

name="sd" class="scsi"

target=13 lun=0;

name="sd" class="scsi"

target=14 lun=0;

name="sd" class="scsi"

target=15 lun=0;

name="sd" class="scsi"

target=3 lun=2;

name="sd" class="scsi"

target=4 lun=2;

name="sd" class="scsi"

target=3 lun=4;

name="sd" class="scsi"

target=4 lun=2;

name="sd" class="scsi"

target=5 lun=2;

name="sd" class="scsi"

target=4 lun=4;

name="sd" class="scsi"

target=5 lun=4;

name="sd" class="scsi"

target=6 lun=4;

Thanks

ejohnston at 2007-7-5 17:55:01 > top of Java-index,Storage Forums,Storage General Discussion...
# 5

Ok, can you update the file with something like the following:

name="sd" class="scsi"

target=0 lun=1;

name="sd" class="scsi"

target=0 lun=2;

name="sd" class="scsi"

target=0 lun=3;

name="sd" class="scsi"

target=0 lun=4;

name="sd" class="scsi"

target=0 lun=5;

name="sd" class="scsi"

target=0 lun=6;

name="sd" class="scsi"

target=1 lun=1;

name="sd" class="scsi"

target=1 lun=2;

name="sd" class="scsi"

target=1 lun=3;

name="sd" class="scsi"

target=1 lun=4;

name="sd" class="scsi"

target=1 lun=5;

name="sd" class="scsi"

target=1 lun=6;

name="sd" class="scsi"

target=2 lun=1;

name="sd" class="scsi"

target=2 lun=2;

name="sd" class="scsi"

target=2 lun=3;

name="sd" class="scsi"

target=2 lun=4;

name="sd" class="scsi"

target=2 lun=5;

name="sd" class="scsi"

target=2 lun=6;

name="sd" class="scsi"

target=3 lun=1;

name="sd" class="scsi"

target=3 lun=2;

name="sd" class="scsi"

target=3 lun=3;

name="sd" class="scsi"

target=3 lun=4;

name="sd" class="scsi"

target=3 lun=5;

name="sd" class="scsi"

target=3 lun=6;

Give it a reboot -- -rv and see if it picks up the drives, if it doesn't help yu out post back and I'll give you an update tomorrow.

mlennon at 2007-7-5 17:55:01 > top of Java-index,Storage Forums,Storage General Discussion...
# 6

That worked however, now when I run format I get the following errors:

8. c4t1d1 <SUN-StorEdge3310-0325 cyl 34474 alt 2 hd 64 sec 32>

/<a href="mailto:pci&#64;1d" target="_blank">pci@1d</a>,700000/<a href="mailto:scsi&#64;1" target="_blank">scsi@1</a>/<a href="mailto:sd&#64;1" target="_blank">sd@1</a>,1

9. c4t1d3 <SUN-StorEdge3310-0325 cyl 34474 alt 2 hd 64 sec 32>

/<a href="mailto:pci&#64;1d" target="_blank">pci@1d</a>,700000/<a href="mailto:scsi&#64;1" target="_blank">scsi@1</a>/<a href="mailto:sd&#64;1" target="_blank">sd@1</a>,3

Specify disk (enter its number): Feb 21 18:10:44 socorro scsi: Vendor 'SUN', product 'StorEdge', 70606848 512 byte blocks

Feb 21 18:10:44 socorro scsi: WARNING: /<a href="mailto:pci&#64;1c" target="_blank">pci@1c</a>,600000/<a href="mailto:scsi&#64;1" target="_blank">scsi@1</a>/<a href="mailto:sd&#64;0" target="_blank">sd@0</a>,2 (sd160):

Feb 21 18:10:44 socorro corrupt label - wrong magic number

Feb 21 18:10:44 socorro scsi:Vendor 'SUN', product 'StorEdge', 70606848 512 byte blocks

Feb 21 18:10:44 socorro scsi: WARNING: /<a href="mailto:pci&#64;1d" target="_blank">pci@1d</a>,700000/<a href="mailto:scsi&#64;1" target="_blank">scsi@1</a>/<a href="mailto:sd&#64;1" target="_blank">sd@1</a>,1 (sd204):

Feb 21 18:10:44 socorro corrupt label - wrong magic number

Feb 21 18:10:44 socorro scsi:Vendor 'SUN', product 'StorEdge', 70606848 512 byte blocks

Will look into thme and see if I can get them resolved.

Thanks

ejohnston at 2007-7-5 17:55:01 > top of Java-index,Storage Forums,Storage General Discussion...
# 7
What I think is happening here is that your LUNs do not have a VTOC ( Volume Table Of Content ). So if you select disk number 9, then <i>partition</i> you can use the tools from that part of format to create slices to store data ( man format for more details ).
mlennon at 2007-7-5 17:55:01 > top of Java-index,Storage Forums,Storage General Discussion...