![HP C1537A Скачать руководство пользователя страница 24](http://html.mh-extra.com/html/hp/c1537a/c1537a_technical-reference-manual_157964024.webp)
24 Linux Servers and Workstations
The lines of interest here are:
Latest SCSI controller drivers for Linux will be available from the
manufacturer’s web site.
In order to communicate with a tape device, the operating system needs to
have drivers for the tape and the underlying transport mechanism (the host
bus adaptor) loaded. Ensure that both are available as either loadable
modules (for example, usable with
insmod
and visible with
lsmod
) or are
statically built into your kernel.
Note
In order to add drivers to the statically built kernel you need the
Linux source code available on disk and knowledge of how to
use the kernel building tools that ship with various Linux
distributions. This should not be attempted by novice users.
In order to determine if the drive has been detected by the tape driver at
module load time, execute:
dmesg | grep "st"
This should find a number of lines. One should look like:
Detected SCSI tape st0 at scsi1, channel 0, id 5, lun 0
To load the tape driver module if it is not loaded as above, execute:
insmod st
to load it. This should happen naturally if your system is rebooted after
attaching the drive.
When the
ST
driver module has been added, a list of tape device files will be
created automatically. They reside in the
/dev/
directory and have the
syntax:
/dev/stp or dev/nstp
where:
st
This is the tape driver. Its presence in the output of the
lsmod
command shows that the tape driver is loaded.
ncr53c8xx
This is a SCSI chipset driver for the LSI Logic family of HBAs
(amongst others).
aix7xxx
This is a SCSI chipset driver for the Adaptec 7
xxx
chipset
family (such as Adaptec 29160LP).
p
is the instance number of the device file. (If only one drive is
connected to the system, this will be 0.)
n
indicates that this is a no-rewind driver.
Содержание C1537A
Страница 22: ...22 IBM AIX Servers and Workstations ...
Страница 26: ...26 Linux Servers and Workstations ...
Страница 32: ...32 Silicon Graphics SGI ...
Страница 44: ...44 Introduction to Configuration Switches ...
Страница 62: ...62 index ...