HP LH4r HP Netserver 10/100TX PCI LAN Adapter Guide - Page 40

AFT for Adapter Fault Tolerance, ALB

Page 40 highlights

Chapter 8 Choosing Adapter Teaming Options NOTE The HPANS.LAN driver requires more resources (memory) than a traditional LAN driver. To accommodate this, the minimum and maximum packet receive buffers need to be increased. The exact numbers depend on the complexity of the team; however, the following settings (which are to be added to the STARTUP.NCF file) should be sufficient for most single team systems. Copy these lines into the STARTUP.NCF file SET MINIMUM PACKET RECEIVE BUFFERS=500 SET MAXIMUM PACKET RECEIVE BUFFERS=2000 Copy these lines into the AUTOEXEC.NCF file ;- Load the base driver for each adapter where x is the primary adapter's slot number and y is the secondary adapter's slot number. load CHPTX slot=x name=primary load CHPTX slot=y name=secondary Do not bind protocols to the base (CHPTX) driver. ;- Load HPANS to form the basis of a team load HPANS ;- Bind HPANS to each physical adapter bind HPANS CHPTX primary bind HPANS CHPTX secondary ;- Use HPANS to commit the team where z is the teaming mode of your choice: Specify AFT for Adapter Fault Tolerance, ALB for Adaptive Load Balancing, or FEC for Fast Ether Channel. load HPANS commit mode=z 32

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64

Chapter 8
Choosing Adapter Teaming Options
32
NOTE
The
HPANS.LAN
driver requires more
resources (memory) than a traditional LAN
driver. To accommodate this, the minimum
and maximum packet receive buffers need to
be increased. The exact numbers depend on
the complexity of the team; however, the
following settings (which are to be added to
the
STARTUP.NCF
file) should be sufficient
for most single team systems.
Copy these lines into the STARTUP.NCF file
SET MINIMUM PACKET RECEIVE
BUFFERS=500
SET MAXIMUM PACKET RECEIVE
BUFFERS=2000
Copy these lines into the AUTOEXEC.NCF file
;- Load the base driver for each adapter
where x is the primary adapter’s slot
number and y is the secondary adapter’s
slot number.
load CHPTX slot=x name=primary
load CHPTX slot=y name=secondary
Do not bind protocols to the base (CHPTX) driver.
;- Load HPANS to form the basis of a team
load HPANS
;- Bind HPANS to each physical adapter
bind HPANS CHPTX primary
bind HPANS CHPTX secondary
;- Use HPANS to commit the team where z is
the teaming mode of your choice:
Specify
AFT for Adapter Fault Tolerance, ALB for
Adaptive Load Balancing, or FEC for Fast
Ether Channel.
load HPANS commit mode=z