asrrin29
Cadet
- Joined
- Feb 20, 2018
- Messages
- 1
Hey all! Just started looking at FreeNAS as a SAN solution for my two host homelab. I have a QLogic QLE2462 dual port 4GB FC card inside of a Dell PowerEdge R510 that is going to be my SAN. I'm running FreeNAS 11.1 and using the guide located here to setup my qlogic card as an iSCSI target.
I'm able to get one of my hosts to recognize the SAN, but not a second one. I've verified that either host can see the SAN if I plug them into the first set of fibre ports, so it's not bad cards and/or fibre cables. I'm pretty sure that the second set of ports isn't in Target mode for whatever reason. I thought I had the right syntax down, as I've added the following to my "Tunables" page:
But the second port isn't coming up. On the physical card, all three lights for the second port are slowly blinking , while the one working is solid.
Does anyone have any ideas?
I'm able to get one of my hosts to recognize the SAN, but not a second one. I've verified that either host can see the SAN if I plug them into the first set of fibre ports, so it's not bad cards and/or fibre cables. I'm pretty sure that the second set of ports isn't in Target mode for whatever reason. I thought I had the right syntax down, as I've added the following to my "Tunables" page:
Code:
- variable:ispfw_load ____value:YES_________type:loader___(start HBA firmware)?
- variable:ctl_load ______value:YES _________type:loader___(start ctl service)?
- variable:hint.isp.0.role__value:0 (zero)______type:loader___(target mode FC port 1)?
- variable:hint.isp.1.role __value:0 (zero)______type:loader___(target mode FC port 2)?
- variable:hint.isp.2.role __value:0 (zero)______type:loader___(target mode FC port 3)?
- variable:hint.isp.3.role __value:0 (zero)______type:loader___(target mode FC port 4)?
- variable:ctladm _______value:port -o on -t fc _type:loader___(bind the ports)?
But the second port isn't coming up. On the physical card, all three lights for the second port are slowly blinking , while the one working is solid.
Does anyone have any ideas?