<?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: frecover performance in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-performance/m-p/2783095#M77733</link>
    <description>This is rather typical of restores, especially those with have a large number of small files. There is a fairly large overhead associated with updating directories during the restore that the backup does not have to do. You would see much the same result using a high performance backup system like OmniBack II. Another difference is that the backup has multiple reader processes.&lt;BR /&gt;</description>
    <pubDate>Fri, 09 Aug 2002 13:05:53 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2002-08-09T13:05:53Z</dc:date>
    <item>
      <title>frecover performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-performance/m-p/2783093#M77731</link>
      <description>I have a T500 server running HP-UX 10.20 with an external DDS2 drive. fbackuping /home (1.06 Gb, 30085 files and directories) takes 23 minutes but frecovering everything back to an empty directory takes over 1 hour.&lt;BR /&gt;Is there a way to make the recover go faster or does it really take 3 times longer to restore than backup?&lt;BR /&gt;Since a full backup of the system takes 2 hours a restore would take about 6, I really need it to go faster.</description>
      <pubDate>Fri, 09 Aug 2002 12:23:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-performance/m-p/2783093#M77731</guid>
      <dc:creator>Sebastian Haglund</dc:creator>
      <dc:date>2002-08-09T12:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: frecover performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-performance/m-p/2783094#M77732</link>
      <description>Remember backups are normally designed to write quickly, not restore quickly - working on the premise you want a log of the former and not too much of the latter.&lt;BR /&gt;&lt;BR /&gt;For frecover performance is depends on the frequency of checkpoints on the tape - which allows the tape to 'jump' when looking for stuff to restore/frecover. We use the following config file for fbackup which seems to offer the best of backup times and recover times;&lt;BR /&gt;&lt;BR /&gt;blocksperrecord         128 &lt;BR /&gt;records                 32&lt;BR /&gt;checkpointfreq          256     &lt;BR /&gt;readerprocesses         4&lt;BR /&gt;maxretries              1&lt;BR /&gt;retrylimit              0&lt;BR /&gt;maxvoluses              1000&lt;BR /&gt;&lt;BR /&gt;Check the manpage for these, you can adjust even more for faster recoveries if you wish but at the cost of backup speed.&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Aug 2002 12:56:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-performance/m-p/2783094#M77732</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-08-09T12:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: frecover performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-performance/m-p/2783095#M77733</link>
      <description>This is rather typical of restores, especially those with have a large number of small files. There is a fairly large overhead associated with updating directories during the restore that the backup does not have to do. You would see much the same result using a high performance backup system like OmniBack II. Another difference is that the backup has multiple reader processes.&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Aug 2002 13:05:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-performance/m-p/2783095#M77733</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-08-09T13:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: frecover performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-performance/m-p/2783096#M77734</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Tune it and it should speed up&lt;BR /&gt;&lt;BR /&gt; +  Create a suitable configuration file called config in the&lt;BR /&gt;    directory /var/adm/fbackupfiles call with -c in fbackup.&lt;BR /&gt;&lt;BR /&gt;    Options&lt;BR /&gt;      -c config      config is the name of the configuration file, and can&lt;BR /&gt;                     contain values for the following parameters:&lt;BR /&gt;&lt;BR /&gt;                        o  Number of 1024-byte blocks per record.&lt;BR /&gt;                        o  Number of records of shared memory to allocate.&lt;BR /&gt;                        o  Number of records between checkpoints.  Since the&lt;BR /&gt;                           EOF marks between checkpoints are also used for&lt;BR /&gt;                           fast searching on DLT-format drives, changing the&lt;BR /&gt;                           checkpoint frequency may also affect selective&lt;BR /&gt;                           recovery speed (see WARNINGS section).&lt;BR /&gt;                        o  Number of file-reader processes.&lt;BR /&gt;                        o  Maximum number of times fbackup is to retry an&lt;BR /&gt;                           active file.&lt;BR /&gt;                        o  Maximum number of bytes of media to use while&lt;BR /&gt;                           retrying the backup of an active file.&lt;BR /&gt;                        o  Maximum number of times a magnetic tape volume&lt;BR /&gt;                           can be used.&lt;BR /&gt;                        o  Name of a file to be executed when a volume&lt;BR /&gt;                           change occurs.  This file must exist and be&lt;BR /&gt;                           executable.&lt;BR /&gt;                        o  Name of a file to be executed when a fatal error&lt;BR /&gt;                           occurs.  This file must exist and be executable.&lt;BR /&gt;                        o  The number of files between the fast search marks&lt;BR /&gt;                           on DDS-format tapes.  The cost of these marks are&lt;BR /&gt;                           negligible in terms of space on the DDS-format&lt;BR /&gt;                           tape.  Not all DDS-format devices support fast&lt;BR /&gt;                           search marks.&lt;BR /&gt;&lt;BR /&gt;                     Each entry in the configuration file consists of one&lt;BR /&gt;                     line of text in the following format: identifier, white&lt;BR /&gt;                     space, argument.  In the following sample configuration&lt;BR /&gt;                     file, the number of blocks per record is set to 16; the&lt;BR /&gt;                     number of shared memory records is set to 16; the&lt;BR /&gt;                     checkpoint frequency is set to 256; the number of file&lt;BR /&gt;                     reader processes is set to 2; the maximum number of&lt;BR /&gt;                     retries of an active file is set to 5; the maximum&lt;BR /&gt;                     retry space for active files is set to 5,000,000 bytes;&lt;BR /&gt;                     the maximum number of times a magnetic tape volume can&lt;BR /&gt;                     be used is set to 100; the file to be executed at&lt;BR /&gt;                     volume change time is /var/adm/fbackupfiles/chgvol; the&lt;BR /&gt;                     file to be executed when a fatal error occurs is&lt;BR /&gt;                     /var/adm/fbackupfiles/error; and the number of files&lt;BR /&gt;                     between fast search marks on DDS-format drives is set&lt;BR /&gt;                     to 200.&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;                           steve Steel</description>
      <pubDate>Fri, 09 Aug 2002 13:48:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-performance/m-p/2783096#M77734</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-08-09T13:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: frecover performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-performance/m-p/2783097#M77735</link>
      <description>Adding to the other responses:&lt;BR /&gt;&lt;BR /&gt;I think that things go about as fast as they can:&lt;BR /&gt;&lt;BR /&gt;DDS-2 has a Native Mode (uncompressed) *maximum* speed of 500 KB/sec, i.e. 0.66 GB in 23 minutes. You get 1.06GB in 23 minutes, so compression is working and you get a speed of 805 KB/sec. I.e. you are apparently already using a suitable blocksperrecord setting.&lt;BR /&gt;&lt;BR /&gt;As others have mentioned, it is the directory operations, especially if you have many files per directory, which is a large factor during restores.</description>
      <pubDate>Mon, 12 Aug 2002 08:01:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-performance/m-p/2783097#M77735</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2002-08-12T08:01:25Z</dc:date>
    </item>
  </channel>
</rss>

