<?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 CONFIG in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config/m-p/2800324#M81759</link>
    <description>Hi Robert:&lt;BR /&gt;&lt;BR /&gt;As I indicated, 'fbackup' notes the timestamp of a file as it begins to transfer it from disk to tape.  When the transfer finishes, the timestamp of the file on disk is compared to the timestamp value that existed when the transfer began.  If they are different, the tape copy is marked "bad".  'frecover' will not copy this data from tape to disk.&lt;BR /&gt;&lt;BR /&gt;Thus, yes, you waste time (and tape!) recopying a file that is changing.&lt;BR /&gt;&lt;BR /&gt;Files on the tape that were successful copies, even if they are downstream of a "bad" copy are extractable by 'frecover'.  My point is that to reach them, the tape has to be read, and if that means reading extra copies of files, that's time (and tape) that is wasted (again).&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Thu, 05 Sep 2002 12:08:48 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2002-09-05T12:08:48Z</dc:date>
    <item>
      <title>FBACKUP CONFIG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config/m-p/2800318#M81753</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Starting to use a config file for all of our fbackup processes. I have some timing issues with some open files during backup. I am going to set maxretries to '5'. Does anyone know what the default value for this field is, if I didn't specify a value? Also, does nyone have a good example of a config file. We mostly backup up root, /app areas, and an oracle export area to DLT and DDS.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;RPM</description>
      <pubDate>Thu, 05 Sep 2002 11:15:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config/m-p/2800318#M81753</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2002-09-05T11:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: FBACKUP CONFIG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config/m-p/2800319#M81754</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;From man page&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                          blocksperrecord          16&lt;BR /&gt;                          records                  16&lt;BR /&gt;                          checkpointfreq           256&lt;BR /&gt;                          readerprocesses          2 (maximum of 6)&lt;BR /&gt;                          maxretries               5&lt;BR /&gt;                          retrylimit               5000000&lt;BR /&gt;                          maxvoluses               100&lt;BR /&gt;                          chgvol                   /var/adm/fbackupfiles/chgvol&lt;BR /&gt;                          error                    /var/adm/fbackupfiles/error&lt;BR /&gt;                          filesperfsm              200&lt;BR /&gt;&lt;BR /&gt;                     Each value listed is also the default value, except&lt;BR /&gt;                     chgvol and error, which default to null values.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is good for most systems . If you have problems put maxretries on 2 (it wastes tape space) and filesperfsm and readers up&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;               Steve steel</description>
      <pubDate>Thu, 05 Sep 2002 11:23:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config/m-p/2800319#M81754</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-09-05T11:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: FBACKUP CONFIG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config/m-p/2800320#M81755</link>
      <description>Hi Robert:&lt;BR /&gt;&lt;BR /&gt;The default value for 'maxretries' is five (5).  See the man pages for 'fbackup' for this information and the other parameter's defaults.&lt;BR /&gt;&lt;BR /&gt;Remember that every file retry means wasted time and wasted tape.  When 'fbackup' starts to transfer a file from disk to tape it notes the timestamp of the file on disk. When the transfer to tape has completed, 'fbackup' examines the timestamp again. If it has changed, the tape copy is marked "bad" and a new copy (from disk) is started again for the file in question. This process will be repeated until a static timestamp is seen or &lt;MAXRETRIES&gt; have been exahusted. The default is five tries. The problem is that tape is consumed for each copy transferred. During a subsequent 'frecover', the bad copies of the file must be traversed and skipped. &lt;BR /&gt;&lt;BR /&gt;The default values for 'fbackup's configuration file are archaic.  They provide very poor performance for backup and for potential recovery.&lt;BR /&gt;&lt;BR /&gt;A good set of values look something like this:&lt;BR /&gt;&lt;BR /&gt;blocksperrecord 256 &lt;BR /&gt;records 32 &lt;BR /&gt;checkpointfreq 1024 &lt;BR /&gt;readerprocesses 6 &lt;BR /&gt;maxretries 5 &lt;BR /&gt;retrylimit 5000000 &lt;BR /&gt;maxvoluses 200 &lt;BR /&gt;filesperfsm 2000 &lt;BR /&gt;&lt;BR /&gt;Note that the 'readerprocesses' default is two (2), but six (6) are allowed. The higher the number the more concurrent processes read data to deliver to the tape. Too low a number may result in the tape drive falling in and out of streaming mode thereby reducing copy times significantly. &lt;BR /&gt;&lt;BR /&gt;For more , an excellent document is #KB00000196 "Understanding Fbackup/Frecover and Optimizing Backup Performance" (attached for your convenience). &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;/MAXRETRIES&gt;</description>
      <pubDate>Thu, 05 Sep 2002 11:29:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config/m-p/2800320#M81755</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-09-05T11:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: FBACKUP CONFIG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config/m-p/2800321#M81756</link>
      <description>Hi (again) Robert:&lt;BR /&gt;&lt;BR /&gt;Sorry, that document ID should be: KBRC00000196.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 05 Sep 2002 11:32:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config/m-p/2800321#M81756</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-09-05T11:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: FBACKUP CONFIG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config/m-p/2800322#M81757</link>
      <description>Thanks James,&lt;BR /&gt;&lt;BR /&gt;Very interesting. So in a nut shell, if you have an open file that is trying to get backed up. Your backup is sort of in a wait state until either the timestamp has not changed or the max retries has expired. Is that correct. So you loose vlauable backup time wile it retries this one file only?</description>
      <pubDate>Thu, 05 Sep 2002 11:52:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config/m-p/2800322#M81757</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2002-09-05T11:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: FBACKUP CONFIG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config/m-p/2800323#M81758</link>
      <description>James,&lt;BR /&gt;Another question.&lt;BR /&gt;&lt;BR /&gt;You said " During subsequesnt 'frecover', the bad copies of the file must be traversed or skipped." I encounter this problem very often where there is a busy file on tape so it was skipped on the backup. When I try to frecover a file past that point I can't get to it. It just sits and sits and sits. How can you traverse past that file that is bad?</description>
      <pubDate>Thu, 05 Sep 2002 12:00:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config/m-p/2800323#M81758</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2002-09-05T12:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: FBACKUP CONFIG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config/m-p/2800324#M81759</link>
      <description>Hi Robert:&lt;BR /&gt;&lt;BR /&gt;As I indicated, 'fbackup' notes the timestamp of a file as it begins to transfer it from disk to tape.  When the transfer finishes, the timestamp of the file on disk is compared to the timestamp value that existed when the transfer began.  If they are different, the tape copy is marked "bad".  'frecover' will not copy this data from tape to disk.&lt;BR /&gt;&lt;BR /&gt;Thus, yes, you waste time (and tape!) recopying a file that is changing.&lt;BR /&gt;&lt;BR /&gt;Files on the tape that were successful copies, even if they are downstream of a "bad" copy are extractable by 'frecover'.  My point is that to reach them, the tape has to be read, and if that means reading extra copies of files, that's time (and tape) that is wasted (again).&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 05 Sep 2002 12:08:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config/m-p/2800324#M81759</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-09-05T12:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: FBACKUP CONFIG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config/m-p/2800325#M81760</link>
      <description>Thanks James,&lt;BR /&gt;&lt;BR /&gt;Good explination and link. I always wondered what the devices were actually doing during an encounter such as this.&lt;BR /&gt;&lt;BR /&gt;Thanks again.&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Sep 2002 12:16:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config/m-p/2800325#M81760</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2002-09-05T12:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: FBACKUP CONFIG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config/m-p/2800326#M81761</link>
      <description>Hi James, &lt;BR /&gt;&lt;BR /&gt;I find your message very helpful, however, I am having problem finding the document "Understanding Fbackup/Frecover and Optimizing Backup Performance". Could you send me the web link to it. Thanks.&lt;BR /&gt;&lt;BR /&gt;Simon</description>
      <pubDate>Fri, 14 Nov 2003 16:43:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config/m-p/2800326#M81761</guid>
      <dc:creator>Simon_6</dc:creator>
      <dc:date>2003-11-14T16:43:43Z</dc:date>
    </item>
  </channel>
</rss>

