<?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: fbackup warning in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-warning/m-p/2476366#M17608</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you run your fbackup with the (v)erbose option (-v) and redirect the output to a log file, you will be able to search for warnings and errors.  Thus, something like:&lt;BR /&gt;&lt;BR /&gt;# fbackup... &amp;gt; /tmp/fbackup.log 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;The most common reasons for an exit code of &amp;lt;4&amp;gt; are the lack of a volume header, as for instance with a new tape; or an attempt to copy a file that is actively changing.&lt;BR /&gt;&lt;BR /&gt;You can verify an fbackup tape by doing a "no=recovery" 'frecover', as:&lt;BR /&gt;&lt;BR /&gt;# frecover -N -r -v -f /dev/rmt/0m &amp;gt; /tmp/frecover.log 2&amp;amp;&amp;gt;1&lt;BR /&gt;&lt;BR /&gt;The reason for doing the 'frecover' lies in the fact that if the file's modification timestamp has changed while the file was being written to tape, fbackup writes a "BAD" status flag to the file's trailer, and re-reads the file, writing the file to tape again. This process will be repeated &lt;MAXRETRIES&gt; times as specified in the fbackup configuration file.  The default is five times.  An 'frecover' of the tape will report these events. &lt;BR /&gt;&lt;BR /&gt;Using the -v option during 'fbackup', and parsing the output log for errors and warnings allows the quickest determination of success and comfort for you.  This is my standard choice.&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;/MAXRETRIES&gt;</description>
    <pubDate>Sat, 23 Dec 2000 19:46:13 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2000-12-23T19:46:13Z</dc:date>
    <item>
      <title>fbackup warning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-warning/m-p/2476364#M17606</link>
      <description>I got the following warning during fbackup.&lt;BR /&gt;&lt;BR /&gt;fbackup(1004): session begins on Fri Dec 22 14:17:18 2000&lt;BR /&gt;fbackup(3309): WARNING: unable to read a volume header&lt;BR /&gt;fbackup(3024): writing volume 1 to the output file 1.1.1.1:/dev/rmt/0m&lt;BR /&gt;fbackup(1030): warnings encountered during backup: 4&lt;BR /&gt;&lt;BR /&gt;This case has been discussed at&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xf8a783667c40d4118feb0090279cd0f9,00.html" target="_blank"&gt;http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xf8a783667c40d4118feb0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Q.&lt;BR /&gt;&lt;BR /&gt;I did not get any information about the file(s) causing the error.  I run fbackup in non-verbose mode creating index file.&lt;BR /&gt;&lt;BR /&gt;fbackup -0i / -I indices/$DATE.index.log -f 10.10.2.201:/dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;What diagnostic messages I should  search? &lt;BR /&gt;&lt;BR /&gt;Thanks in advance! Merry X-mas!&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Dec 2000 16:18:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-warning/m-p/2476364#M17606</guid>
      <dc:creator>Mihails Nikitins</dc:creator>
      <dc:date>2000-12-22T16:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup warning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-warning/m-p/2476365#M17607</link>
      <description>try to see with fuser or lsof who is on the directory or file system you are trying to backup.&lt;BR /&gt;Good luck&lt;BR /&gt;Merry christmas&lt;BR /&gt;&lt;BR /&gt;Victor</description>
      <pubDate>Fri, 22 Dec 2000 16:46:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-warning/m-p/2476365#M17607</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2000-12-22T16:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup warning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-warning/m-p/2476366#M17608</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you run your fbackup with the (v)erbose option (-v) and redirect the output to a log file, you will be able to search for warnings and errors.  Thus, something like:&lt;BR /&gt;&lt;BR /&gt;# fbackup... &amp;gt; /tmp/fbackup.log 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;The most common reasons for an exit code of &amp;lt;4&amp;gt; are the lack of a volume header, as for instance with a new tape; or an attempt to copy a file that is actively changing.&lt;BR /&gt;&lt;BR /&gt;You can verify an fbackup tape by doing a "no=recovery" 'frecover', as:&lt;BR /&gt;&lt;BR /&gt;# frecover -N -r -v -f /dev/rmt/0m &amp;gt; /tmp/frecover.log 2&amp;amp;&amp;gt;1&lt;BR /&gt;&lt;BR /&gt;The reason for doing the 'frecover' lies in the fact that if the file's modification timestamp has changed while the file was being written to tape, fbackup writes a "BAD" status flag to the file's trailer, and re-reads the file, writing the file to tape again. This process will be repeated &lt;MAXRETRIES&gt; times as specified in the fbackup configuration file.  The default is five times.  An 'frecover' of the tape will report these events. &lt;BR /&gt;&lt;BR /&gt;Using the -v option during 'fbackup', and parsing the output log for errors and warnings allows the quickest determination of success and comfort for you.  This is my standard choice.&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;/MAXRETRIES&gt;</description>
      <pubDate>Sat, 23 Dec 2000 19:46:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-warning/m-p/2476366#M17608</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-12-23T19:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup warning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-warning/m-p/2476367#M17609</link>
      <description>Two things to check:&lt;BR /&gt;# Check the .rhosts files&lt;BR /&gt;# Check Network traffic.&lt;BR /&gt;&lt;BR /&gt;fbackup -f &lt;HOTSNAME&gt;: /dev/rmt/0m -v -i / # fbackup -i / &lt;BR /&gt;-f host_name:/dev_name_of_backup_device&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;man fbackup:&lt;BR /&gt; There is slightly different behavior if remote devices are used.  A device on the remote machine can be specified in the form machine:device.  &lt;BR /&gt;fbackup creates a server process from /usr/sbin/rmt on the remote&lt;BR /&gt;machine to access the tape device.  If /usr/sbin/rmt does not exist on the remote system, fbackup creates a                     server process from /etc/rmt on the remote machine to access the tape device.  Only half-inch 9-track magnetic tapes or DDS-format tapes can be remote devices. The fast search marks capability is not used&lt;BR /&gt;when remote DDS-format devices are used&lt;BR /&gt;&lt;/HOTSNAME&gt;</description>
      <pubDate>Wed, 27 Dec 2000 10:38:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-warning/m-p/2476367#M17609</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2000-12-27T10:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup warning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-warning/m-p/2476368#M17610</link>
      <description>Regarding error fbackup messages  " fbackup warnings encountered during backup: 4 " &lt;BR /&gt;"fbackup exit code 4" it's not error level but it's just only warning because your system is not upto date with the latest patches relating to your system hardware.&lt;BR /&gt;Use this link to check out the write up: &lt;BR /&gt;                                     &lt;A href="http://europe-support.external.hp.com/cki/bin/doc.pl/sid=879e601c00b4520b3e/screen=ckiDisplayDocument?docId=200000047385470" target="_blank"&gt;http://europe-support.external.hp.com/cki/bin/doc.pl/sid=879e601c00b4520b3e/screen=ckiDisplayDocument?docId=200000047385470&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Or Document Id #: KBRC00000427 &lt;BR /&gt;&lt;BR /&gt;Cheers and Happy New Year In Advance!</description>
      <pubDate>Wed, 27 Dec 2000 11:13:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-warning/m-p/2476368#M17610</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-12-27T11:13:27Z</dc:date>
    </item>
  </channel>
</rss>

