Re: [osol-help] Unable to see more than 16 targets on a SAS controller

2007-12-30 Thread Arun
Hi,

Thanks a lot. Your idea worked.

All my disks were getting registered as scsi disks. And the disk sequence was 
from sd0 to sd15. 

The file /kernel/drv/sd.conf was having the following entries 
name=sd class=scsi target=0 lun=0
---
---
---
name=sd class=scsi target=15 lun=0



So  I edited the file for the target sequence to go up to 128 targets. Now I am 
able to see all the target devices. 

Thanks a lot for the timely help.

Regards,
Arun
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Unable to see more than 16 targets on a SAS controller

2007-12-28 Thread John Brewer
Submit a RFE on http://www.opensolaris.org/bug/report.jspa with the output of 
boot with the kernel using the -v option in grub using e for edit or add the -v 
to the /boot/grub/menu.lst kernel entry:
prtdiag -v ; cat /etc/release ; uname -a ; prtconf -pv ; cat /var/adm/messages 
; cfgadm -al ; /usr/X11/bin/scanpci -v and /usr/X11/bin/scanpci
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Unable to see more than 16 targets on a SAS controller

2007-12-28 Thread John Brewer
 Submit a RFE on
 http://www.opensolaris.org/bug/report.jspa with the
 output of boot with the kernel using the -v option in
 grub using e for edit or add the -v to the
 /boot/grub/menu.lst kernel entry:
 prtdiag -v ; cat /etc/release ; uname -a ; prtconf
 -pv ; cat /var/adm/messages ; cfgadm -al ;
 /usr/X11/bin/scanpci -v and /usr/X11/bin/scanpci

Also you can try adding to the /kernel/drv/df.conf as a work around
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org