<?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: checking tape drive. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-tape-drive/m-p/4382363#M348864</link>
    <description>Os: 11.11 # mt -t /dev/rmt/0m fsf 1&lt;BR /&gt;OS: 11.23 # mt -f /dev/rmt/0m fsf 22&lt;BR /&gt;&lt;BR /&gt;# tar -tvf /dev/rmt/0mn</description>
    <pubDate>Wed, 18 Mar 2009 13:19:26 GMT</pubDate>
    <dc:creator>Avinash20</dc:creator>
    <dc:date>2009-03-18T13:19:26Z</dc:date>
    <item>
      <title>checking tape drive.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-tape-drive/m-p/4382359#M348860</link>
      <description>/usr/sbin $ sudo ioscan -fnC tape&lt;BR /&gt;Class     I  H/W Path     Driver S/W State   H/W Type     Description&lt;BR /&gt;=====================================================================&lt;BR /&gt;tape      2  0/0/1/0.1.0  stape CLAIMED     DEVICE       HP      C1537A&lt;BR /&gt;                         /dev/rmt/2m            /dev/rmt/2mnb          /dev/rmt/c0t1d0BESTn   /dev/rmt/c0t1d0DDSb&lt;BR /&gt;                         /dev/rmt/2mb           /dev/rmt/c0t1d0BEST    /dev/rmt/c0t1d0BESTnb  /dev/rmt/c0t1d0DDSn&lt;BR /&gt;                         /dev/rmt/2mn           /dev/rmt/c0t1d0BESTb   /dev/rmt/c0t1d0DDS     /dev/rmt/c0t1d0DDSnb&lt;BR /&gt;tape      3  0/0/1/0.3.0  stape CLAIMED     DEVICE       HP      C1537A&lt;BR /&gt;                         /dev/rmt/3m            /dev/rmt/3mnb          /dev/rmt/c0t3d0BESTn   /dev/rmt/c0t3d0DDSb&lt;BR /&gt;                         /dev/rmt/3mb           /dev/rmt/c0t3d0BEST    /dev/rmt/c0t3d0BESTnb  /dev/rmt/c0t3d0DDSn&lt;BR /&gt;                         /dev/rmt/3mn           /dev/rmt/c0t3d0BESTb   /dev/rmt/c0t3d0DDS     /dev/rmt/c0t3d0DDSnb&lt;BR /&gt;Server:&lt;BR /&gt;/usr/sbin $ sudo crontab -l&lt;BR /&gt;&lt;BR /&gt;=====&lt;BR /&gt;I want to check whether the tape drive is functional or not.. May I know the how? tar -tvf failed saying no such device or address. Tape is in the drive</description>
      <pubDate>Wed, 18 Mar 2009 13:09:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-tape-drive/m-p/4382359#M348860</guid>
      <dc:creator>UnixT</dc:creator>
      <dc:date>2009-03-18T13:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: checking tape drive.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-tape-drive/m-p/4382360#M348861</link>
      <description>tar -tvf...what?&lt;BR /&gt;&lt;BR /&gt;Can you give us the full contetns of the tar command you used?</description>
      <pubDate>Wed, 18 Mar 2009 13:15:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-tape-drive/m-p/4382360#M348861</guid>
      <dc:creator>Michael Mike Reaser</dc:creator>
      <dc:date>2009-03-18T13:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: checking tape drive.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-tape-drive/m-p/4382361#M348862</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;There needs to be a tape in the drive without write protection to check it.&lt;BR /&gt;&lt;BR /&gt;Then a tar attempt, or even a simple dd command is sufficient.&lt;BR /&gt;&lt;BR /&gt;Try tar cvf, make the tape device part of the file name.&lt;BR /&gt;&lt;BR /&gt;A daily backup job is enough to test this as well.&lt;BR /&gt;&lt;BR /&gt;backup_command&lt;BR /&gt;rc=$?&lt;BR /&gt;&lt;BR /&gt;if [ $rc -ne 0 ]&lt;BR /&gt;then&lt;BR /&gt;  echo "Tape job failed..."&lt;BR /&gt;else&lt;BR /&gt;  echo "Tape drive good..."  &lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 18 Mar 2009 13:18:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-tape-drive/m-p/4382361#M348862</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-03-18T13:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: checking tape drive.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-tape-drive/m-p/4382362#M348863</link>
      <description># mt -f /dev/rmt/2mn status&lt;BR /&gt;&lt;BR /&gt;# mt -f /dev/rmt/3mn status&lt;BR /&gt;&lt;BR /&gt;Will show the status of each drive.  If one of the drives has a tape in it, you will see that too.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Mar 2009 13:19:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-tape-drive/m-p/4382362#M348863</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-03-18T13:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: checking tape drive.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-tape-drive/m-p/4382363#M348864</link>
      <description>Os: 11.11 # mt -t /dev/rmt/0m fsf 1&lt;BR /&gt;OS: 11.23 # mt -f /dev/rmt/0m fsf 22&lt;BR /&gt;&lt;BR /&gt;# tar -tvf /dev/rmt/0mn</description>
      <pubDate>Wed, 18 Mar 2009 13:19:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-tape-drive/m-p/4382363#M348864</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-03-18T13:19:26Z</dc:date>
    </item>
  </channel>
</rss>

