<?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: external tape drive in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/external-tape-drive/m-p/4259830#M33613</link>
    <description>Hi haeman,&lt;BR /&gt;&lt;BR /&gt;What Linux version do you use?&lt;BR /&gt;What type is your tape, how is it connected?&lt;BR /&gt;Is "st" loaded, check with "lsmod"&lt;BR /&gt;Any /var/log/messages?&lt;BR /&gt;What says dmesg?&lt;BR /&gt;&lt;BR /&gt;Does it show up in "lsscsi" and /proc/scsi/scsi?&lt;BR /&gt;&lt;BR /&gt;Thats the first points to check.&lt;BR /&gt;&lt;BR /&gt;rgds &lt;BR /&gt;HGH&lt;BR /&gt;</description>
    <pubDate>Fri, 29 Aug 2008 05:32:53 GMT</pubDate>
    <dc:creator>Hemmetter</dc:creator>
    <dc:date>2008-08-29T05:32:53Z</dc:date>
    <item>
      <title>external tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/external-tape-drive/m-p/4259827#M33610</link>
      <description>I have a external tape drive that connect to the server , I can see the tape drive via my backup software , but when I try to tar file to /dev/st0 , but it not work , what is the device name ( eg. /dev/st0 , /dev/st1 or something ) that the external tape drive atached ? how can i check it ? thx</description>
      <pubDate>Thu, 28 Aug 2008 13:56:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/external-tape-drive/m-p/4259827#M33610</guid>
      <dc:creator>haeman</dc:creator>
      <dc:date>2008-08-28T13:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: external tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/external-tape-drive/m-p/4259828#M33611</link>
      <description>The file should be /dev/st0, what is the output of?:&lt;BR /&gt;&lt;BR /&gt;mt -f /dev/st0 status&lt;BR /&gt;&lt;BR /&gt;Â¿What is the error you get when you try to tar to the device?&lt;BR /&gt;&lt;BR /&gt;Â¿What kind of device is it?</description>
      <pubDate>Thu, 28 Aug 2008 18:41:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/external-tape-drive/m-p/4259828#M33611</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-08-28T18:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: external tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/external-tape-drive/m-p/4259829#M33612</link>
      <description>thx reply ,&lt;BR /&gt;&lt;BR /&gt;in my system , no /dev/st0 , what device path should I mount to ? thx&lt;BR /&gt;&lt;BR /&gt;#ls /dev/st0&lt;BR /&gt;ls: /dev/st0: No such file or directory</description>
      <pubDate>Thu, 28 Aug 2008 23:30:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/external-tape-drive/m-p/4259829#M33612</guid>
      <dc:creator>yuk1</dc:creator>
      <dc:date>2008-08-28T23:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: external tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/external-tape-drive/m-p/4259830#M33613</link>
      <description>Hi haeman,&lt;BR /&gt;&lt;BR /&gt;What Linux version do you use?&lt;BR /&gt;What type is your tape, how is it connected?&lt;BR /&gt;Is "st" loaded, check with "lsmod"&lt;BR /&gt;Any /var/log/messages?&lt;BR /&gt;What says dmesg?&lt;BR /&gt;&lt;BR /&gt;Does it show up in "lsscsi" and /proc/scsi/scsi?&lt;BR /&gt;&lt;BR /&gt;Thats the first points to check.&lt;BR /&gt;&lt;BR /&gt;rgds &lt;BR /&gt;HGH&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Aug 2008 05:32:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/external-tape-drive/m-p/4259830#M33613</guid>
      <dc:creator>Hemmetter</dc:creator>
      <dc:date>2008-08-29T05:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: external tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/external-tape-drive/m-p/4259831#M33614</link>
      <description>RH ,&lt;BR /&gt;&lt;BR /&gt;SDLT via scsi&lt;BR /&gt;&lt;BR /&gt;# lsmod |grep st&lt;BR /&gt;st                     31524   0  (unused)&lt;BR /&gt;scsi_mod              115496   5  [sg st aic7xxx ips sd_mod]&lt;BR /&gt;&lt;BR /&gt;# messages |grep tape&lt;BR /&gt;Aug 21 09:04:01 ORA kernel: Attached scsi tape st0 at scsi1, channel 0, id&lt;BR /&gt; 5, lun 0&lt;BR /&gt;&lt;BR /&gt;#dmesg |grep tape&lt;BR /&gt;Attached scsi tape st0 at scsi1, channel 0, id 5, lun 0&lt;BR /&gt;&lt;BR /&gt;but the st0 is not present , can advise what is it ? thx&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# ls /dev/st0&lt;BR /&gt;ls: /dev/st0: No such file or directory&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 30 Aug 2008 02:50:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/external-tape-drive/m-p/4259831#M33614</guid>
      <dc:creator>haeman</dc:creator>
      <dc:date>2008-08-30T02:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: external tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/external-tape-drive/m-p/4259832#M33615</link>
      <description>Hi again haeman,&lt;BR /&gt;&lt;BR /&gt;What Linux/Kernel version is it?&lt;BR /&gt;&lt;BR /&gt;Can do do a "rescan-scsi-bus.sh" if available ( &lt;A href="http://www.garloff.de/kurt/linux/rescan-scsi-bus.sh)" target="_blank"&gt;www.garloff.de/kurt/linux/rescan-scsi-bus.sh)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;# echo "- - - " &amp;gt; /sys/class/scsi_host/host${i}/scan&lt;BR /&gt;&lt;BR /&gt;with ${i} the appropriate number for your scsi-bus.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;HGH&lt;BR /&gt;</description>
      <pubDate>Sat, 30 Aug 2008 09:15:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/external-tape-drive/m-p/4259832#M33615</guid>
      <dc:creator>Hemmetter</dc:creator>
      <dc:date>2008-08-30T09:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: external tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/external-tape-drive/m-p/4259833#M33616</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As asked above provide us version of OS and which Linux distribution are you using here.&lt;BR /&gt;&lt;BR /&gt;Also what is backup software and what you see in that for verifying tape drive.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Sep 2008 05:13:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/external-tape-drive/m-p/4259833#M33616</guid>
      <dc:creator>Deepak Kr</dc:creator>
      <dc:date>2008-09-01T05:13:00Z</dc:date>
    </item>
  </channel>
</rss>

