Found my problem:
ARC-1680 assigned JBOD drives to LUNS that were not referenced in 
/kernel/drv/sd.conf and hence solaris wasn't scanning for them.

For those not familiar with this, the default sd.conf looks like this:

Name="sd" class="scsi" target=0 lun=0;
Name="sd" class="scsi" target=1 lun=0;
Name="sd" class="scsi" target=2 lun=0;
Name="sd" class="scsi" target=3 lun=0;
...etc
Name="sd" class="scsi" target=15 lun=0;

I could see in the RAID bios that drives were bing added as (0/0/0) - (0/0/7) 
which meant I needed to add the following to sd.conf:

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=0 lun=7;

Hope this helps someone.
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to