|
||||||||||||
|
|
Next
Previous
Contents
6. Boot Arguments for SCSI Peripherals.This section contains the descriptions of the boot args that are used for passing information about the installed SCSI host adapters, and SCSI devices.
6.1 Arguments for Upper and Mid-level DriversThe upper level drivers handle all things SCSI, regardless of whether they be disk, tape, or CD-ROM. The mid level drivers handle things like disks, CD-ROMs and tapes without getting into low level host adapter device driver specifics.
Maximum Probed LUNs (`max_scsi_luns=')Each SCSI device can have a number of `sub-devices' contained within itself. The most common example is any of the SCSI CD-ROMs that handle more than one disk at a time. Each CD is addressed as a `Logical Unit Number' (LUN) of that particular device. But most devices, such as hard disks, tape drives and such are only one device, and will be assigned to LUN zero. The problem arises with single LUN devices with bad firmware. Some poorly designed SCSI devices (old and unfortunately new) can not handle being probed for LUNs not equal to zero. They will respond by locking up, and possibly taking the whole SCSI bus down with them. The kernel has a configuration option that allows you to set the maximum number of probed LUNs. The default is to only probe LUN zero, to avoid the problem described above. To specify the number of probed LUNs at boot, one enters `max_scsi_luns=n' as a boot arg, where n is a number between one and eight. To avoid problems as described above, one would use n=1 to avoid upsetting such broken devices
SCSI Logging (`scsi_logging=')Supplying a non-zero value to this boot argument turns on
logging of all SCSI events (error, scan, mlqueue, mlcomplete,
llqueue, llcomplete, hlqueue, hlcomplete). Note that
better control of which events are logged can be obtained
via the
Parameters for the SCSI Tape Driver (`st=')Some boot time configuration of the SCSI tape driver can be achieved by using the following:
st=buf_size[,write_threshold[,max_bufs]]
The first two numbers are specified in units of kB.
The default
st=32,30,2
Full details can be found in the
6.2 Arguments for SCSI Host Adapter Drivers
These are arguments for low level SCSI host device drivers, and as such are typically only used by those that compile their own kernel with the SCSI driver built in. These people are advised to check the source for the latest list of options that can be supplied to their driver.
Next Previous Contents | |||||||||||
|
||||||||||||