<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SCSI tape drive problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061354#M6460</link>
    <description>If the tape drive is certified with Linux, it should have instructions on how to integrate it into the kernel.&lt;BR /&gt;&lt;BR /&gt;Since it worked in a different machine you probably don't have a compatiability issue.&lt;BR /&gt;&lt;BR /&gt;HP does test the tape units with various scsi cards.&lt;BR /&gt;&lt;BR /&gt;Red Hat 6.2 is getting a little old and if the tape drive was created after Red Hat 6.2 the manual procedures outlined in the first post are the only way to go.&lt;BR /&gt;&lt;BR /&gt;What does the surestore certification matrix say? &lt;BR /&gt;&lt;BR /&gt;I would also check on the first machine if there isn't already a scsi card with the same scsi id in the box. Not likely but possible.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 02 Sep 2003 15:01:08 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-09-02T15:01:08Z</dc:date>
    <item>
      <title>SCSI tape drive problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061351#M6457</link>
      <description>Dear,&lt;BR /&gt;&lt;BR /&gt; I had a SCSI tape unit(SureStore 40e) and SCSI card(DPT-PM3334UW) on RedHat Linux 6.2.&lt;BR /&gt;I can't find the device in /proc/scsi/scsi.&lt;BR /&gt;&lt;BR /&gt;Then I moved them(tape unit and scsi card) to another RedHat Linux 6.2, I could find the tape unit info in /proc/scsi/scsi.&lt;BR /&gt;&lt;BR /&gt;Does someone know what's the problem that I encountered ? Or where I need to check to see more detail info ?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot !&lt;BR /&gt;&lt;BR /&gt;Jackson</description>
      <pubDate>Tue, 02 Sep 2003 12:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061351#M6457</guid>
      <dc:creator>Jackson Chen</dc:creator>
      <dc:date>2003-09-02T12:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI tape drive problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061352#M6458</link>
      <description>This means either one of three things:&lt;BR /&gt;&lt;BR /&gt;1) The first server has no driver configured for DPT card and thus can't see the SCSI tape;&lt;BR /&gt;&lt;BR /&gt;2) The first server didn't autoload the SCSI board driver and its modules, something that has been addressed in the second machine.&lt;BR /&gt;&lt;BR /&gt;3) The second server has support to both card and tape drive built into the kernel - that is, DPT and ST drivers are compiled as parts of the kernel and not modules.&lt;BR /&gt;&lt;BR /&gt;In the first and third cass, you must recompile your kernel to add support to both the SCSI board and SCSI tape. Look for "EATA ISA/EISA?PCI" (CONFIG_SCSI_EATA) for DPT Card and "SCSI Tape Support" (CONFIG_CHR_DEV_ST) for Tape Support. Use "Y" instead of "M" to force the drivers to be compiled into the kernel.&lt;BR /&gt;&lt;BR /&gt;In the second case, verify "/etc/modules.conf" to see if there is any mention of ST and DPT drivers. Then copy the definitions into the first machine.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Paulo Fessel</description>
      <pubDate>Tue, 02 Sep 2003 14:27:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061352#M6458</guid>
      <dc:creator>Paulo A G Fessel</dc:creator>
      <dc:date>2003-09-02T14:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI tape drive problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061353#M6459</link>
      <description>Dear Paulo,&lt;BR /&gt;&lt;BR /&gt; Many thanks for your input.&lt;BR /&gt;&lt;BR /&gt;The first server worked perfectly with the scsi card and tape unit few weeks ago.&lt;BR /&gt;&lt;BR /&gt;Then I installed the TapeWare software for Linux(shiped with HP tape unit) and used it to make several backup successfully.&lt;BR /&gt;&lt;BR /&gt;From 2 weeks ago, the RedHat Linux could not detect the tape unit.&lt;BR /&gt;&lt;BR /&gt;I had checked the two RedHat Linux boxes, they have the same /etc/conf.modules :&lt;BR /&gt;------------------------------------&lt;BR /&gt;alias eth0 3c59x&lt;BR /&gt;alias parport_lowlevel parport_pc&lt;BR /&gt;alias scsi_hostadapter eata&lt;BR /&gt;------------------------------------&lt;BR /&gt;&lt;BR /&gt;Do you have other ideas ?&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;&lt;BR /&gt;Jackson&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Sep 2003 14:57:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061353#M6459</guid>
      <dc:creator>Jackson Chen</dc:creator>
      <dc:date>2003-09-02T14:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI tape drive problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061354#M6460</link>
      <description>If the tape drive is certified with Linux, it should have instructions on how to integrate it into the kernel.&lt;BR /&gt;&lt;BR /&gt;Since it worked in a different machine you probably don't have a compatiability issue.&lt;BR /&gt;&lt;BR /&gt;HP does test the tape units with various scsi cards.&lt;BR /&gt;&lt;BR /&gt;Red Hat 6.2 is getting a little old and if the tape drive was created after Red Hat 6.2 the manual procedures outlined in the first post are the only way to go.&lt;BR /&gt;&lt;BR /&gt;What does the surestore certification matrix say? &lt;BR /&gt;&lt;BR /&gt;I would also check on the first machine if there isn't already a scsi card with the same scsi id in the box. Not likely but possible.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Sep 2003 15:01:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061354#M6460</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-02T15:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI tape drive problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061355#M6461</link>
      <description>Ok.&lt;BR /&gt;&lt;BR /&gt;The first thing you should do is certify yourself whether both your installations use modules or not. It seems from your /etc/modules.conf that they do use them.&lt;BR /&gt;&lt;BR /&gt;Then, check your /lib/modules/&lt;KERNELVERSION&gt;/modules.dep file and check dependencies for st module. They should be the same on both machines. Also, try issuing a "modprobe st" command at the faulted server. Something similar to this should appear:&lt;BR /&gt;&lt;BR /&gt;QLogic ISP1020 SCSI on PCI bus 00 device 5&lt;BR /&gt;8 irq 10 MEM base 0xd2900000&lt;BR /&gt;st: Version 20020805, bufsize 32768, wrt 30720, max init. bufs 4, s/g segs 16&lt;BR /&gt;&lt;BR /&gt;(Of course, this is from my hardware, and the messages may vary, but you should see a message from st driver informing that it's been attached to the system.)&lt;BR /&gt;&lt;BR /&gt;It will also be interesting to notice whether your SCSI controller or SCSI tape show up before starting up TapeWare. This is because the st module may not be loaded unless requested by TapeWare.&lt;BR /&gt;&lt;BR /&gt;Make these tests and let us know.&lt;BR /&gt;&lt;BR /&gt;[]'s&lt;BR /&gt;Paulo Fessel&lt;/KERNELVERSION&gt;</description>
      <pubDate>Tue, 02 Sep 2003 19:29:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061355#M6461</guid>
      <dc:creator>Paulo A G Fessel</dc:creator>
      <dc:date>2003-09-02T19:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI tape drive problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061356#M6462</link>
      <description>Dear Paulo,&lt;BR /&gt;&lt;BR /&gt;   Quite good anwser!&lt;BR /&gt;&lt;BR /&gt;1. both of the installation use modules.&lt;BR /&gt;&lt;BR /&gt;2. the dependencies for st module are the   &lt;BR /&gt;   same in both Linux boxes:  &lt;BR /&gt;---------------------------------------------&lt;BR /&gt;/lib/modules/2.2.14-5.0/net/hostess_sv11.o:     /lib/modules/2.2.14-5.0/net/z85230.o /lib/modules/2.2.14-5.0/net/strip.o:&lt;BR /&gt;/lib/modules/2.2.14-5.0/scsi/st.o: &amp;lt;--- here&lt;BR /&gt;/lib/modules/2.2.14-5.0/scsi/ultrastor.o:&lt;BR /&gt;/lib/modules/2.2.14-5.0/misc/dstr.o:    /lib/modules/2.2.14-5.0/misc/paride.o&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;does it mean there is no dependency for st ?&lt;BR /&gt;&lt;BR /&gt;3. I tried to load st modules manually, here is the output :&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;[root@lttrs02 2.2.14-5.0]# modprobe st&lt;BR /&gt;Note: /etc/conf.modules is more recent than /lib/modules/2.2.14-5.0/modules.dep&lt;BR /&gt;[root@lttrs02 2.2.14-5.0]# lsmod&lt;BR /&gt;Module                  Size  Used by&lt;BR /&gt;st                     24556   0  (unused)&lt;BR /&gt;ide-scsi                7080   0&lt;BR /&gt;lockd                  30344   1  (autoclean)&lt;BR /&gt;sunrpc                 52132   1  (autoclean) [lockd]&lt;BR /&gt;3c59x                  18980   1  (autoclean)&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;I don't understand the term "unused" means.&lt;BR /&gt;&lt;BR /&gt;I also attached the output of dmesg for your good reference:&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;3c59x.c:v0.99H 11/17/98 Donald Becker eth0: 3Com 3c905C Tornado at 0x1000,  00:50:04:bc:2b:2e, IRQ 11&lt;BR /&gt;  8K byte-wide RAM 5:3 Rx:Tx split, autoselect/Autonegotiate interface.&lt;BR /&gt;  MII transceiver found at address 24, status 782d.&lt;BR /&gt;  Enabling bus-master transmits and whole-frame receives.&lt;BR /&gt;scsi0 : SCSI host adapter emulation for IDE ATAPI devices&lt;BR /&gt;scsi : 1 host.&lt;BR /&gt;st: bufsize 32768, wrt 30720, max buffers 4, s/g segs 16.&lt;BR /&gt;scsi : 1 host.&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Before using TapeWare, I use tar to backup my Oracle dump file on that RedHat Linux for several months. After TapeWare installation, I also use it to perform some backup. Now, the /dev/st0 was not seen and both tar and TapeWare were stopped.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your kindly support !&lt;BR /&gt;&lt;BR /&gt;Jackson</description>
      <pubDate>Wed, 03 Sep 2003 06:40:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061356#M6462</guid>
      <dc:creator>Jackson Chen</dc:creator>
      <dc:date>2003-09-03T06:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI tape drive problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061357#M6463</link>
      <description>Your Red Hat is old... 6.2 doesn't include devfs, and so I can't send you the setup I used home in my DAT-DDS3. BTW, I'm backing my machine now with Arkeia Lite, so it works.&lt;BR /&gt;&lt;BR /&gt;Anyway, you can ever load the scsi module into your initrd. Just remake your existing initrd adding these switches:&lt;BR /&gt;&lt;BR /&gt;"--with scsi_mod --with=eata --with=st"&lt;BR /&gt;&lt;BR /&gt;The switches must appear in this order, as this is the order that the drivers will follow when the initrd loads.&lt;BR /&gt;&lt;BR /&gt;Try to do this in the faulted server. If it works, you can use this setup in the working server too.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Paulo Fessel</description>
      <pubDate>Wed, 03 Sep 2003 12:17:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061357#M6463</guid>
      <dc:creator>Paulo A G Fessel</dc:creator>
      <dc:date>2003-09-03T12:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI tape drive problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061358#M6464</link>
      <description>Dear Paulo,&lt;BR /&gt;&lt;BR /&gt;  Many thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;I knew RedHat 6.2 was old, but I could not install Oracle8i in a newer version like Redhat 7.3 or 8 .... or 9.&lt;BR /&gt;&lt;BR /&gt;I found that the /proc/pci displayed my SCSI card info correctly :&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;  Bus  1, device  13, function  0:&lt;BR /&gt;    SCSI storage controller: DPT SmartCache/Raid (rev 2).&lt;BR /&gt;      Medium devsel.  BIST capable.  IRQ 11.  Master Capable.  Latency=64.  Min Gnt=4.Max&lt;BR /&gt;Lat=8.&lt;BR /&gt;      I/O at 0x1080 [0x1081].&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;so, the problem might be tape unit modules?&lt;BR /&gt;but even I loaded st module, I could not use tar to backup.&lt;BR /&gt;Besides, the tape unit works in another RedHat.&lt;BR /&gt;&lt;BR /&gt;Would you explain more detail how to apply initrd ? Because I could not find this fine or someting like this.&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;&lt;BR /&gt;Jackson&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Sep 2003 13:29:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061358#M6464</guid>
      <dc:creator>Jackson Chen</dc:creator>
      <dc:date>2003-09-03T13:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI tape drive problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061359#M6465</link>
      <description>I had read one article on the web, illustrate something related to Linux-SCSI-tape. Here is the content :&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;Assuming this is a scsi tape drive, here are a few things to check to try and find out why your software isn't seeing the drive:&lt;BR /&gt;&lt;BR /&gt;- is a scsi driver for your SCSI interface card loaded?  To access a tape drive you need the driver for your particular interface, the low level scsi driver, and the scsi tape driver.  As root, you should be able to do `/sbin/modprobe st`, which will load all of these drivers for you.  Afterwards, do a `/sbin/lsmod` and make sure drivers were&lt;BR /&gt;  loaded.  Also, `dmesg` may say something - if your scsi interface driver was loaded as a result of these commands, the driver will probe&lt;BR /&gt;  the SCSI bus and should report on any devices it finds.&lt;BR /&gt;&lt;BR /&gt;- `cat /proc/scsi/scsi` will list all scsi devices on your system (assuming the drivers are loaded).  Here's an example:&lt;BR /&gt;&lt;BR /&gt;[djholm@stkenmvr3a djholm]$ cat /proc/scsi/scsi&lt;BR /&gt;  Attached devices: &lt;BR /&gt;  Host: scsi0 Channel: 00 Id: 01 Lun: 00 Vendor: STK      Model: 9840   Rev: 1.28&lt;BR /&gt;Type:   Sequential-Access      ANSI SCSI revision: 03&lt;BR /&gt;  Host: scsi3 Channel: 00 Id: 01 Lun: 00 Vendor: STK      Model: 9840   Rev: 1.28   Type:   Sequential-Access      ANSI SCSI revision: 03&lt;BR /&gt;&lt;BR /&gt;  Both of these are tape drives.  `ls /proc/scsi` will also show any&lt;BR /&gt;  scsi interfaces:&lt;BR /&gt;&lt;BR /&gt;  [djholm@stkenmvr3a djholm]$ ls -l /proc/scsi&lt;BR /&gt;  total 0&lt;BR /&gt;  dr-xr-xr-x   2 root     root            0 Oct 22 13:34 aic7xxx&lt;BR /&gt;  -rw-r--r--   1 root     root            0 Oct 22 13:34 scsi&lt;BR /&gt;&lt;BR /&gt;  In this case this machine has an Adaptec interface, which uses the aic7xxx driver.&lt;BR /&gt;&lt;BR /&gt;  If your DAT drive isn't listed in /proc/scsi/scsi, there's likely a cabling or termination problem.  You might try going into the BIOS screen for your SCSI adapter (for Adaptec, I think you hit 'alt-A'&lt;BR /&gt;  during booting) and checking whether the adapter can see the device.&lt;BR /&gt;&lt;BR /&gt;- if you've found your DAT listed in /proc/scsi/scsi, you should be able&lt;BR /&gt;  to interact with it via 'mt' commands.  The first scsi tape drive is accessed via /dev/st0 or /dev/nst0.  As root, try &lt;BR /&gt;     `mt -f /dev/nst0 status`&lt;BR /&gt;  to see whether your system can send a command to the device.  If the command fails, use `dmesg` to see what errors were posted.  If the command times out, there could be an interrupt conflict, bad or misused PCI slot, etc...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For SCSI tape drives, you must be able to do the things listed above or&lt;BR /&gt;your backup software will not work.&lt;BR /&gt;&lt;BR /&gt;Don Holmgren&lt;BR /&gt;Fermilab&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;&lt;BR /&gt; I have my scsi card detected by OS (/proc/pci)&lt;BR /&gt; &lt;BR /&gt; I have my tape unit detected bu scsi card BIOS&lt;BR /&gt; (scsi id 4, detected by scsi card BIOS)&lt;BR /&gt;&lt;BR /&gt; I am sure the cabling and SCSI terminating   &lt;BR /&gt; was correct(I moved them to another server   &lt;BR /&gt; and they work fine)&lt;BR /&gt;&lt;BR /&gt; But the tape was not detected by OS, even I  &lt;BR /&gt; loaded st modules ........&lt;BR /&gt;&lt;BR /&gt; Any tips ?&lt;BR /&gt;&lt;BR /&gt;thanks &amp;amp; best regards&lt;BR /&gt;&lt;BR /&gt;Jackson</description>
      <pubDate>Wed, 03 Sep 2003 14:20:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061359#M6465</guid>
      <dc:creator>Jackson Chen</dc:creator>
      <dc:date>2003-09-03T14:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI tape drive problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061360#M6466</link>
      <description>mkinitrd is the command you are looking for.&lt;BR /&gt;&lt;BR /&gt;have a look at man mkinitrd nothing to it realy.&lt;BR /&gt;&lt;BR /&gt;one more thing what does the command mt reply ?&lt;BR /&gt;&lt;BR /&gt;# mt -f /dev/st0 status&lt;BR /&gt;&lt;BR /&gt;and do you see the tape from dmesg ?&lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Sep 2003 14:22:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061360#M6466</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-09-03T14:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI tape drive problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061361#M6467</link>
      <description>You should take care about the order you're loading modules. You must load in this order:&lt;BR /&gt;&lt;BR /&gt;1. scsi_mod (SCSI linux abstraction layer)&lt;BR /&gt;2. eata (SCSI driver)&lt;BR /&gt;3. st (SCSI tape driver)&lt;BR /&gt;&lt;BR /&gt;You can arrange this dependency in /etc/modules.conf file. Just add the line&lt;BR /&gt;&lt;BR /&gt;pre-install st modprobe eata&lt;BR /&gt;&lt;BR /&gt;which will load the SCSI board driver automatically when you issue a "modprobe st".&lt;BR /&gt;&lt;BR /&gt;THIS SHOULD WORK. If it doesn't, there may be a problem with your hardware, or even IRQ conflicts. Confirm also that there is no IRQ sharing with ISA cards; my home system locked up yesterday because one ISA card had been set up for IRQ 9 and was getting IRQ 7.</description>
      <pubDate>Wed, 03 Sep 2003 16:46:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061361#M6467</guid>
      <dc:creator>Paulo A G Fessel</dc:creator>
      <dc:date>2003-09-03T16:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI tape drive problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061362#M6468</link>
      <description>You should take care about the order you're loading modules. You must load them in this order:&lt;BR /&gt;&lt;BR /&gt;1. scsi_mod (SCSI linux abstraction layer)&lt;BR /&gt;2. eata (SCSI driver)&lt;BR /&gt;3. st (SCSI tape driver)&lt;BR /&gt;&lt;BR /&gt;You can arrange this dependency in /etc/modules.conf file. Just add the line&lt;BR /&gt;&lt;BR /&gt;pre-install st modprobe eata&lt;BR /&gt;&lt;BR /&gt;which will load the SCSI board driver automatically when you issue a "modprobe st".&lt;BR /&gt;&lt;BR /&gt;THIS SHOULD WORK. If it doesn't, there may be a problem with your hardware, or even IRQ conflicts. Confirm also that there is no IRQ sharing with ISA cards; my home system locked up yesterday because one ISA card had been set up for IRQ 9 and was getting IRQ 7.</description>
      <pubDate>Wed, 03 Sep 2003 16:47:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061362#M6468</guid>
      <dc:creator>Paulo A G Fessel</dc:creator>
      <dc:date>2003-09-03T16:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI tape drive problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061363#M6469</link>
      <description>Dear,&lt;BR /&gt;&lt;BR /&gt;   I tried it with another way.&lt;BR /&gt;&lt;BR /&gt;First, I changed the DPT scsi card to Adaptec 29160N and kept tape unit unchanged.&lt;BR /&gt;&lt;BR /&gt;Then, I modified this line in /etc/conf.modules&lt;BR /&gt;&amp;lt;&lt;FROM&gt;&amp;gt;&lt;BR /&gt; alias scsi_hostadapter eata  &lt;BR /&gt;&amp;lt;&lt;TO&gt;&amp;gt;&lt;BR /&gt; alias scsi_hostadapter aic7xxx&lt;BR /&gt;and then reboot&lt;BR /&gt;&lt;BR /&gt;After that, I loaded 2 modules manually:&lt;BR /&gt;&lt;BR /&gt;  modprobe aic7xxx&lt;BR /&gt;  modprobe st&lt;BR /&gt;&lt;BR /&gt;and I could see my tape unit, use the device to perform the backup successfully !&lt;BR /&gt;&lt;BR /&gt;I found that the ide-scsi module occupied sscsi0, 29160N and HP tape unit occupied scsi1.&lt;BR /&gt;&lt;BR /&gt;My problem is : how could I get the DPT scsi card work with HP tape unit ? They worked together on this RedHat in the past and they work fine in another RedHat 6.2 now !!&lt;BR /&gt;&lt;BR /&gt;Is this problem related to modules ?&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;&amp;lt;&lt;CONTENT of="" conf.modules=""&gt;&amp;gt;&lt;BR /&gt;alias eth0 3c59x&lt;BR /&gt;alias parport_lowlevel parport_pc&lt;BR /&gt;alias scsi_hostadapter eata&lt;BR /&gt;&amp;lt;&lt;OUTPUT of="" lsmod=""&gt;&amp;gt;&lt;BR /&gt;Module        Size  Used by&lt;BR /&gt;ide-scsi      7080   0&lt;BR /&gt;lockd         30344   1  (autoclean)&lt;BR /&gt;sunrpc        52132   1  (autoclean) [lockd]&lt;BR /&gt;3c59x         18980   1  (autoclean)&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;&lt;BR /&gt;Jackson&lt;BR /&gt;&lt;/OUTPUT&gt;&lt;/CONTENT&gt;&lt;/TO&gt;&lt;/FROM&gt;</description>
      <pubDate>Thu, 04 Sep 2003 13:46:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061363#M6469</guid>
      <dc:creator>Jackson Chen</dc:creator>
      <dc:date>2003-09-04T13:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI tape drive problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061364#M6470</link>
      <description>I don't think so. If the only thing you have changed is the driver (eata to aic7xxx) and the tape drive was detected it seems obvious to me that the problem lies on your DPT card. One sounding evidence of this is the fact that even with eata driver loaded you can't see your tape drive.&lt;BR /&gt;&lt;BR /&gt;I suggest you to check the card configuration that is shown during the server POST. Verify that bus speed is correct, if the device allows disconnection and if the drive is detected by the POST program of the board. &lt;BR /&gt;&lt;BR /&gt;Check also if there are bended pins on the cable(s). This may affect your operation too. &lt;BR /&gt;&lt;BR /&gt;Finally, if the firmware of the board is upgradeable, you may try to update it. I don't recommend flashing your tape drive, as it was (and is) working normally with the Adaptec 29160.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Paulo Fessel</description>
      <pubDate>Thu, 04 Sep 2003 14:15:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061364#M6470</guid>
      <dc:creator>Paulo A G Fessel</dc:creator>
      <dc:date>2003-09-04T14:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI tape drive problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061365#M6471</link>
      <description>Dear Paulo,&lt;BR /&gt;&lt;BR /&gt;  Thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;The DPT card works fine and the OS could detect it under /proc/scsi. Actually it worked very well in this server few weeks ago and it also works in another RedHat 6.2 without PIN/CABLE/TERMINATOR problem.&lt;BR /&gt;&lt;BR /&gt;Like my prevous post, I just changed the moudle from eata to aic7xxx and load st again, it works. Does it mean my eata module has problem ?&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;&lt;BR /&gt;Jackson</description>
      <pubDate>Fri, 05 Sep 2003 11:05:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061365#M6471</guid>
      <dc:creator>Jackson Chen</dc:creator>
      <dc:date>2003-09-05T11:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI tape drive problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061366#M6472</link>
      <description>If your card gets detected then there is no problem with your DPT card.&lt;BR /&gt;&lt;BR /&gt;If you're getting too many troubles with your setup, I suggest you to grab an Adaptec 2940 card. They are cheap these days and are proven technology - I've got one for my DAT3 drive and I haven't had a single glitch.&lt;BR /&gt;&lt;BR /&gt;Also, it is not clear if you're sharing the card's bus with other devices, but it is a best practice keep the tape drive alone (or at least in a exclusive bus of your SCSI card), as tape drives may overload the bus.&lt;BR /&gt;&lt;BR /&gt;Are you absolutely sure that there were no changes on DPT card configuration? Could you configure the card for factory defaults and see what happens?&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Paulo Fessel</description>
      <pubDate>Fri, 05 Sep 2003 12:45:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061366#M6472</guid>
      <dc:creator>Paulo A G Fessel</dc:creator>
      <dc:date>2003-09-05T12:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI tape drive problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061367#M6473</link>
      <description>Dear Paulo,&lt;BR /&gt;&lt;BR /&gt;  Thanks for your continually input.&lt;BR /&gt;&lt;BR /&gt;I tried to change back to DPT card and manually loaded :&lt;BR /&gt;&lt;BR /&gt;   modprobe eata&lt;BR /&gt;   modprobe st&lt;BR /&gt;&lt;BR /&gt;and then I could use the DPT card and HP tape unit to backup again !&lt;BR /&gt;&lt;BR /&gt;Why my /etc/conf.modules not loaded the modules correctly ? Should I check something in my system ?&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;&lt;BR /&gt;Jackson&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Sep 2003 13:31:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061367#M6473</guid>
      <dc:creator>Jackson Chen</dc:creator>
      <dc:date>2003-09-09T13:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI tape drive problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061368#M6474</link>
      <description>Well, /etc/conf.modules is deprecated - nowadays all of us use /etc/modules.conf.&lt;BR /&gt;&lt;BR /&gt;I think that's interesting to check your modutils version - AFAIK, even the latest version of modutils in RH6.2 uses /etc/modules.conf instead of /etc/conf.modules. &lt;BR /&gt;&lt;BR /&gt;[]'s&lt;BR /&gt;Paulo Fessel</description>
      <pubDate>Tue, 09 Sep 2003 14:12:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scsi-tape-drive-problem/m-p/3061368#M6474</guid>
      <dc:creator>Paulo A G Fessel</dc:creator>
      <dc:date>2003-09-09T14:12:36Z</dc:date>
    </item>
  </channel>
</rss>

