qlc or fp drivers? solaris10

hello

I have V240 , solaris10, QLA2342(HBA), connected to AMS500(HDS storage).

1. why I cannot see the Luns on PROM?

2. how I descover luns on the PROM?

-

Details :

-

ok show-devs

.....

/pci@1d,700000/fiber-channel@1,1

/pci@1d,700000/fiber- channel@1

.....

format (the lun is):

4. c3t50060E801022CFD0d0

/pci@1d,700000/fiber-channel@1/fp@0,0/ssd@w50060e801022cfd0,0

root server / > uname -a

SunOS server 5.10 Generic sun4u sparc SUNW,Sun-Fire-V240

root server / > cat /etc/release

Solaris 10 3/05 s10_74L2a SPARC

Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.

Use is subject to license terms.

Assembled 22 January 2005

Preinstall part number 259-4425-01

root server / > luxadm -e port

/devices/pci@1d,700000/fibre-channel@1/fp@0,0:devctl CONNECTED

/devices/pci@1d,700000/fibre-channel@1,1/fp@0,0:devctl CONNECTED

in the /kernel/drv/scsi_vhci.conf, the mpxIO disabled. and I put this :

device-type-scsi-options-list =

"HITACHI DF600F", "symmetric-option";

symmetric-option = 0x1000000;

[1185 byte] By [shayberya] at [2007-11-27 2:48:26]
# 1
check out "show -disks" command from Ok prompt Regards
mtalhaa at 2007-7-12 3:18:46 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2
try probe-scsi-all to discover to lun , im not sure it will work for FC array
mtalhaa at 2007-7-12 3:18:46 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 3

probe-scsi-all is not descover the luns!

only the scsi disks that connected inside or on a D1000 scsi old storage that connected via scsi.

show-disks dosn't show me the luns, only some scsi disks.

why?

which HBA you have and which driver do you use for them, and which Fcode do you put on them?

shayberya at 2007-7-12 3:18:46 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 4
Quite some time ago it was true that 'probe-scsi-all' and equivalents only worked for FC-AL, not for fabric LUNS.I don't know if this is still true, but it makes sense if the FCODE is trying to poll every device on the bus.-- Darren
Darren_Dunhama at 2007-7-12 3:18:46 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 5
Can you post the output of "fcinfo hba-port" ?
ceri_daviesa at 2007-7-12 3:18:46 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 6

Why I cannod download the FCode into the HBA QLA2342?

I must download the FCODE qlc23xxFcode1.16 in order to see the Luns from the PROM.

why?

NOTE : solaris10(11/06), server type V240.

Some outputs :

#>luxadm qlgc_s_download

Found Path to 0 FC100/P, ISP2200, ISP23xx Devices

Complete

#>luxadm -e port

/devices/pci@1d,700000/fibre-channel@1/fp@0,0:devctlCONNECTED

/devices/pci@1d,700000/fibre-channel@1,1/fp@0,0:devctl CONNECTED

#>fcinfo hba-port

HBA Port WWN: 210000e08b87bb76

OS Device Name: /dev/cfg/c3

Manufacturer: QLogic Corp.

Model: QLA2342

Firmware Version: 3.3.117

FCode/BIOS Version: No Fcode found

Type: N-port

State: online

Supported Speeds: 1Gb 2Gb

Current Speed: 2Gb

Node WWN: 200000e08b87bb76

HBA Port WWN: 210100e08ba7bb76

OS Device Name: /dev/cfg/c5

Manufacturer: QLogic Corp.

Model: QLA2342

Firmware Version: 3.3.117

FCode/BIOS Version: No Fcode found

Type: N-port

State: online

Supported Speeds: 1Gb 2Gb

Current Speed: 2Gb

Node WWN: 200100e08ba7bb76

#I Download FCODE from qlogic : qlc23xxFcode1.16.tar

#>luxadm qlgc_s_download -f isp2312.prom

Warning: System is not in single-user mode.

Loading FCode will reset the adapter and terminate I/O activity

Do you wish to continue ? (y/n) y

Found Path to 0 FC100/P, ISP2200, ISP23xx Devices

Complete

#the command DOING NOTHING!!!why?

thanks!

shayberya at 2007-7-12 3:18:46 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 7

I fix the problem -

I download the Fcode version 1.16(found on the Qlogic website) by using the SANSurferCLI.

scli -> Update Flash -> reboot(init 6)

Then I suceeded to see the luns on PROM, by using probe-scsi-all, show-devs, show-disks.

the device path changed after the Fcode downloaded

from -> /pci@1d,700000/fibre-channel@1/fp@0,0

to-> /pci@1d,700000/QLGC,qlc@1/fp@0,0

So I suceed to do also boot from SAN, by creating new lun on this solaris, and by using Live Upgrade to lucreate the current rootdisk(and the swap) to the LUN root disk.

Then luactivate <Lun_root_file_system_lu>

init 6

Then the system is UP without local disks !!!!

:-)

thanks

shayberya at 2007-7-12 3:18:46 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...