<?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: Question about to show the content of an DLT-tape? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668898#M243371</link>
    <description>Try dd'ing a part of the file from tape to disk and run the file command.&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rmt/Xm of=/tmp/foo =count=10&lt;BR /&gt;# file /tmp/foo&lt;BR /&gt;&lt;BR /&gt;Robert-Jan&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 10 Nov 2005 10:30:37 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2005-11-10T10:30:37Z</dc:date>
    <item>
      <title>Question about to show the content of an DLT-tape?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668895#M243368</link>
      <description>Can I check the content of an DLT tape with&lt;BR /&gt;tar -t, no matter what kind of backupprogram have done the backup to the DLT-tape in HP-UX?</description>
      <pubDate>Thu, 10 Nov 2005 10:18:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668895#M243368</guid>
      <dc:creator>ekke2</dc:creator>
      <dc:date>2005-11-10T10:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Question about to show the content of an DLT-tape?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668896#M243369</link>
      <description>Sure, you can run tar -t against any type of tape, produced by any type of backup program.  However, if you want meaningful results, only expect to get them from tapes produced by tar.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 10 Nov 2005 10:23:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668896#M243369</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-11-10T10:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Question about to show the content of an DLT-tape?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668897#M243370</link>
      <description>Ignite backup tapes cannot be viewd with tar , unless you do Forward space count files (fsf) to 1 with mt. &lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Raj</description>
      <pubDate>Thu, 10 Nov 2005 10:27:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668897#M243370</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-11-10T10:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Question about to show the content of an DLT-tape?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668898#M243371</link>
      <description>Try dd'ing a part of the file from tape to disk and run the file command.&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rmt/Xm of=/tmp/foo =count=10&lt;BR /&gt;# file /tmp/foo&lt;BR /&gt;&lt;BR /&gt;Robert-Jan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Nov 2005 10:30:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668898#M243371</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2005-11-10T10:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Question about to show the content of an DLT-tape?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668899#M243372</link>
      <description>If the goal is to "look" at what is on the tape,&lt;BR /&gt;&lt;BR /&gt;you could "dd" it.&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rmt/0m &lt;BR /&gt;(results would come to the screen which could mess up your terminal)&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rmt/0m of=/somedir/somefilename &lt;BR /&gt;&lt;BR /&gt;You can also:&lt;BR /&gt;&lt;BR /&gt;strings -a /dev/rmt/0m &lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;cat /dev/rmt/0m &lt;BR /&gt;</description>
      <pubDate>Thu, 10 Nov 2005 10:34:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668899#M243372</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-11-10T10:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Question about to show the content of an DLT-tape?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668900#M243373</link>
      <description>No. Tar will only understand tar format tapes or files. In general when trying to determine the type of backup used to create a tape, the best approach is to extract the header or some portion of the header and examine it with a utilitity like od or xd. Often there are "magic numbers" (an actual technical term) that identify the type of backup and often one can simply recogize the type of backup by being familiar with the various formats.&lt;BR /&gt;&lt;BR /&gt;Try something like this:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rmt/1m bs=1k count=1 | od -v -Ad -tao&lt;BR /&gt;&lt;BR /&gt;This will print the first 1k chars of your tape in a meaningful format. If you don't recognize anything yourself then redirect the output to a file and post that. Someone will probably recognize what you have.</description>
      <pubDate>Thu, 10 Nov 2005 10:38:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668900#M243373</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-11-10T10:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Question about to show the content of an DLT-tape?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668901#M243374</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;rewind the tape first with&lt;BR /&gt;#mt -f /dev/rmt/xmn rew&lt;BR /&gt;&lt;BR /&gt;the read the contents with tar&lt;BR /&gt;&lt;BR /&gt;#tar tvf /dev/rmt/xmn&lt;BR /&gt;&lt;BR /&gt;dump it to the screen or redirect it to a file as required.&lt;BR /&gt;&lt;BR /&gt;if its an ignite backup tape then move the tape forward first before reading&lt;BR /&gt;#mt -f /dev/rmt/xmn rew&lt;BR /&gt;#mt -f /dev/rmt/xmn fsf1&lt;BR /&gt;#tar tvf /dev/rmt/xmn&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Andy&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Nov 2005 10:46:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668901#M243374</guid>
      <dc:creator>Andrew Rutter</dc:creator>
      <dc:date>2005-11-10T10:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Question about to show the content of an DLT-tape?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668902#M243375</link>
      <description>With this &lt;BR /&gt;# dd if=/dev/rmt/0m bs=1k count=1 | od -v -Ad -tao&lt;BR /&gt;I got following result&lt;BR /&gt;dd read error: I/O error&lt;BR /&gt;0+0 records in&lt;BR /&gt;0+0 records out&lt;BR /&gt;0000000&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Can someone tell me what this means?</description>
      <pubDate>Fri, 11 Nov 2005 01:50:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668902#M243375</guid>
      <dc:creator>ekke2</dc:creator>
      <dc:date>2005-11-11T01:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Question about to show the content of an DLT-tape?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668903#M243376</link>
      <description>It means either (a) the tape is positioned beyond the end of any data (in which case rewind the tape) or (b) there is no data on the tape.</description>
      <pubDate>Fri, 11 Nov 2005 05:03:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668903#M243376</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-11-11T05:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Question about to show the content of an DLT-tape?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668904#M243377</link>
      <description>Just as a matter of interest what does&lt;BR /&gt;&lt;BR /&gt;# mt -f /dev/rmt/0m status&lt;BR /&gt;&lt;BR /&gt;give you?</description>
      <pubDate>Fri, 11 Nov 2005 05:04:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668904#M243377</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-11-11T05:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Question about to show the content of an DLT-tape?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668905#M243378</link>
      <description>I got the following message.&lt;BR /&gt;# mt -f /dev/rmt/0m status&lt;BR /&gt;Drive:  QUANTUM DLT8000&lt;BR /&gt;Format:&lt;BR /&gt;Status: [41118985] BOT online compression immediate-report-mode&lt;BR /&gt;File:   0&lt;BR /&gt;Block:  0&lt;BR /&gt;#&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Nov 2005 05:52:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668905#M243378</guid>
      <dc:creator>ekke2</dc:creator>
      <dc:date>2005-11-11T05:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Question about to show the content of an DLT-tape?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668906#M243379</link>
      <description>Well the tape is rewound (BOT) so that seems to indicate no data on the tape?&lt;BR /&gt;&lt;BR /&gt;You could try&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rmt/0m of=/tmp/ekke count=10&lt;BR /&gt;&lt;BR /&gt;(i.e. no block size)</description>
      <pubDate>Fri, 11 Nov 2005 08:18:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668906#M243379</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-11-11T08:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Question about to show the content of an DLT-tape?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668907#M243380</link>
      <description>I got the following info&lt;BR /&gt;dd read error: I/O error&lt;BR /&gt;0+0 records in&lt;BR /&gt;0+0 records out&lt;BR /&gt;&lt;BR /&gt;with&lt;BR /&gt;dd if=/dev/rmt/0m of=/tmp/ekke count=10</description>
      <pubDate>Fri, 11 Nov 2005 08:31:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668907#M243380</guid>
      <dc:creator>ekke2</dc:creator>
      <dc:date>2005-11-11T08:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Question about to show the content of an DLT-tape?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668908#M243381</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;what output do you get if you try and read the tape like i suggested earlier&lt;BR /&gt;&lt;BR /&gt;the read the contents with tar&lt;BR /&gt;&lt;BR /&gt;#tar tvf /dev/rmt/Xmn&lt;BR /&gt;&lt;BR /&gt;where X = your device file number&lt;BR /&gt;&lt;BR /&gt;if you think the drive may have problems then try and do a test in cstm&lt;BR /&gt;&lt;BR /&gt;Andy&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Nov 2005 08:41:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668908#M243381</guid>
      <dc:creator>Andrew Rutter</dc:creator>
      <dc:date>2005-11-11T08:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Question about to show the content of an DLT-tape?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668909#M243382</link>
      <description>The drive works fine.&lt;BR /&gt;&lt;BR /&gt;With&lt;BR /&gt;tar tvf /dev/rmt/0mn&lt;BR /&gt;I get following message&lt;BR /&gt;Tar: tape read error&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Nov 2005 08:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668909#M243382</guid>
      <dc:creator>ekke2</dc:creator>
      <dc:date>2005-11-11T08:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Question about to show the content of an DLT-tape?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668910#M243383</link>
      <description>There seems to be a logical disconnect here:&lt;BR /&gt;The drive works fine.&lt;BR /&gt;&lt;BR /&gt;With&lt;BR /&gt;tar tvf /dev/rmt/0mn&lt;BR /&gt;I get following message&lt;BR /&gt;Tar: tape read error &lt;BR /&gt;&lt;BR /&gt;By any chance, are you trying to read a tape that was recorded on an SDLT drive?&lt;BR /&gt;&lt;BR /&gt;Are you able to create and read back a tar image on this drive? The fact that dd can't read from the tape strongly suggests either a hardware problem or bad/blank media. &lt;BR /&gt;  &lt;BR /&gt;</description>
      <pubDate>Fri, 11 Nov 2005 11:18:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668910#M243383</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-11-11T11:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Question about to show the content of an DLT-tape?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668911#M243384</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;try a simple tar backup of /etc or something similar&lt;BR /&gt;then rewind the tape and try and read it&lt;BR /&gt;&lt;BR /&gt;if this works it looks like bad media, if it fails a bad drive&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Fri, 11 Nov 2005 11:28:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668911#M243384</guid>
      <dc:creator>Andrew Rutter</dc:creator>
      <dc:date>2005-11-11T11:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Question about to show the content of an DLT-tape?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668912#M243385</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;when tar doesn't work, then you can try to read with SAM. In the backup/recovery area you have the option to list the content of a backup tape (could be the same like fbackup).&lt;BR /&gt;Else you can try to boot a client workstation with this tape.&lt;BR /&gt;&lt;BR /&gt;Only some thoughts&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Nov 2005 12:39:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668912#M243385</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2005-11-11T12:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Question about to show the content of an DLT-tape?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668913#M243386</link>
      <description>Ok!&lt;BR /&gt;I have another question, does anyone know what Compress and Density Override mean on the DLT-station?&lt;BR /&gt;&lt;BR /&gt;Should some of these leds be on when are&lt;BR /&gt;backing files?</description>
      <pubDate>Sun, 13 Nov 2005 06:34:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668913#M243386</guid>
      <dc:creator>ekke2</dc:creator>
      <dc:date>2005-11-13T06:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Question about to show the content of an DLT-tape?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668914#M243387</link>
      <description>The "Density Override" LED inddicates that you have manually selected a density. It doesn't matter what density you choose for backing up although obviously the higher density will use less media. It does matter that the density used to read the medium matches that used when the medium was written. Normally for reading backups, the density override is not enabled and the drive will automaticaly adjust itself to match the recording density.</description>
      <pubDate>Mon, 14 Nov 2005 00:20:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-to-show-the-content-of-an-dlt-tape/m-p/3668914#M243387</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-11-14T00:20:49Z</dc:date>
    </item>
  </channel>
</rss>

