HP NetServer LP 2000r HP Netserver Ultra3 SCSI HBA Guide - Page 81

Changing the Maximum Number of LUNs Supported, Enabling Scatter/Gather and Tagged Queuing

Page 81 highlights

char variable = {1,22}; The first number is 1, which overrides the default variable with the value 22. Examples: The following specifies whether the host bus adapter checks parity on incoming SCSI data: ad160_parity[SCSI_NAD160] If the second number is set to 0, parity checking is enabled. If it is set to 1, parity checking is disabled. ad160_parity[SCSI_NAD160] = {First number, second number} If, in this example, you want the host bus adapter not to check parity on incoming SCSI data; define parameters as: ad160_parity[SCSI_NAD160] = {1,0}; Changing the Maximum Number of LUNs Supported The default setting for maximum number of LUNs supported is Disable. To enable this setting, you may have to use vi to edit the space.c file located at: /etc/conf/pack.d/ad160. Modify the following line so that lun=1: int ad160_scan_lun=0 Enabling Scatter/Gather and Tagged Queuing The adl60 driver supports Scatter/Gather and Tagged Queuing; however, the Sdsk (SCSI disk module) driver controls whether these features are enabled or disabled. Look for the Sdsk driver controls in the space. c file located at: /etc/conf/pack. d/Sdsk/space.c 75

  • 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
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120

75
char variable = {1,22};
The first number is 1, which overrides the default variable with the value 22.
Examples:
The following specifies whether the host bus adapter checks parity on incoming
SCSI data:
ad160_parity[SCSI_NAD160]
If the second number is set to 0, parity checking is enabled. If it is set to 1,
parity checking is disabled.
ad160_parity[SCSI_NAD160] = {First number, second
number}
If, in this example, you want the host bus adapter not to check parity on
incoming SCSI data; define parameters as:
ad160_parity[SCSI_NAD160] = {1,0};
Changing the Maximum Number of LUNs Supported
The default setting for maximum number of LUNs supported is
Disable
. To
enable this setting, you may have to use
vi
to edit the
space.c
file located at:
/etc/conf/pack.d/ad160
. Modify the following line so that
lun=1
:
int ad160_scan_lun=0
Enabling Scatter/Gather and Tagged Queuing
The
adl60
driver supports Scatter/Gather and Tagged Queuing; however, the
Sdsk
(SCSI disk module) driver controls whether these features are enabled or
disabled. Look for the
Sdsk
driver controls in the
space. c
file located at:
/etc/conf/pack. d/Sdsk/space.c