#
# iSCSI Initiator Node's View of the Target Nodes on the iSCSI SAN.
# /etc/sysconfig/initiator
#
#
# Linux 2.[4,6] SCSI Initiator Port related parameters
#
CAN_QUEUE=128
CMD_LUN=64
SG_TABLE=32

#
# Optional: Define the iSNS Server IP address
#
#ISNSSERVER=192.168.5.52

#
# Now define the iSCSI Network Portals for accessing iSCSI Target Nodes.
# Use the iSCSI Initiator Channel construct for each iSCSI Target Node Name
# and iSCSI Target Portal Group Tag combination we want to access in the
# iSCSI Storage Area Network.
#
# ISCSI_CHANNELS value should not exceed its complied counterpart. (64 usually)
# 
ISCSI_CHANNELS=64

#
# Use '#CHANNEL="N 8 eth16 11.23.34.45 3260"' to disable a defined iSCSI CHANNEL
#
# Arguments:
#        (REQUIRED 1st arg) iSCSI Channel (1 iSCSI Session for N Logical Units per CHANNEL=) 
#        (REQUIRED 2nd arg) iSCSI IPv4 Connection Count for iSCSI Session
#        (OPTIONAL 3rd arg) Network Interconnect Device Name (optional)
#        (REQUIRED 4th arg) IPv4 iSCSI Target Node Address
#	 (REQUIRED 5th arg) iSCSI Target Service Port
#	 (REQUIRED 6th arg) Network Interconnect	 
#	 (REQUIRED 7th arg) iSCSI Parameter Keys (seperated by ;)
#	 (REQUIRED 8th arg) iSCSI Channel Attributes (seperated by ;)
#	 (OPTIONAL 9th arg) Target IQN Name
	 
#CHANNEL="0 2 eth0 192.168.0.1 3260 0 AuthMethod=CHAP,None;MaxRecvDataSegmentLength=8192 nopout_timeout=5"	# Example Target 1 - 2 connections to 192.168.0.1:3260
#CHANNEL="0 2 eth1 192.168.1.1 3260 0"	# ""    ""      "" - 2 connections to 192.168.1.1:3260
#CHANNEL="1 2 eth0 192.168.0.2 3260 0 AuthMethod=CHAP,None;MaxRecvDataSegmentLength=8192 nopout_timeout=5"	# Example Target 2 - 2 connections to 192.168.0.2:3260
#CHANNEL="1 2 eth1 192.168.1.2 3260 0"	# ""    ""      "" - 2 connections to 192.168.1.2:3260
