##
# Copyright 2008 Hewlett-Packard Development Company, L.P.
# All Rights Reserved
# 02/30/08 jpd. For 1.2.2 NC37x  iSCSI BIOS
#
# Consult the IETF iSP iSCSI for details of these items.
#
##
# Name of the iSCSI Target. Must match what the target offers.
# Hard coded Target IP .. No DNS support
#
TargetName=iqn.2003-05.com.hp1510i:disk01
TargetIP=10.10.10.13
#TargetIP2=10.10.10.13
##
# local name the iSCSI client will present to the Target
# and local IP settings. No DNS or DHCP support
#
InitiatorName=iqn.client01
InitiatorIP=10.10.10.02
InitiatorNetmask=255.255.255.0
InitiatorRoute=10.10.10.1
TargetPort=3260
#TargetPort2=

## Locally Admin Address (MAC address) and VLAN (Enabled/Disabled)
#
LAA=000000000000
VLAN=Disabled
## LUN Mapping 
#
LUN=0
## Replaces Embedded HD C:\ (if present) regardless of RBSU controller order.
## Should be set to False for servers that support the network adapter in the 
## RBSU controller order menu.
ForceBoot=True
#
## Set to True for Windows 2003 installation.  Set to false for Linux installation.
## Leaves Int 13 interface enabled to avoid TCP/IP timeouts during long 
## periods of inactivity.
UseBIOSInterface=False
#
#
## Set to True for Windows 2003 installation using pure HBA TOE mode.
#  Set false for Windows to boot NDIS native.
#  Set to false for Linux installation.

WindowsHBAMode=False
#
# Digest (CheckSum) data or Headers. Must match target setting.
#
DataDigest=False
HeaderDigest=False
## Account Login information
# . The AuthMethod values are: None,CHAP, and (TwoWay) MutualCHAP,
#
AuthMethod=None
CHAPUsername=iqn.1991-05.com.microsoft:comfort.txn.cpqcorp.net
CHAPSecret=Some12day123
CHAPMSecret=BetterThanThat
