<?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 Linux RH 3.0 recognize only 7 tape drives. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-rh-3-0-recognize-only-7-tape-drives/m-p/3514425#M69970</link>
    <description>I have Linux RedHad 3.0 (update 4), with Emulex HBA.&lt;BR /&gt;my machine connected to P3000 Library.&lt;BR /&gt;the problem is that the machine recognize only 7 tape drives.&lt;BR /&gt;&lt;BR /&gt;cat /proc/scsi/scsi show only &lt;BR /&gt;7 tape drives, but hbanyware show all 10 drives and the robot.&lt;BR /&gt;&lt;BR /&gt;what can I do to recognize all tape drives? &lt;BR /&gt;</description>
    <pubDate>Wed, 30 Mar 2005 10:33:24 GMT</pubDate>
    <dc:creator>asaf_9</dc:creator>
    <dc:date>2005-03-30T10:33:24Z</dc:date>
    <item>
      <title>Linux RH 3.0 recognize only 7 tape drives.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rh-3-0-recognize-only-7-tape-drives/m-p/3514425#M69970</link>
      <description>I have Linux RedHad 3.0 (update 4), with Emulex HBA.&lt;BR /&gt;my machine connected to P3000 Library.&lt;BR /&gt;the problem is that the machine recognize only 7 tape drives.&lt;BR /&gt;&lt;BR /&gt;cat /proc/scsi/scsi show only &lt;BR /&gt;7 tape drives, but hbanyware show all 10 drives and the robot.&lt;BR /&gt;&lt;BR /&gt;what can I do to recognize all tape drives? &lt;BR /&gt;</description>
      <pubDate>Wed, 30 Mar 2005 10:33:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rh-3-0-recognize-only-7-tape-drives/m-p/3514425#M69970</guid>
      <dc:creator>asaf_9</dc:creator>
      <dc:date>2005-03-30T10:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Linux RH 3.0 recognize only 7 tape drives.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rh-3-0-recognize-only-7-tape-drives/m-p/3514426#M69971</link>
      <description>I think you need a driver from emulex for Linux to handle this.&lt;BR /&gt;&lt;BR /&gt;SCSI supports at least 15 devices nowadays, but the default driver seemingly does not.&lt;BR /&gt;&lt;BR /&gt;I would check to see that the SCSI Id setup is correct on the tape array.&lt;BR /&gt;&lt;BR /&gt;Also, if this device is part of a scsi chain, it needs a scsi card all to itself. Even if there is no conflict, a chained setup will create i/o bottlenecks and peformance issues.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 30 Mar 2005 20:24:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rh-3-0-recognize-only-7-tape-drives/m-p/3514426#M69971</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-03-30T20:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Linux RH 3.0 recognize only 7 tape drives.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rh-3-0-recognize-only-7-tape-drives/m-p/3514427#M69972</link>
      <description>Don't think this has anyting to do with the Emulex driver, or even the SCSI part.&lt;BR /&gt;&lt;BR /&gt;The linux kernel driver has a hard-coded limit of 7 tape drives. &lt;BR /&gt;&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt; st.h &amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;#define ST_NBR_MODE_BITS 2&lt;BR /&gt;#define ST_MODE_SHIFT (7 - ST_NBR_MODE_BITS)&lt;BR /&gt;#define ST_MAX_TAPES (1 &amp;lt;&amp;lt; ST_MODE_SHIFT)&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt; /st.h &amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;From the README.st file:&lt;BR /&gt;The maximum number of tape devices is determined by the define ST_MAX_TAPES. If more tapes are detected at driver initialization, the maximum is adjusted accordingly.&lt;BR /&gt;&lt;BR /&gt;Your best bet is to email the st driver maintainer =&amp;gt; Kai.Makisara@kolumbus.fi&lt;BR /&gt;Or post a request to the Linux Kernel  Mailinglist&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Mar 2005 01:40:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rh-3-0-recognize-only-7-tape-drives/m-p/3514427#M69972</guid>
      <dc:creator>Eric van Dijken</dc:creator>
      <dc:date>2005-03-31T01:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Linux RH 3.0 recognize only 7 tape drives.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rh-3-0-recognize-only-7-tape-drives/m-p/3514428#M69973</link>
      <description>Or you could try a 2.6 kernel. Never used it but the sources (st.h) says that:&lt;BR /&gt;#define ST_MAX_TAPES 128&lt;BR /&gt;&lt;BR /&gt;So this problem may be solved in RHEL4. Try it and please post the results.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Mar 2005 02:06:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rh-3-0-recognize-only-7-tape-drives/m-p/3514428#M69973</guid>
      <dc:creator>Eric van Dijken</dc:creator>
      <dc:date>2005-03-31T02:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Linux RH 3.0 recognize only 7 tape drives.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rh-3-0-recognize-only-7-tape-drives/m-p/3514429#M69974</link>
      <description>Thanks,&lt;BR /&gt;I will try it soon and write an update here.</description>
      <pubDate>Thu, 31 Mar 2005 09:18:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rh-3-0-recognize-only-7-tape-drives/m-p/3514429#M69974</guid>
      <dc:creator>asaf_9</dc:creator>
      <dc:date>2005-03-31T09:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Linux RH 3.0 recognize only 7 tape drives.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rh-3-0-recognize-only-7-tape-drives/m-p/3514430#M69975</link>
      <description>I need to work with RH 3.0.&lt;BR /&gt;I think I will change this parameter hard coded, and then try to work with.&lt;BR /&gt;&lt;BR /&gt;Is this way recomended ?&lt;BR /&gt;&lt;BR /&gt;if yes, the parameter now is:&lt;BR /&gt;" #define ST_MAX_TAPES (1 &amp;lt;&amp;lt; ST_MODE_SHIFT)"&lt;BR /&gt;&lt;BR /&gt;if I will just change it to&lt;BR /&gt;" #define ST_MAX_TAPES 128 " is it o.k. ?&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Mar 2005 09:39:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rh-3-0-recognize-only-7-tape-drives/m-p/3514430#M69975</guid>
      <dc:creator>asaf_9</dc:creator>
      <dc:date>2005-03-31T09:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Linux RH 3.0 recognize only 7 tape drives.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rh-3-0-recognize-only-7-tape-drives/m-p/3514431#M69976</link>
      <description>As far as I understand from readme.st, "If more tapes are detected at driver initialization, the maximum is adjusted accordingly.", so IMHO we don't have hardlimit = 7 tapes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SCSI howto says "The st driver is capable of recognizing 32 tape drives"</description>
      <pubDate>Thu, 31 Mar 2005 10:29:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rh-3-0-recognize-only-7-tape-drives/m-p/3514431#M69976</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-03-31T10:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Linux RH 3.0 recognize only 7 tape drives.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rh-3-0-recognize-only-7-tape-drives/m-p/3514432#M69977</link>
      <description>By default, the Linux SCSI driver only looks for 8 luns (luns 0 to 7).&lt;BR /&gt;&lt;BR /&gt;Add "max_scsi_luns=128" and "scsi_allow_ghost_devices=1" to your boot string or the options scsi_mod in /etc/modules.conf.&lt;BR /&gt;&lt;BR /&gt;My modules.conf has "options scsi_mod max_scsi_luns=128 scsi_allow_ghost_devices=1&lt;BR /&gt;".&lt;BR /&gt;&lt;BR /&gt;Bill&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Mar 2005 12:15:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rh-3-0-recognize-only-7-tape-drives/m-p/3514432#M69977</guid>
      <dc:creator>Bill Rothanburg</dc:creator>
      <dc:date>2005-03-31T12:15:04Z</dc:date>
    </item>
  </channel>
</rss>

