I haven't seen code go into mpxio that supports HDS midrange failover. It could be that the AMS supports TPGS multipathng but ... I haven't heard either way.
If you had to fake out mpxio by saying the AMD was symmetric then you are probably not in the proper config but HDS is the one that says yes or no.
Why I cannot download the FCode into the HBA QLA2342?
I must download the FCODE qlc23xxFcode1.16 in order to see the Luns from the PROM.
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:devctl CONNECTED
/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!
> How can I put Fcode without luxadm command?
This is really a question for QLogic support and not Sun support, as luxadm again is meant to be used with legacy Sun 2Gb HBAs and is not meant for a non-Sun HBA.
So I would use their support forum to get some insight on this:
http://solutions.qlogic.com/KanisaSupportSite/forum/forumshome.do?id=m3
In short though, you probably need QLogic's SANsurfer CLI utility to flash the FCode on the HBA.
http://support.qlogic.com/support/os_detail.asp?productid=255&osid=22
the problem was fixed :-)
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