<?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 issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-issue/m-p/3945914#M289537</link>
    <description>If you were running the tar as root, that should have had no effect.  You should have seen 'owner not found' or something like that when running the tar though.&lt;BR /&gt;&lt;BR /&gt;By the way, the 111, is the UID of the user that was the owner.</description>
    <pubDate>Fri, 16 Feb 2007 09:28:13 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2007-02-16T09:28:13Z</dc:date>
    <item>
      <title>TAR issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-issue/m-p/3945906#M289529</link>
      <description>We have a directory which when we tar, doesn't complete correctly, and doesn't produce any errors, but looks like it just ends correctly.  How do you start to investigate such a problem?</description>
      <pubDate>Fri, 16 Feb 2007 03:57:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-issue/m-p/3945906#M289529</guid>
      <dc:creator>Richard Nettleton</dc:creator>
      <dc:date>2007-02-16T03:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: TAR issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-issue/m-p/3945907#M289530</link>
      <description>What command are you using ? &lt;BR /&gt;&lt;BR /&gt;If you use the verbose option ( -v ) I would hope any errors/anomalies would present themselves</description>
      <pubDate>Fri, 16 Feb 2007 04:02:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-issue/m-p/3945907#M289530</guid>
      <dc:creator>gstonian</dc:creator>
      <dc:date>2007-02-16T04:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: TAR issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-issue/m-p/3945908#M289531</link>
      <description>Ric hard,&lt;BR /&gt;could you please expand on "doesn't complete correctly" ? Are certain files (links) not being tared up ?&lt;BR /&gt;&lt;BR /&gt;Please list the command used and problem definition, like expected vs. actual results.&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Feb 2007 04:13:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-issue/m-p/3945908#M289531</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-02-16T04:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: TAR issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-issue/m-p/3945909#M289532</link>
      <description>The command being used is:&lt;BR /&gt;&lt;BR /&gt;tar -cvf xxxxx.tar xxxxx (where xxxxx is the directory name).&lt;BR /&gt;&lt;BR /&gt;It appears to run through and end normally, and produces no errors, but the tar file is imcomplete.  Directory size is 302982861 then when I tar it and extract it again it is just short at 302927757.  Is there a logging option which can be applied?</description>
      <pubDate>Fri, 16 Feb 2007 04:28:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-issue/m-p/3945909#M289532</guid>
      <dc:creator>Richard Nettleton</dc:creator>
      <dc:date>2007-02-16T04:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: TAR issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-issue/m-p/3945910#M289533</link>
      <description>Have you tried to untar the tar file somewhere else to see what is missing?</description>
      <pubDate>Fri, 16 Feb 2007 04:30:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-issue/m-p/3945910#M289533</guid>
      <dc:creator>Georg Tresselt</dc:creator>
      <dc:date>2007-02-16T04:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: TAR issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-issue/m-p/3945911#M289534</link>
      <description>Richard,&lt;BR /&gt;&lt;BR /&gt;Create a list of tar files:&lt;BR /&gt;tar -tvf x.tar &amp;gt; a.lis&lt;BR /&gt;Extract the filenames only:&lt;BR /&gt;awk '{print $NF }' a.lis &amp;gt; b.lis&lt;BR /&gt;&lt;BR /&gt;Create a list of files in directory:&lt;BR /&gt;find /dir &amp;gt; c.lis&lt;BR /&gt;&lt;BR /&gt;Compare the two:&lt;BR /&gt;sdiff -s b.lis c.lis&lt;BR /&gt;&lt;BR /&gt;Please also read:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt; on how to reward any useful answers given to your questions.</description>
      <pubDate>Fri, 16 Feb 2007 05:07:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-issue/m-p/3945911#M289534</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-02-16T05:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: TAR issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-issue/m-p/3945912#M289535</link>
      <description>Have you actually checked the contents of the directories to see if they do or don't match?&lt;BR /&gt;&lt;BR /&gt;Size is not always a good indicator.  It is possible that the directory you tar'ed had subdirectories that had grown in size over the years.  When you extracted the files the sub-directories were recreated, but now have a smaller size, due to fewer files in those sub-directories.&lt;BR /&gt;&lt;BR /&gt;I would advise going through the directories and doing a cksum on the files (files ONLY not directories).  Compare the cksums from the original and the one created from the tar restore.&lt;BR /&gt;&lt;BR /&gt;If they all match, then you are OK.&lt;BR /&gt;&lt;BR /&gt;Something like this may work:&lt;BR /&gt;&lt;BR /&gt;# find xxxxx -type f | xargs cksum &amp;gt;&amp;gt; orig.cksum&lt;BR /&gt;# find xxxxx.new -type f | xargs cksum &amp;gt;&amp;gt; new.cksum&lt;BR /&gt;&lt;BR /&gt;# diff orig.cksum new.cksum</description>
      <pubDate>Fri, 16 Feb 2007 09:09:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-issue/m-p/3945912#M289535</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-02-16T09:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: TAR issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-issue/m-p/3945913#M289536</link>
      <description>Having looked through the directory structure it was noticed that some files had owners of '111', where it looks like the owner had been deleted leaving the PID, changed these to root and the tar has worked okay, very strange that no error messages were produced, but at least it's resolved????</description>
      <pubDate>Fri, 16 Feb 2007 09:21:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-issue/m-p/3945913#M289536</guid>
      <dc:creator>Richard Nettleton</dc:creator>
      <dc:date>2007-02-16T09:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: TAR issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-issue/m-p/3945914#M289537</link>
      <description>If you were running the tar as root, that should have had no effect.  You should have seen 'owner not found' or something like that when running the tar though.&lt;BR /&gt;&lt;BR /&gt;By the way, the 111, is the UID of the user that was the owner.</description>
      <pubDate>Fri, 16 Feb 2007 09:28:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-issue/m-p/3945914#M289537</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-02-16T09:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: TAR issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-issue/m-p/3945915#M289538</link>
      <description>There are also some other question you must look at:&lt;BR /&gt;- how many file is there in the directory?&lt;BR /&gt;- Does the directory change while you tar?&lt;BR /&gt;- what is the size of the tar file?</description>
      <pubDate>Fri, 16 Feb 2007 11:06:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-issue/m-p/3945915#M289538</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2007-02-16T11:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: TAR issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-issue/m-p/3945916#M289539</link>
      <description>Richard,&lt;BR /&gt;could you please complete the thread by awarding points to helpful answers and summarising the solution for you.&lt;BR /&gt;&lt;BR /&gt;This will help resolution of similar problems in the future.&lt;BR /&gt;&lt;BR /&gt;Please read:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt; on how to reward any useful answers given to your questions.</description>
      <pubDate>Tue, 20 Feb 2007 04:09:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-issue/m-p/3945916#M289539</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-02-20T04:09:19Z</dc:date>
    </item>
  </channel>
</rss>

