<?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: Compaq 20/40 DAT Hot Plug Tape Drive not detected in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/compaq-20-40-dat-hot-plug-tape-drive-not-detected/m-p/2853879#M2941</link>
    <description>Odd things..&lt;BR /&gt;&lt;BR /&gt;I've never tried a Tape drive at ID 0, but from basic knowledge of SCSI systems, it seems like a bad idea.  Bump it up to 2 or 3, and see what occurs.&lt;BR /&gt;&lt;BR /&gt;If the 'dmesg' you executed there was right after a boot-up, then the Linux Kernel isn't seeing the tape drive at all.  If the krenel doesn't see the tape drive, you don't have a hope of accessing it aftewards.&lt;BR /&gt;&lt;BR /&gt;The fact that /proc/scsi/scsi is devoid of a device listing also odd.  Do you have any normal SCSI controllers (i.e. NOT a RAID controller?) in the system?  Move the tape onto that bus, and see if the kernel detects it.&lt;BR /&gt;&lt;BR /&gt;According to some kernel documentation on the 'cciss' driver .. "You must enable 'SCSI tape drive support for Smart Array 5xxx' and 'SCSI support' in your kernel configuration to be able to use SCSI tape drives with your Smart Array 5xxx controller".&lt;BR /&gt;&lt;BR /&gt;*blinks* ok, you should read this.. is a fun text file.. RedHat system:&lt;BR /&gt;&lt;BR /&gt;/usr/share/doc/kernel-doc-*/cciss.txt&lt;BR /&gt;&lt;BR /&gt;Has lots of details you'll find interesting with specific regard to SmartArray controllers..&lt;BR /&gt;&lt;BR /&gt;Hope this helps!</description>
    <pubDate>Thu, 28 Nov 2002 02:37:55 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2002-11-28T02:37:55Z</dc:date>
    <item>
      <title>Compaq 20/40 DAT Hot Plug Tape Drive not detected</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compaq-20-40-dat-hot-plug-tape-drive-not-detected/m-p/2853878#M2940</link>
      <description>We have a Compaq ProLiant DL580 G2 Server running Red Hat v7.3.&lt;BR /&gt;Linux does not seem to recognize the Compaq 20/40 DAT Hot Plug&lt;BR /&gt;tape drive.&lt;BR /&gt;&lt;BR /&gt;The drive is connected to the integrated Compaq SmartArray 5i&lt;BR /&gt;RAID controller, which also controls the two internal 36GB SCSI&lt;BR /&gt;hard drives in a RAID 1 mirror.&lt;BR /&gt;&lt;BR /&gt;When the server boots, the hardware (BIOS) detects the tape&lt;BR /&gt;drive on SCSI port 1, SCSI ID 0.&lt;BR /&gt;&lt;BR /&gt;Side Note: The server also has second Compaq SmartArray RAID&lt;BR /&gt;controller managing external storage of 12 SCSI hard drives.&lt;BR /&gt;&lt;BR /&gt;Here are the things we have checked...&lt;BR /&gt;&lt;BR /&gt;Red Hat 7.3  kernel-2.4.18-10bigmem&lt;BR /&gt;===============================================================&lt;BR /&gt;[root]# mt -f /dev/st0 status&lt;BR /&gt;/dev/st0: No such device&lt;BR /&gt;===============================================================&lt;BR /&gt;[root]# cat /proc/scsi/scsi&lt;BR /&gt;Attached devices: none&lt;BR /&gt;===============================================================&lt;BR /&gt;[root]# modprobe st&lt;BR /&gt;[root]#&lt;BR /&gt;&lt;BR /&gt;I think the empty result above is good, as opposed to getting&lt;BR /&gt;a "Can't locate module st" message.&lt;BR /&gt;===============================================================&lt;BR /&gt;[root]# ls /lib/modules/2.4.18-10bigmem/kernel/drivers/scsi/st*&lt;BR /&gt;/lib/modules/2.4.18-10bigmem/kernel/drivers/scsi/st.o&lt;BR /&gt;===============================================================&lt;BR /&gt;[root]# dmesg | grep st&lt;BR /&gt;SCSI subsystem driver Revision: 1.00&lt;BR /&gt;kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter,&lt;BR /&gt; errno = 2&lt;BR /&gt;Compaq CISS Driver (v 2.4.30)&lt;BR /&gt;&lt;BR /&gt;There were other misc lines matching "st", but nothing which&lt;BR /&gt;seemed relevant to this issue.&lt;BR /&gt;===============================================================&lt;BR /&gt;[root]# lsmod&lt;BR /&gt;Module                  Size  Used by    Tainted: PF &lt;BR /&gt;st                     30068   0  (unused)&lt;BR /&gt;nfsd                   79168   8  (autoclean)&lt;BR /&gt;lockd                  58880   1  (autoclean) [nfsd]&lt;BR /&gt;sunrpc                 84148   1  (autoclean) [nfsd lockd]&lt;BR /&gt;autofs                 12548   0  (autoclean) (unused)&lt;BR /&gt;tg3                    45856   1 &lt;BR /&gt;cpqasm                321760  20 &lt;BR /&gt;cpqevt                  9088   2  [cpqasm]&lt;BR /&gt;usb-ohci               22368   0  (unused)&lt;BR /&gt;usbcore                75872   1  [usb-ohci]&lt;BR /&gt;ext3                   70912   9 &lt;BR /&gt;jbd                    53664   9  [ext3]&lt;BR /&gt;cciss                  36800  14 &lt;BR /&gt;sd_mod                 12992   0  (unused)&lt;BR /&gt;scsi_mod              116100   2  [st cciss sd_mod]&lt;BR /&gt;===============================================================&lt;BR /&gt;[root]# cat /etc/modules.conf&lt;BR /&gt;alias parport_lowlevel parport_pc&lt;BR /&gt;alias scsi_hostadapter cciss&lt;BR /&gt;alias eth0 tg3&lt;BR /&gt;alias usb-controller usb-ohci&lt;BR /&gt;===============================================================&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Nov 2002 22:09:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compaq-20-40-dat-hot-plug-tape-drive-not-detected/m-p/2853878#M2940</guid>
      <dc:creator>Jared Middleton</dc:creator>
      <dc:date>2002-11-27T22:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Compaq 20/40 DAT Hot Plug Tape Drive not detected</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compaq-20-40-dat-hot-plug-tape-drive-not-detected/m-p/2853879#M2941</link>
      <description>Odd things..&lt;BR /&gt;&lt;BR /&gt;I've never tried a Tape drive at ID 0, but from basic knowledge of SCSI systems, it seems like a bad idea.  Bump it up to 2 or 3, and see what occurs.&lt;BR /&gt;&lt;BR /&gt;If the 'dmesg' you executed there was right after a boot-up, then the Linux Kernel isn't seeing the tape drive at all.  If the krenel doesn't see the tape drive, you don't have a hope of accessing it aftewards.&lt;BR /&gt;&lt;BR /&gt;The fact that /proc/scsi/scsi is devoid of a device listing also odd.  Do you have any normal SCSI controllers (i.e. NOT a RAID controller?) in the system?  Move the tape onto that bus, and see if the kernel detects it.&lt;BR /&gt;&lt;BR /&gt;According to some kernel documentation on the 'cciss' driver .. "You must enable 'SCSI tape drive support for Smart Array 5xxx' and 'SCSI support' in your kernel configuration to be able to use SCSI tape drives with your Smart Array 5xxx controller".&lt;BR /&gt;&lt;BR /&gt;*blinks* ok, you should read this.. is a fun text file.. RedHat system:&lt;BR /&gt;&lt;BR /&gt;/usr/share/doc/kernel-doc-*/cciss.txt&lt;BR /&gt;&lt;BR /&gt;Has lots of details you'll find interesting with specific regard to SmartArray controllers..&lt;BR /&gt;&lt;BR /&gt;Hope this helps!</description>
      <pubDate>Thu, 28 Nov 2002 02:37:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compaq-20-40-dat-hot-plug-tape-drive-not-detected/m-p/2853879#M2941</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2002-11-28T02:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Compaq 20/40 DAT Hot Plug Tape Drive not detected</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compaq-20-40-dat-hot-plug-tape-drive-not-detected/m-p/2853880#M2942</link>
      <description>Stuart,&lt;BR /&gt;&lt;BR /&gt;The info in your posting led me to what I needed.  To summarize my solution...&lt;BR /&gt;I added the following lines to /etc/rc.d/rc.local:&lt;BR /&gt;&lt;BR /&gt;# In order for the SCSI tape drive to work with the Compaq SMART&lt;BR /&gt;# Array Controller, the Compaq cciss driver must dynamically engage&lt;BR /&gt;# the SCSI core via the /proc filesystem after initialization.&lt;BR /&gt;# For more information see:&lt;BR /&gt;#  /usr/share/doc/kernel-doc-2.4.18/cciss.txt&lt;BR /&gt;&lt;BR /&gt;for x in /proc/driver/cciss/cciss[0-9]*; do&lt;BR /&gt;  echo "engage scsi" &amp;gt; $x&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jared</description>
      <pubDate>Thu, 12 Dec 2002 00:30:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compaq-20-40-dat-hot-plug-tape-drive-not-detected/m-p/2853880#M2942</guid>
      <dc:creator>Jared Middleton</dc:creator>
      <dc:date>2002-12-12T00:30:08Z</dc:date>
    </item>
  </channel>
</rss>

