<?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: tar in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3917666#M285535</link>
    <description>mt -t /dev/rmt/2mn status shows:&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;# mt -f /dev/rmt/2mb 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;tar -tvf /dev/rmt/2mn shows:&lt;BR /&gt;Tar: blocksize = 16&lt;BR /&gt;directory checksum error&lt;BR /&gt;&lt;BR /&gt;The drive was previously identified as /dev/rmt/1mn - it was replaced (due to failure) a couple of weeks ago.  Could that be the source of my problem?&lt;BR /&gt;</description>
    <pubDate>Tue, 26 Dec 2006 20:28:38 GMT</pubDate>
    <dc:creator>Betty Hardin</dc:creator>
    <dc:date>2006-12-26T20:28:38Z</dc:date>
    <item>
      <title>tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3917660#M285529</link>
      <description>We are converting db's from unix to windows (yes; they are getting rid of the unix box).&lt;BR /&gt;&lt;BR /&gt;At the end of the year, a db backup is created and copied to tape using tar.&lt;BR /&gt;&lt;BR /&gt;I need to restore these backups so that I can convert them to windows.&lt;BR /&gt;&lt;BR /&gt;Using tar -tvf /dev/rmt/2mn I get nothing.  No errors - nothing.  It just returns to the prompt.&lt;BR /&gt;&lt;BR /&gt;Is there nothing on these tapes??</description>
      <pubDate>Tue, 26 Dec 2006 11:12:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3917660#M285529</guid>
      <dc:creator>Betty Hardin</dc:creator>
      <dc:date>2006-12-26T11:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3917661#M285530</link>
      <description>Hi Betty,&lt;BR /&gt;&lt;BR /&gt;The first thing to do is to confirm you are specifying the correct device with tar.  'ioscan -fnC tape' will list your tape drive(s).  Alternatively, check the backup script used to create the archive to see which device is specified.  If no device is specified, the default device (/dev/rmt/0m) was used.&lt;BR /&gt;&lt;BR /&gt;Then, be sure to rewind the tape before attempting to list archive contents.&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;# mt -f /dev/rmt/0mn rew&lt;BR /&gt;# tar tvf /dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Tue, 26 Dec 2006 11:34:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3917661#M285530</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-12-26T11:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3917662#M285531</link>
      <description>How long does the tar command run?&lt;BR /&gt;&lt;BR /&gt;Are the files that were backed up larger than 2 GB?  If so was tar patched to allow it to backup files up to 8GB?</description>
      <pubDate>Tue, 26 Dec 2006 11:35:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3917662#M285531</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-12-26T11:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3917663#M285532</link>
      <description>The -tvf option will report on all the files in the archive. One of the problems with handling tapes is that an accident can happen after the tape is written, perhaps an mt command with the eof option or an aborted tar or cpio command after the original backup. This would result in tar finding the end of file or end of data mark and reporting nothing.&lt;BR /&gt; &lt;BR /&gt;Do you know if the backup tapes were created by hand or from a script? If by script, take a look at the script to see how the backup was made and what actions were taken after the tar completed.&lt;BR /&gt; &lt;BR /&gt;Do you know if any of the backups were ever verified? This is one of those inconvenient but crucial steps for a backup strategy.</description>
      <pubDate>Tue, 26 Dec 2006 11:44:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3917663#M285532</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-12-26T11:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3917664#M285533</link>
      <description>Betty,&lt;BR /&gt;&lt;BR /&gt;1.You can check the following :&lt;BR /&gt;After inserting the correct tape:&lt;BR /&gt;# mt -t /dev/rmt/2mn status&lt;BR /&gt;# mt -t /dev/rmt/2mn rew&lt;BR /&gt;(it will take sometime to rewind the tape if it is not in starting position&lt;BR /&gt;# mt -t /dev/rmt/2mb status ( check it is in BOT ready)&lt;BR /&gt;# tar -tvf /dev/rmt/2mn&lt;BR /&gt;( Does this command lists any files.)&lt;BR /&gt;&lt;BR /&gt;2. Do you know which command used to take the backup , was it tar ? ,or  cpio , or through anyother script. If it is not tar then you cantry to find out the script or something that used to take the backup.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Raj.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Dec 2006 12:31:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3917664#M285533</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2006-12-26T12:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3917665#M285534</link>
      <description>ioscan -C tape to check /dev/rmt/2mn is claimed .</description>
      <pubDate>Tue, 26 Dec 2006 13:54:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3917665#M285534</guid>
      <dc:creator>George Liu_4</dc:creator>
      <dc:date>2006-12-26T13:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3917666#M285535</link>
      <description>mt -t /dev/rmt/2mn status shows:&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;# mt -f /dev/rmt/2mb 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;tar -tvf /dev/rmt/2mn shows:&lt;BR /&gt;Tar: blocksize = 16&lt;BR /&gt;directory checksum error&lt;BR /&gt;&lt;BR /&gt;The drive was previously identified as /dev/rmt/1mn - it was replaced (due to failure) a couple of weeks ago.  Could that be the source of my problem?&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Dec 2006 20:28:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3917666#M285535</guid>
      <dc:creator>Betty Hardin</dc:creator>
      <dc:date>2006-12-26T20:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3917667#M285536</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It seems that your media is getting currpted due to faulty tape drive as it is showing the check sum error.&lt;BR /&gt;&lt;BR /&gt;But in some case (very rare) it may work fine with other drive.</description>
      <pubDate>Tue, 26 Dec 2006 23:16:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3917667#M285536</guid>
      <dc:creator>Samir Pujara_1</dc:creator>
      <dc:date>2006-12-26T23:16:46Z</dc:date>
    </item>
  </channel>
</rss>

