<?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 error message in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-error-message/m-p/4845199#M770889</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For all tar messages&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;dumpmsg /usr/lib/nls/msg/C/tar.cat&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;          Steve Steel</description>
    <pubDate>Wed, 27 Mar 2002 15:06:23 GMT</pubDate>
    <dc:creator>Steve Steel</dc:creator>
    <dc:date>2002-03-27T15:06:23Z</dc:date>
    <item>
      <title>tar error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-error-message/m-p/4845195#M770885</link>
      <description>my script is running a simple "/usr/bin/tar -cvf /dev/rmt/3mn ...." command and lately (randomly) I am getting an error message. The error is: "tarstat=5"&lt;BR /&gt;I have been unsuccessful in finding on the Internet or ITRC forums any mention of a "tarstat=5" error message. Not even the man pages offer help. The files that I am writing to the tape drive are Oracle archive logs. We've tried different tape drives, new tapes, cleaning the drives to no avail. Any help/hints would be greatly appreciated. Thanks...</description>
      <pubDate>Wed, 27 Mar 2002 14:27:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-error-message/m-p/4845195#M770885</guid>
      <dc:creator>Peter A. Berger Jr.</dc:creator>
      <dc:date>2002-03-27T14:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: tar error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-error-message/m-p/4845196#M770886</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check this out:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=5d676e1006888e68c3/screen=ckiDisplayDocument?docId=200000038250705" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=5d676e1006888e68c3/screen=ckiDisplayDocument?docId=200000038250705&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Mar 2002 14:33:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-error-message/m-p/4845196#M770886</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-03-27T14:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: tar error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-error-message/m-p/4845197#M770887</link>
      <description>Hi Peter,&lt;BR /&gt;&lt;BR /&gt;check out the tar exit codes. Tar Exit code 5 is non-fatal and can be becuse of variour reasons as mentioned in the link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/cki/bin/doc.pl/sid=616855ba03ba5cafe0/screen=ckiDisplayDocument?docId=200000038250707" target="_blank"&gt;http://us-support3.external.hp.com/cki/bin/doc.pl/sid=616855ba03ba5cafe0/screen=ckiDisplayDocument?docId=200000038250707&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds</description>
      <pubDate>Wed, 27 Mar 2002 14:53:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-error-message/m-p/4845197#M770887</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-03-27T14:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: tar error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-error-message/m-p/4845198#M770888</link>
      <description>As far as I know, tar(1) itself does not give "tarstat=..." errors. I think this is an error from the script, rather than from tar(1). If so, you will have to check the script for details.&lt;BR /&gt;&lt;BR /&gt;It *might* mean that the "errno" variable is set to 5. If so, that means "I/O error":&lt;BR /&gt;&lt;BR /&gt;&amp;gt; $ grep 5 /usr/include/sys/errno.h&lt;BR /&gt;...&lt;BR /&gt;&amp;gt; #define EIO             5       /* I/O error                    */&lt;BR /&gt;...&lt;BR /&gt;&amp;gt; $&lt;BR /&gt;&lt;BR /&gt;See the errno(2) manual page for details. If the name of the *system call* (i.e. for example "write", "read", etc.) is also reported, then see the "RETURN VALUE" section of the manual page of that system call (i.e. for example write(2)). &lt;BR /&gt;</description>
      <pubDate>Wed, 27 Mar 2002 15:02:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-error-message/m-p/4845198#M770888</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2002-03-27T15:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: tar error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-error-message/m-p/4845199#M770889</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For all tar messages&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;dumpmsg /usr/lib/nls/msg/C/tar.cat&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;          Steve Steel</description>
      <pubDate>Wed, 27 Mar 2002 15:06:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-error-message/m-p/4845199#M770889</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-03-27T15:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: tar error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-error-message/m-p/4845200#M770890</link>
      <description>Tar exitcodes in numbers do not say a lot, but turning it into strings will tell you what the actual problem is:&lt;BR /&gt;&lt;BR /&gt;write a small perl program&lt;BR /&gt;with the functionality of:&lt;BR /&gt;&lt;BR /&gt;sub get_stdout_stderr {&lt;BR /&gt;# Does "cmd" in C-shell and returns both stdout and stderr.&lt;BR /&gt;    my $cmd = shift;&lt;BR /&gt;    my $tmpfile = "/tmp/tmp$$".time;&lt;BR /&gt;    my $cmd_redirect = "($cmd) &amp;gt;&amp;amp; $tmpfile; cat $tmpfile; rm -f $tmpfile";&lt;BR /&gt;    my $result = `csh -f -c "$cmd_redirect"`;&lt;BR /&gt;    return $result;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;my $tarstat;&lt;BR /&gt;$tarstat = get_stdout_stderr "$tar tvf $dlt";&lt;BR /&gt;print "$tarstat";&lt;BR /&gt;&lt;BR /&gt;Hopefully this will help you to trace the real returncodes.&lt;BR /&gt;Greetings,&lt;BR /&gt;Ceesjan</description>
      <pubDate>Thu, 28 Mar 2002 20:55:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-error-message/m-p/4845200#M770890</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-03-28T20:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: tar error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-error-message/m-p/4845201#M770891</link>
      <description>Thanks all for your help. One of the tar5 error message mentioned something about insufficient resources. We've been doing an BaaN/Oracle conversion and in that we've added more instances of databases running at the same time on this tired box. Our sysadmin has been getting semaphore problems and we think that this could be linked. We're looking at redoing our Oracle memory requirements. I'm from the Windows world and am migrating to HP-UX and thus far the ITRC forums have been great to a newbie like me! Keep up the great work... :)</description>
      <pubDate>Mon, 01 Apr 2002 16:13:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-error-message/m-p/4845201#M770891</guid>
      <dc:creator>Peter A. Berger Jr.</dc:creator>
      <dc:date>2002-04-01T16:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: tar error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-error-message/m-p/4845202#M770892</link>
      <description>closed</description>
      <pubDate>Fri, 20 Oct 2006 06:47:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-error-message/m-p/4845202#M770892</guid>
      <dc:creator>Peter A. Berger Jr.</dc:creator>
      <dc:date>2006-10-20T06:47:29Z</dc:date>
    </item>
  </channel>
</rss>

