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

2007-12-30 Thread James C. McPherson
Hi Arun, 
your bug was logged as 6646118.

I have moved it to what we believe is the appropriate category, but
it is marked as "incomplete" until we get the following information:


(a) which SAS hba driver are you using?
(b) which SAS hba card are you using?
(c) what target devices are you attaching? If you're using a SAS array,
please tell us which array model.
(d) if you're using a driver.conf file, a copy of that file clearly indicating
any changes that you have made to it.


We also need the output of the following commands:


dmesg
prtconf -v
prtpicl -v
cfgadm -lav
uname -a
isainfo -v
/usr/X11/bin/scanpci -v


Once you've got that information together, please email me directly
(use the reply-to for this message) and I will continue the triage process
so we can provide you with more closely targeted help.


James C. McPherson
--
Senior Kernel Software Engineer, Solaris
Sun Microsystems
http://blogs.sun.com/jmcp   http://www.jmcp.homeunix.com/blog
 
 
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-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

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


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


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

2007-12-27 Thread Arun
Hi,

I am trying to configure around 20 Target devices on a SAS controller. I see a 
difference in Solaris Express edition and Solaris 10 Update 4. 

On Solaris 10 Update 4:
- I am able to see all the 20 Target devices on a SAS controller.

But on Solaris Express edition,
- I am able to see only 16 Target devices on this controller. 


My question is 
- Do we need to change any configuration in Solaris Express edition to see all 
the target devicesc connected to the controller?

Kindly advice.

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