Adaptec 2020SA User Guide - Page 92

Channel Definition Block Keywords – SCSI only, Channel, ConrollerID

Page 92 highlights

ACU for DOS Channel Definition Block Keywords - SCSI only The channel definition block is optional. If used, it always begins with the keyword Channel and ends with the keyword End. The channel definition block keywords are listed in the table below. Keyword Channel End ControllerID Description Used to identify the channel. Indicates the end of a channel definition block. Changes the SCSI ID of the controller. Channel Keyword Channel is an optional keyword that begins a channel definition block and specifies the channel number to which the channel keywords apply. Channels are numbered from zero to the maximum number of channels on the controller minus one. You can include multiple channel definition blocks within a script file, each beginning with a Channel keyword and value. For example: Example Channel=0 ControllerID Keyword ConrollerID is an optional keyword to change the SCSI ID of the controller. Normally, the SCSI controller is assigned SCSI ID 7 on each of its channels. You can specify any ID value between 0 and 7. ! Caution: Do not change the SCSI ID of the controller unless directed to do so by Adaptec Technical Support. Example ControllerID=7 End Keyword End is a required keyword, indicating the end of the block. Example End B-12

  • 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
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169

B-12
ACU for DOS
Channel Definition Block Keywords – SCSI only
The channel definition block is optional. If used, it always begins
with the keyword
Channel
and ends with the keyword
End
. The
channel definition block keywords are listed in the table below.
Channel Keyword
Channel
is an optional keyword that begins a channel definition
block and specifies the channel number to which the channel
keywords apply. Channels are numbered from zero to the
maximum number of channels on the controller minus one.
You can include multiple channel definition blocks within a script file,
each beginning with a
Channel
keyword and value. For example:
Example
Channel=0
ControllerID Keyword
ConrollerID
is an optional keyword to change the SCSI ID of the
controller. Normally, the SCSI controller is assigned SCSI ID 7 on
each of its channels. You can specify any ID value between 0 and 7.
Caution:
Do not
change the SCSI ID of the controller unless
directed to do so by Adaptec Technical Support.
Example
ControllerID=7
End Keyword
End
is a required keyword, indicating the end of the block.
Example
End
Keyword
Description
Channel
Used to identify the channel.
End
Indicates the end of a channel definition block.
ControllerID
Changes the SCSI ID of the controller.
!