<?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: ultrium 230 tape drive on rhel 3 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ultrium-230-tape-drive-on-rhel-3/m-p/4909448#M45795</link>
    <description>Hello Stuart,&lt;BR /&gt;&lt;BR /&gt;    Thanks for the help. There was /proc/driver/cciss/cciss0 in my system and I gave echo "engage scsi" &amp;gt; /proc/driver/cciss/cciss0 . After that the tape drive was accessible at /dev/st0.&lt;BR /&gt;&lt;BR /&gt;    Also, I found that the tape drive was inaccesible after a reboot. I had to put an entry in /etc/rc.d/rc.local, as you had mentioned. &lt;BR /&gt;&lt;BR /&gt;As the problem is sorted out, could you pls tell me what kind of magic this echo command is doing so that the SA start detecting the tape drive? &lt;BR /&gt;&lt;BR /&gt;Thanks and Best Regards,&lt;BR /&gt;Sunil Kumar</description>
    <pubDate>Mon, 04 Jul 2005 09:10:09 GMT</pubDate>
    <dc:creator>Sunil Kumar K.U.</dc:creator>
    <dc:date>2005-07-04T09:10:09Z</dc:date>
    <item>
      <title>ultrium 230 tape drive on rhel 3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ultrium-230-tape-drive-on-rhel-3/m-p/4909443#M45790</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;   i have a proliant server DL380 G4 running Red Hat Linux Advanced Server Version-3 update-4. There is a HP Storageworks Ultrium230 tape drive connected to the External connector of the Smart Array-6i controller. It is observed that during boot up the array controller BIOS detects this Tape drive at SCSI ID-3.&lt;BR /&gt;&lt;BR /&gt;   But the OS doesn't sense this drive. I couldn't find any drivers available for this drive on the net. Anybody here faced similar issue? or anybody has a working system with similar setup? Any help will be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks and Best regards,&lt;BR /&gt;Sunil Kumar</description>
      <pubDate>Tue, 28 Jun 2005 02:54:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ultrium-230-tape-drive-on-rhel-3/m-p/4909443#M45790</guid>
      <dc:creator>Sunil Kumar K.U.</dc:creator>
      <dc:date>2005-06-28T02:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: ultrium 230 tape drive on rhel 3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ultrium-230-tape-drive-on-rhel-3/m-p/4909444#M45791</link>
      <description>You don't need any extra drivers, the drive will be supported by the OS as is.&lt;BR /&gt;&lt;BR /&gt;What you need to do though is to force the SA6i to tell the OS that the tape is there.&lt;BR /&gt;&lt;BR /&gt;Because the SA6i is a RAID controller, it needs a bit of a poke to make it show up in a recognizable fashion.&lt;BR /&gt;&lt;BR /&gt;Start by reading '/usr/share/doc/kernel-doc-*/cciss.txt'.  It outline's everything, and has a good discussion on why it's needed.&lt;BR /&gt;&lt;BR /&gt;The short/simple answer is to try this:&lt;BR /&gt;&lt;BR /&gt;for x in /proc/driver/cciss/cciss[0-9]*&lt;BR /&gt;do&lt;BR /&gt;echo "engage scsi" &amp;gt; $x&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;From there, you should see a 'Sequential Access' device listed in '/proc/scsi/scsi', and should be able to 'modprobe st' and use '/dev/st0' &amp;amp; '/dev/nst0'.</description>
      <pubDate>Tue, 28 Jun 2005 03:00:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ultrium-230-tape-drive-on-rhel-3/m-p/4909444#M45791</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-06-28T03:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: ultrium 230 tape drive on rhel 3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ultrium-230-tape-drive-on-rhel-3/m-p/4909445#M45792</link>
      <description>Can u paste the portion of the dmesg where the message for drive and scsi card detection comes</description>
      <pubDate>Tue, 28 Jun 2005 05:05:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ultrium-230-tape-drive-on-rhel-3/m-p/4909445#M45792</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2005-06-28T05:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: ultrium 230 tape drive on rhel 3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ultrium-230-tape-drive-on-rhel-3/m-p/4909446#M45793</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;  Thanks Stuart for the quick reply. As you said I shall execute the commands. Is this step required only once or do we need to do it after every reboot? &lt;BR /&gt;&lt;BR /&gt;  Let me try this step and get back.&lt;BR /&gt;&lt;BR /&gt;Bejoy: As I said before, the OS doesn't recognise the tape drive, therefore there are no entries for it in dmesg output.&lt;BR /&gt;&lt;BR /&gt;Thanks and Best Regards,&lt;BR /&gt;Sunil Kumar</description>
      <pubDate>Tue, 28 Jun 2005 08:54:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ultrium-230-tape-drive-on-rhel-3/m-p/4909446#M45793</guid>
      <dc:creator>Sunil Kumar K.U.</dc:creator>
      <dc:date>2005-06-28T08:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: ultrium 230 tape drive on rhel 3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ultrium-230-tape-drive-on-rhel-3/m-p/4909447#M45794</link>
      <description>I'd assume at every boot (add those lines to '/etc/rc.d/rc.local'), but I don't have a system which has that issue ;)&lt;BR /&gt;&lt;BR /&gt;Every SA-based machine with an attached tape drive I've used has never exhibited this issue ;)&lt;BR /&gt;&lt;BR /&gt;Go figure.&lt;BR /&gt;&lt;BR /&gt;I just know the answer 'cause it's been a question that has shown up fairly reguarly recently, combined with I did a fair bit of research into using tape drives on SA's for my previous employer.&lt;BR /&gt;&lt;BR /&gt;(Oh, and I'm a freak who just reads for the hell of it!  Should read the kernel VM stuff :P funky stuff! *nod*).</description>
      <pubDate>Tue, 28 Jun 2005 08:58:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ultrium-230-tape-drive-on-rhel-3/m-p/4909447#M45794</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-06-28T08:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: ultrium 230 tape drive on rhel 3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ultrium-230-tape-drive-on-rhel-3/m-p/4909448#M45795</link>
      <description>Hello Stuart,&lt;BR /&gt;&lt;BR /&gt;    Thanks for the help. There was /proc/driver/cciss/cciss0 in my system and I gave echo "engage scsi" &amp;gt; /proc/driver/cciss/cciss0 . After that the tape drive was accessible at /dev/st0.&lt;BR /&gt;&lt;BR /&gt;    Also, I found that the tape drive was inaccesible after a reboot. I had to put an entry in /etc/rc.d/rc.local, as you had mentioned. &lt;BR /&gt;&lt;BR /&gt;As the problem is sorted out, could you pls tell me what kind of magic this echo command is doing so that the SA start detecting the tape drive? &lt;BR /&gt;&lt;BR /&gt;Thanks and Best Regards,&lt;BR /&gt;Sunil Kumar</description>
      <pubDate>Mon, 04 Jul 2005 09:10:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ultrium-230-tape-drive-on-rhel-3/m-p/4909448#M45795</guid>
      <dc:creator>Sunil Kumar K.U.</dc:creator>
      <dc:date>2005-07-04T09:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: ultrium 230 tape drive on rhel 3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ultrium-230-tape-drive-on-rhel-3/m-p/4909449#M45796</link>
      <description>As the SA is a RAID controller, normally it just presents the containers to the OS as SCSI disks, and no other devices.&lt;BR /&gt;&lt;BR /&gt;Sending the 'engage scsi' to the SA forces it to show other possible SCSI devices as well (from my understanding of the documentation at least).</description>
      <pubDate>Mon, 04 Jul 2005 09:42:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ultrium-230-tape-drive-on-rhel-3/m-p/4909449#M45796</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-07-04T09:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: ultrium 230 tape drive on rhel 3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ultrium-230-tape-drive-on-rhel-3/m-p/4909450#M45797</link>
      <description>Hello Stuart,&lt;BR /&gt;&lt;BR /&gt;   Thanks for the help. Let me close this thread as the pblm is sorted out.&lt;BR /&gt;&lt;BR /&gt;Thanks and Best Regards,&lt;BR /&gt;Sunil Kumar K.U.</description>
      <pubDate>Tue, 05 Jul 2005 05:32:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ultrium-230-tape-drive-on-rhel-3/m-p/4909450#M45797</guid>
      <dc:creator>Sunil Kumar K.U.</dc:creator>
      <dc:date>2005-07-05T05:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: ultrium 230 tape drive on rhel 3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ultrium-230-tape-drive-on-rhel-3/m-p/4909451#M45798</link>
      <description>The discssion was useful in solving the pblm.</description>
      <pubDate>Tue, 05 Jul 2005 05:45:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ultrium-230-tape-drive-on-rhel-3/m-p/4909451#M45798</guid>
      <dc:creator>Sunil Kumar K.U.</dc:creator>
      <dc:date>2005-07-05T05:45:36Z</dc:date>
    </item>
  </channel>
</rss>

