<?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: tape dive  unaccessible in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/tape-dive-unaccessible/m-p/4382987#M35677</link>
    <description>Hi,&lt;BR /&gt;In HP-UX we are chaging in kernel following:&lt;BR /&gt;&lt;BR /&gt;stape = static&lt;BR /&gt;&lt;BR /&gt;There may be some changes in linux...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gokul Chandola&lt;BR /&gt;</description>
    <pubDate>Mon, 23 Mar 2009 11:21:41 GMT</pubDate>
    <dc:creator>Gokul Chandola</dc:creator>
    <dc:date>2009-03-23T11:21:41Z</dc:date>
    <item>
      <title>tape dive  unaccessible</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-dive-unaccessible/m-p/4382981#M35671</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;Would to ask for expert help on this...I have a linux box (rhel 4) on HP ML570 with internal dat72 tape drive...When i execute the mt command i have this....&lt;BR /&gt;[root@chtosapp output]# mt -f /dev/st0 status&lt;BR /&gt;/dev/st0: No such device or address&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Mar 2009 05:00:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-dive-unaccessible/m-p/4382981#M35671</guid>
      <dc:creator>sysad_boy</dc:creator>
      <dc:date>2009-03-19T05:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: tape dive  unaccessible</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-dive-unaccessible/m-p/4382982#M35672</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;After attaching your tape drive did you check your log messages in which device it was assign.&lt;BR /&gt;&lt;BR /&gt;are you sure it is /dev/st0 &lt;BR /&gt;&lt;BR /&gt;or you can check with st1, st2 like....&lt;BR /&gt;&lt;BR /&gt;Check your log files&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Thu, 19 Mar 2009 05:04:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-dive-unaccessible/m-p/4382982#M35672</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-03-19T05:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: tape dive  unaccessible</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-dive-unaccessible/m-p/4382983#M35673</link>
      <description>Hi Syad&lt;BR /&gt;&lt;BR /&gt;Try to check&lt;BR /&gt;&lt;BR /&gt;#dmesg |grep tape&lt;BR /&gt;&lt;BR /&gt;tapedevice like st0, st1 like this&lt;BR /&gt;&lt;BR /&gt;After that &lt;BR /&gt;#&lt;BR /&gt;#tar -cfv /dev/tapedevice /filepath&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To check the  List the names of all the files in the archive&lt;BR /&gt;&lt;BR /&gt;#tar -tvf /dev/tapedevice &amp;gt;/tmp/backup_list.txt&lt;BR /&gt;&lt;BR /&gt;#tar -tvf /dev/tapedevice&lt;BR /&gt;&lt;BR /&gt;Tape drive is automatically mount&lt;BR /&gt;&lt;BR /&gt;Rgds//&lt;BR /&gt;Taifur&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Mar 2009 05:16:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-dive-unaccessible/m-p/4382983#M35673</guid>
      <dc:creator>Taifur</dc:creator>
      <dc:date>2009-03-19T05:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: tape dive  unaccessible</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-dive-unaccessible/m-p/4382984#M35674</link>
      <description>wrong forum? hpux is not linux</description>
      <pubDate>Thu, 19 Mar 2009 05:37:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-dive-unaccessible/m-p/4382984#M35674</guid>
      <dc:creator>Khairy</dc:creator>
      <dc:date>2009-03-19T05:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: tape dive  unaccessible</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-dive-unaccessible/m-p/4382985#M35675</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;Thanks for the prompt reply..I checked the logs and found no relevent info regarding the tape drive on dmesg and messages.log&lt;BR /&gt;&lt;BR /&gt;Also tried to check other device file name...but the output is the same..&lt;BR /&gt;&lt;BR /&gt;[root@chtosapp output]# mt -f /dev/st0 status&lt;BR /&gt;/dev/st0: No such device or address&lt;BR /&gt;[root@chtosapp output]# mt -f /dev/st1 status&lt;BR /&gt;/dev/st1: No such file or directory&lt;BR /&gt;[root@chtosapp output]# mt -f /dev/st2 status&lt;BR /&gt;/dev/st2: No such file or directory&lt;BR /&gt;[root@chtosapp output]#&lt;BR /&gt;&lt;BR /&gt;Any other ideas?&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 19 Mar 2009 06:46:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-dive-unaccessible/m-p/4382985#M35675</guid>
      <dc:creator>sysad_boy</dc:creator>
      <dc:date>2009-03-19T06:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: tape dive  unaccessible</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-dive-unaccessible/m-p/4382986#M35676</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;die Tape driver show up in &lt;BR /&gt;# lsmod | grep st&lt;BR /&gt;&lt;BR /&gt;maybe you need to (re-) load the driver:&lt;BR /&gt;&lt;BR /&gt;# rmmod st&lt;BR /&gt;# modprobe st&lt;BR /&gt;then have a look at dmesg and /proc/scsi/scsi&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;HGH&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Mar 2009 11:27:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-dive-unaccessible/m-p/4382986#M35676</guid>
      <dc:creator>Hemmetter</dc:creator>
      <dc:date>2009-03-21T11:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: tape dive  unaccessible</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-dive-unaccessible/m-p/4382987#M35677</link>
      <description>Hi,&lt;BR /&gt;In HP-UX we are chaging in kernel following:&lt;BR /&gt;&lt;BR /&gt;stape = static&lt;BR /&gt;&lt;BR /&gt;There may be some changes in linux...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gokul Chandola&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Mar 2009 11:21:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-dive-unaccessible/m-p/4382987#M35677</guid>
      <dc:creator>Gokul Chandola</dc:creator>
      <dc:date>2009-03-23T11:21:41Z</dc:date>
    </item>
  </channel>
</rss>

