<?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: Directory Checksum Error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2672999#M916952</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Tar can normally determine the blocksize and thus I suspect that this is not a tar OR has been recorded in a byte-swapped format. I suggest that you do this:&lt;BR /&gt; &lt;BR /&gt;dd if=/dev/rmt/0m (or whatever) bs=512 count=3 | od -Ad -tc -v &amp;gt; /tmp/myfile.&lt;BR /&gt;&lt;BR /&gt;This will dump 3 512-byte blocks in a human-readable format to /tmp/myfile. If you will then attach /tmp/myfile, I think someone will recognize the tape format (or lack thereof).&lt;BR /&gt;&lt;BR /&gt;Regards, Clay</description>
    <pubDate>Wed, 27 Feb 2002 21:49:53 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2002-02-27T21:49:53Z</dc:date>
    <item>
      <title>Directory Checksum Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2672992#M916945</link>
      <description>Hi&lt;BR /&gt;   In addition to yesterdays question, I am still facing the problem with reading the tapes. I am getting an error called Directory Checksum Error and Tar: Tape Blocksize Error While attempting to read the tapes. I followed the solution given by Shiju for checking the backup type performed while taking the backups using the 'dd' method. It is returning the file type as English. How can I proceed reading the tape. Sometimes it is giving the error called Tar:blocksize=2 Directory Checksum Error while reading the tape using Tar command. Can anybody help me out in this issue.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prathap.</description>
      <pubDate>Wed, 27 Feb 2002 21:01:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2672992#M916945</guid>
      <dc:creator>Prathap_1</dc:creator>
      <dc:date>2002-02-27T21:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Directory Checksum Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2672993#M916946</link>
      <description>Prathap,&lt;BR /&gt;&lt;BR /&gt;try this:&lt;BR /&gt;&lt;BR /&gt;tar -tvb2 -f /dev/rmt/om&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 27 Feb 2002 21:11:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2672993#M916946</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-02-27T21:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Directory Checksum Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2672994#M916947</link>
      <description>Hi Harry&lt;BR /&gt;   I have tried tar -tvb2 -f /dev/rmt/1m. It is giving the message called Invalid Blocksize (Max 64).&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prathap.</description>
      <pubDate>Wed, 27 Feb 2002 21:30:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2672994#M916947</guid>
      <dc:creator>Prathap_1</dc:creator>
      <dc:date>2002-02-27T21:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Directory Checksum Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2672995#M916948</link>
      <description>What EXACT command was used to create the tape?  What EXACT command are using to produce the error?</description>
      <pubDate>Wed, 27 Feb 2002 21:33:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2672995#M916948</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-02-27T21:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Directory Checksum Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2672996#M916949</link>
      <description>Hi Patrick&lt;BR /&gt;   I don't know the backup method used for taking the backups. I am assuming that the backup has performed with tar, so I am trying with tar -tvf /dev/rmt/1m to read the contents from the tape. While reading the tape contents with tar, I am getting the error called 'Directrory Checksum Error' and 'Tar: Tape Blocksize Error'.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prathap.</description>
      <pubDate>Wed, 27 Feb 2002 21:39:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2672996#M916949</guid>
      <dc:creator>Prathap_1</dc:creator>
      <dc:date>2002-02-27T21:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Directory Checksum Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2672997#M916950</link>
      <description>Sounds to me like they weren't created with tar.&lt;BR /&gt;&lt;BR /&gt;What happens if you try:&lt;BR /&gt;&lt;BR /&gt;# frecover -f /dev/rmt/?m -I /tmp/some_filename&lt;BR /&gt;&lt;BR /&gt;If this is an fbackup tape, the index will be extracted and written to /tmp/some_filename.&lt;BR /&gt;&lt;BR /&gt;or you could try:&lt;BR /&gt;&lt;BR /&gt;# frecover -f /dev/rmt/?m -N&lt;BR /&gt;&lt;BR /&gt;This way the whole tape will be read and you will see everything that's on the tape, but NOTHING will be recovered.</description>
      <pubDate>Wed, 27 Feb 2002 21:44:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2672997#M916950</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-02-27T21:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Directory Checksum Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2672998#M916951</link>
      <description>Hi Prathap,&lt;BR /&gt;&lt;BR /&gt;Normally when you use the command:&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rmt/&lt;DRIVE&gt; of=/tmp/tapetest bs=1K count=2&lt;BR /&gt;&lt;BR /&gt;# file /tmp/tapetest &lt;BR /&gt;&lt;BR /&gt;It will return the answer that the file is a cpio or tar archive. This is what I' ve mentioned before.&lt;BR /&gt;&lt;BR /&gt;Also did you try other commands ?&lt;BR /&gt;&lt;BR /&gt;# /bin/cpio -ictvB &amp;lt; /dev/rmt/&lt;DEVICE&gt; &lt;BR /&gt;# frecover &lt;BR /&gt;# pax &lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DEVICE&gt;&lt;/DRIVE&gt;</description>
      <pubDate>Wed, 27 Feb 2002 21:46:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2672998#M916951</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-02-27T21:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Directory Checksum Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2672999#M916952</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Tar can normally determine the blocksize and thus I suspect that this is not a tar OR has been recorded in a byte-swapped format. I suggest that you do this:&lt;BR /&gt; &lt;BR /&gt;dd if=/dev/rmt/0m (or whatever) bs=512 count=3 | od -Ad -tc -v &amp;gt; /tmp/myfile.&lt;BR /&gt;&lt;BR /&gt;This will dump 3 512-byte blocks in a human-readable format to /tmp/myfile. If you will then attach /tmp/myfile, I think someone will recognize the tape format (or lack thereof).&lt;BR /&gt;&lt;BR /&gt;Regards, Clay</description>
      <pubDate>Wed, 27 Feb 2002 21:49:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2672999#M916952</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-02-27T21:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Directory Checksum Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2673000#M916953</link>
      <description>Hi Patrick&lt;BR /&gt;   I have tried frecover -f /dev/rmt/1m -I &amp;gt; /tmp/some_file option, I am able to see the contents of the tape. Thanks for the info. How can I extract the tape contents into the disk.&lt;BR /&gt;Can you give me the syntax of the command to retrive onto disk.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prathap.</description>
      <pubDate>Wed, 27 Feb 2002 22:10:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2673000#M916953</guid>
      <dc:creator>Prathap_1</dc:creator>
      <dc:date>2002-02-27T22:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Directory Checksum Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2673001#M916954</link>
      <description>Hi Shiju&lt;BR /&gt;   Thanks for the info. I have tried the options given by you. But it is not showing the Backup type. It is giving the file type, whether it is ascii or English text or data file.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prathap.</description>
      <pubDate>Wed, 27 Feb 2002 22:12:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2673001#M916954</guid>
      <dc:creator>Prathap_1</dc:creator>
      <dc:date>2002-02-27T22:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Directory Checksum Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2673002#M916955</link>
      <description>Hi Clay&lt;BR /&gt;   I have tried the option given  by you. Thanks for the info. But nothing is showing in the out put file. I am attaching the file called myfile. Can you go through once.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prathap.</description>
      <pubDate>Wed, 27 Feb 2002 22:22:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2673002#M916955</guid>
      <dc:creator>Prathap_1</dc:creator>
      <dc:date>2002-02-27T22:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Directory Checksum Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2673003#M916956</link>
      <description>Hi Prathap,&lt;BR /&gt;&lt;BR /&gt;If you found it reading with frecover then for extracting use this:&lt;BR /&gt;&lt;BR /&gt;# frecover -X -v -f /dev/rmt/1m &lt;BR /&gt;&lt;BR /&gt;This will recover all files to the current working directory.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Wed, 27 Feb 2002 22:29:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2673003#M916956</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-02-27T22:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Directory Checksum Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2673004#M916957</link>
      <description>HI:&lt;BR /&gt;&lt;BR /&gt;The od output indicates that this is an fbackup archive. The actual FBACKUP header begins at offset 1024 but you cut that portion off. In any event, this is an fbackup and an frestore will restore the files. Man fbackup/frestore for details.&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Feb 2002 00:51:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2673004#M916957</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-02-28T00:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Directory Checksum Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2673005#M916958</link>
      <description>Hi Shiju&lt;BR /&gt;   Thanks for the info. My problem is solved to some extent. The other problem I am facing is I am not able to read the contents of the tape either with tar, pax and frecover. I am getting the below errors with different methods. &lt;BR /&gt;&lt;BR /&gt;1&amp;gt;tar :  tape blocksize error.&lt;BR /&gt;&lt;BR /&gt;2&amp;gt;frecover : &lt;BR /&gt; a.did not find expected file marker.&lt;BR /&gt; b.checksum on volume header is incorrect.&lt;BR /&gt; c.not an fbackup volume; magic value is incorrect.&lt;BR /&gt; d.did not find expected file marker.&lt;BR /&gt; e.Do you wish to try to salvage this volume? (^[yY]/^[nN]).&lt;BR /&gt;&lt;BR /&gt;These are the error messages i am getting with frecover. Can you help me out in this issue.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prathap.</description>
      <pubDate>Thu, 28 Feb 2002 19:25:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2673005#M916958</guid>
      <dc:creator>Prathap_1</dc:creator>
      <dc:date>2002-02-28T19:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Directory Checksum Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2673006#M916959</link>
      <description>Hi Prathap, &lt;BR /&gt;&lt;BR /&gt;You found out that the backup was taken by fbackup. So you don't need to try recovering it with tar. It will give you error. Try only frecover. See man frecover for more options and try ur luck !&lt;BR /&gt;&lt;BR /&gt;Check this document, this describes your exact problem, may be helpful:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=d2475f5911178f3548/screen=ckiDisplayDocument?docId=200000026600834" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=d2475f5911178f3548/screen=ckiDisplayDocument?docId=200000026600834&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Feb 2002 21:03:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2673006#M916959</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-02-28T21:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Directory Checksum Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2673007#M916961</link>
      <description>Hi Shiju&lt;BR /&gt;   Thnaks for the info. The link that you gave is for HP Version 10. I am working on B.11.00. How can I solve this problem on HP-UX B.11.00.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prathap.</description>
      <pubDate>Thu, 28 Feb 2002 22:40:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2673007#M916961</guid>
      <dc:creator>Prathap_1</dc:creator>
      <dc:date>2002-02-28T22:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Directory Checksum Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2673008#M916963</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What type of tape drive are you using ? When was your data backed up ? Whis is the server ?&lt;BR /&gt;&lt;BR /&gt;One possibility is a bad media. If your media is deffective, then you won't be able retrieve the data back. Check man pages of frecover and try using different options.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Thu, 28 Feb 2002 23:44:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-checksum-error/m-p/2673008#M916963</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-02-28T23:44:44Z</dc:date>
    </item>
  </channel>
</rss>

