<?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: backup exit code = 2 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-exit-code-2/m-p/2699982#M57652</link>
    <description>Paul-&lt;BR /&gt;&lt;BR /&gt;Steve has a good explaination on what it means.  Easy things to check are tape, clean the drive, etc.  If you happened to get an email to root, normally that will point you in the right direction.  Also, you can look in the syslog, sometimes things will show up there that might indicate what caused the error.  One other thing, depending on how you have it set up, is that it might be a full tape. I have my backup setup through SAM, and if it wants a second tape, it will exit as opposed to prompting for the second tape.  Some things to look into.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
    <pubDate>Tue, 09 Apr 2002 13:11:24 GMT</pubDate>
    <dc:creator>Mark Vollmers</dc:creator>
    <dc:date>2002-04-09T13:11:24Z</dc:date>
    <item>
      <title>backup exit code = 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-exit-code-2/m-p/2699979#M57649</link>
      <description>I had a backup fail after running for 5:40 last night with an exit code = 2. Does anybody know what exit code 2 means? I cannot find any info on these exit codes at all.&lt;BR /&gt;ANY help would be greatly appreciated.</description>
      <pubDate>Tue, 09 Apr 2002 12:39:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-exit-code-2/m-p/2699979#M57649</guid>
      <dc:creator>Paul Wright</dc:creator>
      <dc:date>2002-04-09T12:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: backup exit code = 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-exit-code-2/m-p/2699980#M57650</link>
      <description>Hi Paul:&lt;BR /&gt;&lt;BR /&gt;What backup utility?  If 'fbackup' then a return code=2 denotes any error that prevents continuing the session.  See the man pages for 'fbackup'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 09 Apr 2002 12:44:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-exit-code-2/m-p/2699980#M57650</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-04-09T12:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: backup exit code = 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-exit-code-2/m-p/2699981#M57651</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt; fbackup has the following exit codes:&lt;BR /&gt;&lt;BR /&gt; 1. A warning return value is introduced to notice the operator that fbackup ends with the warnings. The following explanations can be found in fbackup(1M)  man page:&lt;BR /&gt;        fbackup returns one of the following values.&lt;BR /&gt;   0 upon normal completion.&lt;BR /&gt;   1 if it is interrupted but allowed to save its state  for possible restart.&lt;BR /&gt;   2 if any error conditions prevent the session from completing.&lt;BR /&gt;   4 if any warning conditions are encountered.&lt;BR /&gt;&lt;BR /&gt;Exit code 1 is used if there was operator intervention and the state&lt;BR /&gt;was saved so that the backup can be resumed later. (Intervention w/o&lt;BR /&gt;saving the state would mean exit code 2.) Either this isn't very&lt;BR /&gt;popular or relatively bug-free and easy to use, since I never got&lt;BR /&gt;a question about it.&lt;BR /&gt;&lt;BR /&gt;In the case of an exit code 2, the lats few messages in the log should&lt;BR /&gt;tell you what happened. Typical reasons are: bad tape, dirty tape drive,&lt;BR /&gt;etc. while installing the latest fbackup patch often helps too.&lt;BR /&gt;You can't tell the failure reason from the exit code 2 alone. There are&lt;BR /&gt;a number of things fbackup needs to set up (shared memory, semaphore,&lt;BR /&gt;start child processes, sort the index) where a fatal error could occur.&lt;BR /&gt;Later errors tend to be unspecific (the "could happen anytime" category&lt;BR /&gt;would include an I/O problem with the output device or a failed malloc,&lt;BR /&gt;the "should not happen" category that a process got killed).&lt;BR /&gt;&lt;BR /&gt;(All messages are in the format derived from&lt;BR /&gt; "dumpmsg /usr/lib/nls/msg/C/fbackup.cat". )&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;               Steve Steel</description>
      <pubDate>Tue, 09 Apr 2002 12:49:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-exit-code-2/m-p/2699981#M57651</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-04-09T12:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: backup exit code = 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-exit-code-2/m-p/2699982#M57652</link>
      <description>Paul-&lt;BR /&gt;&lt;BR /&gt;Steve has a good explaination on what it means.  Easy things to check are tape, clean the drive, etc.  If you happened to get an email to root, normally that will point you in the right direction.  Also, you can look in the syslog, sometimes things will show up there that might indicate what caused the error.  One other thing, depending on how you have it set up, is that it might be a full tape. I have my backup setup through SAM, and if it wants a second tape, it will exit as opposed to prompting for the second tape.  Some things to look into.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Tue, 09 Apr 2002 13:11:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-exit-code-2/m-p/2699982#M57652</guid>
      <dc:creator>Mark Vollmers</dc:creator>
      <dc:date>2002-04-09T13:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: backup exit code = 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-exit-code-2/m-p/2699983#M57653</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have seen this before. Tape full or defect or drive dirty will be the source of the error.&lt;BR /&gt;&lt;BR /&gt;Clemens</description>
      <pubDate>Tue, 09 Apr 2002 16:30:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-exit-code-2/m-p/2699983#M57653</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-04-09T16:30:07Z</dc:date>
    </item>
  </channel>
</rss>

