> Hi Everyone , > This is the first time I am posting a query on > opensolaris and I am kinda new to this blog ,Any help > on the issue would be appreciated > > I am running a T5240 with Solaris 10 where I have 5 > FC Cards Installed , But the server does not see > detect of them , Since the server was new , I thought > may be the cards were not installed Properly , So I > re-seated them , didnt help , So I ordered a New MB > and replaced it , still the same, The below are the > outputs taken from the server , I checked the qlc > driver and they exist > # pkginfo | grep -i qlc > system SUNWqlc Qlogic ISP 2200/2202 Fibre Channel > Device Driver > system SUNWqlcu Qlogic Fibre Channel Adapter > Utilities (usr) > > # prtconf | grep -i fp > fp (driver not attached) > fp (driver not attached) > fp (driver not attached) > fp (driver not attached) > fp (driver not attached) > fp (driver not attached) > # fcinfo hba-port > No Adapters Found. > # > > Thanks in Advance
Hi, Since you're running Solaris 10, it is necessary to know what patch level of SUNWqlc you are running. showrev -p | grep 125166 What are the cards you are running? 1GB, 2GB, 8GB? You will also want to ensure that the qlc driver is loaded modinfo | grep qlc If you have the latest patch set which should be revision 13, you should have the appropriate entries in your /etc driver files. grep qlc /etc/driver_aliases Do the driver_aliases entries match your bindings? mdb -k ::devbindings -q qlc $q What ports are available? luxadm -e port regards chuck -- This message posted from opensolaris.org _______________________________________________ storage-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/storage-discuss
