Linux; Determining The Scsi Id (Linux); Configuring On Linux Systems - HP Ultrium Configuration Manual

Hide thumbs Also See for Ultrium:
Table of Contents

Advertisement

5

Linux

Determining the SCSI ID (Linux)

Look at the output of dmesg to find out what SCSI channel number is used for each connection.
To find out the SCSI IDs in use on each channel, type:
cat /proc/scsi/scsi
This will produce output similar to the following for each device:
Attached Devices
Host: SCSI0 Channel: 00 Id:00 Lun:00
Vendor: HP Model ------------
Type: Direct-Access ANSI SCSI Revision 02
Look at the ID information to establish which IDs are in use.

Configuring on Linux systems

No changes are needed to support Ultrium on Linux platforms, however you should ensure that you
have the relevant drivers loaded.
To see the device drivers loaded currently, execute lsmod . This will give output similar to:
Module
sgm
ide-scsi
lockd
sunrpc
st
sym53c8xx
aic7xxx
The lines of interest here are:
st
sym53c8xx The SCSI chipset driver for the LSI Logic family of HBAs (amongst others).
aic7xxx
Latest SCSI controller drivers for Linux are 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.
Size
Used by
4376
1
7200
0
30792
1
53316
1
24656
0
52096
1
136184
2
The tape driver. Its presence shows that the tape driver is loaded.
The SCSI chipset driver for the Adaptec 7xxx chipset family (such as Adaptec
29160LP).
HP Ultrium drives UNIX configuration guide
23

Advertisement

Table of Contents
loading

Table of Contents