<?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: Reduce fbackup time in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/reduce-fbackup-time/m-p/4868790#M861664</link>
    <description>Actually, Legato, Veritas, even OmniBack (DataProtector) will run VERY slow depending on the data and the tape drive. New tape drives have become extremely fast and are pushing the limits of filesystem performance. Notice I didn't say disk performance because most disks can transfer data streams much faster than the tape drive but you may be backing up millions of files and every single file must be opened (causing a directory seek) read and closed. The only way to get past this bottleneck is to add more reader processes or backup raw disks.&lt;BR /&gt; &lt;BR /&gt;For fbackup, the default is for very old, very obsolete reel-to-reel tape drives. To override the defaults, you must create a config file and put new values in it for fbackup to use:&lt;BR /&gt; &lt;BR /&gt;blocksperrecord     512 &lt;BR /&gt;records             64&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;Save this as something like /etc/fbackup.config and then add it to your backup command line:&lt;BR /&gt; &lt;BR /&gt;fbackup ... -c /etc/fbackup.config ...&lt;BR /&gt; &lt;BR /&gt;This starts the maximum 6 reader processes, reduces the number of setmarks and checkpoints, and specifies a large blocksize. This should improve the backup speed significantly. (all this assumes that the tape drive is local to your computer and not over the network)</description>
    <pubDate>Fri, 05 Nov 2004 19:12:07 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2004-11-05T19:12:07Z</dc:date>
    <item>
      <title>Reduce fbackup time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reduce-fbackup-time/m-p/4868786#M861660</link>
      <description>Hi&lt;BR /&gt;I have one N4000 with HP/UX 11.00. I want to make a backup using fbackup command but I see that fbackup write 3 Mb each second. If I want to save 300 Gb I will spend around 27 hours. &lt;BR /&gt;Some tools like Legato Networker or Veritas NetBackup write 30 Mb each second.&lt;BR /&gt;&lt;BR /&gt;How can I increase my fbackup performance to increase the velocity?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Nov 2004 05:48:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reduce-fbackup-time/m-p/4868786#M861660</guid>
      <dc:creator>accent</dc:creator>
      <dc:date>2004-11-04T05:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce fbackup time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reduce-fbackup-time/m-p/4868787#M861661</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check this doc for a fbackup -c config file example.&lt;BR /&gt;&lt;BR /&gt;Document description: How to improve fbackup performance with Ultrium drives&lt;BR /&gt;Document id: UBACKKBRC00010991&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000073094866" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000073094866&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 04 Nov 2004 05:55:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reduce-fbackup-time/m-p/4868787#M861661</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2004-11-04T05:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce fbackup time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reduce-fbackup-time/m-p/4868788#M861662</link>
      <description>Typically a filesystem with many small files will take a long time to backup.  Try to split out your OS filesystems and data/application into seperate backups.  I have seen fbackup, legato, omniback etc..etc.. all run at a few 100k/second with fileystems that contain small files.  With a combination of large files and a correct fbackup config file you should get your drive running at its optimal speed.  You need to be able to push enough data at the drive to keep it streaming or you get what is know as the shoe-shining (stop start) effect on the tape media.</description>
      <pubDate>Fri, 05 Nov 2004 08:59:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reduce-fbackup-time/m-p/4868788#M861662</guid>
      <dc:creator>D Anderton</dc:creator>
      <dc:date>2004-11-05T08:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce fbackup time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reduce-fbackup-time/m-p/4868789#M861663</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There is Patch for that. Use last patch bundle. Also find max speed for your tape.&lt;BR /&gt;Change your tape with new one better LTO &lt;BR /&gt;device. Look for disk activity when you make backup. Try to find last FW for your SCSI CTL and Tape. &lt;BR /&gt;Test tape performance using DD command&lt;BR /&gt;&lt;BR /&gt;#### use blank tape (new one) #######&lt;BR /&gt;time dd if=/dev/null of=/dev/rmt/XXX bs=1024k count=100&lt;BR /&gt;&lt;BR /&gt;where XXX is your tape device file.&lt;BR /&gt;&lt;BR /&gt;Try tar and compare backup time !&lt;BR /&gt;Use fbackup  for same backup and compare.&lt;BR /&gt;What model is your TAPE ? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Nov 2004 11:11:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reduce-fbackup-time/m-p/4868789#M861663</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2004-11-05T11:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce fbackup time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reduce-fbackup-time/m-p/4868790#M861664</link>
      <description>Actually, Legato, Veritas, even OmniBack (DataProtector) will run VERY slow depending on the data and the tape drive. New tape drives have become extremely fast and are pushing the limits of filesystem performance. Notice I didn't say disk performance because most disks can transfer data streams much faster than the tape drive but you may be backing up millions of files and every single file must be opened (causing a directory seek) read and closed. The only way to get past this bottleneck is to add more reader processes or backup raw disks.&lt;BR /&gt; &lt;BR /&gt;For fbackup, the default is for very old, very obsolete reel-to-reel tape drives. To override the defaults, you must create a config file and put new values in it for fbackup to use:&lt;BR /&gt; &lt;BR /&gt;blocksperrecord     512 &lt;BR /&gt;records             64&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;Save this as something like /etc/fbackup.config and then add it to your backup command line:&lt;BR /&gt; &lt;BR /&gt;fbackup ... -c /etc/fbackup.config ...&lt;BR /&gt; &lt;BR /&gt;This starts the maximum 6 reader processes, reduces the number of setmarks and checkpoints, and specifies a large blocksize. This should improve the backup speed significantly. (all this assumes that the tape drive is local to your computer and not over the network)</description>
      <pubDate>Fri, 05 Nov 2004 19:12:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reduce-fbackup-time/m-p/4868790#M861664</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-11-05T19:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce fbackup time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reduce-fbackup-time/m-p/4868791#M861665</link>
      <description>Hi.&lt;BR /&gt;Thanks Bill I used the following config file (as you said me) and my backup was more fasters than the previous execution.&lt;BR /&gt;&lt;BR /&gt;blocksperrecord   512&lt;BR /&gt;records           64&lt;BR /&gt;checkpointfreq    128&lt;BR /&gt;readerprocesses   6&lt;BR /&gt;maxretries        5&lt;BR /&gt;retrylimit        5000000&lt;BR /&gt;maxvoluses        100&lt;BR /&gt;filesperfsm       500&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Nov 2004 03:17:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reduce-fbackup-time/m-p/4868791#M861665</guid>
      <dc:creator>accent</dc:creator>
      <dc:date>2004-11-10T03:17:34Z</dc:date>
    </item>
  </channel>
</rss>

