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 alphabetically in the
following table.
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.
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 ICP 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.
ControllerID
Changes the SCSI ID of the controller.
End
Indicates the end of a channel definition block.
!