Hi,
I am trying to build a simple SAN usingFREEBSD FreeBSD 9.2, a QLOGIC QLE2462 card and a direct connection to a Windows Server 2012 initiator (same QLE2462 card in it).
I added the following lines to the /boot/loader.conf file (no change with or without those parameters):
I added the following lines to the /boot/device.hints file (to put the card in target mode and to increase the log level):
Using the
And the 4 Gb LED on the card is flashing all the time.
Using the same hardware components I am succesful with OpenIndiana and Open-E DSS.
Any help greatly appreciated.
Thanks in advance
Guillaume
I am trying to build a simple SAN using
I added the following lines to the /boot/loader.conf file (no change with or without those parameters):
Code:
isp_load="YES"
ispfw_load="YES"
Code:
hint.isp.0.role="1"
hint.isp.1.role="1"
hint.isp.0.debug="0x30f"
hint.isp.1.debug="0x30f"
ctladm port -l command I can't see my FC card (no isp0 or isp1 line):
Code:
Port Online Type Name pp vp WWNN WWPN
0 NO IOCTL CTL ioctl 0 0 0 0
1 NO INTERNAL CTL internal 0 0 0 0
2 NO INTERNAL ctl2cam 0 0 0x5000000d3043db00 0x5000000d3043db
And the 4 Gb LED on the card is flashing all the time.
Using the same hardware components I am succesful with OpenIndiana and Open-E DSS.
Any help greatly appreciated.
Thanks in advance
Guillaume