QLogic QLE2564 Fibre Channel quad FREENAS with 4 ESX HOSTS

mst

Explorer
Joined
Aug 17, 2014
Messages
95
I have already installed QLogic QLE2564 Fibre Channel and looks like I can only use it with one ESX host. It is detected on the other ESX with partition format GPT. On my FreeNas I used as ISCSI. Can I use it on all ESX with single data storage or I have to create separate for each?
 

mst

Explorer
Joined
Aug 17, 2014
Messages
95
This is what I have so far:

root@freenas[~]# cat /etc/ctl.conf
portal-group "default" {
}

portal-group "pg1" {
tag "0x0001"
discovery-filter "portal-name"
discovery-auth-group "no-authentication"
listen "0.0.0.0:3260"
option "ha_shared" "on"
}

lun "MAIN" {
ctl-lun "0"
path "/dev/zvol/sas/sas"
blocksize "512"
serial "90b11c54a04100"
device-id "iSCSI Disk 90b11c54a04100 "
option "vendor" "FreeNAS"
option "product" "iSCSI Disk"
option "revision" "0123"
option "naa" "0x6589cfc000000dcc731f6d49dbb04fc7"
option "insecure_tpc" "on"
option "avail-threshold" "439804651110"
option "pool-avail-threshold" "893353197568"
option "rpm" "7200"
}

target "iqn.2005-10.org.freenas.ctl:constellation-t" {
alias "constellation-t"
portal-group "pg1" "no-authentication"

lun "0" "MAIN"
}

+--------------------------------------------------------------------------------+
+ ctladm port -l @1578005581 +
+--------------------------------------------------------------------------------+
Port Online Frontend Name pp vp
0 YES ioctl ioctl 0 0
1 YES tpc tpc 0 0
2 NO camsim camsim 0 0 naa.5000000215cf5f03
3 YES camtgt isp0 0 0 naa.21000024ff69e570
4 YES camtgt isp1 0 0 naa.21000024ff69e571
5 YES camtgt isp2 0 0 naa.21000024ff69e572
6 YES camtgt isp3 0 0 naa.21000024ff69e573
7 YES iscsi iscsi 1 1 iqn.2005-10.org.freenas.ctl:constellation-t,t,0x0001
 
Last edited:
Top