<?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 in verbose mode vs. performance in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-in-verbose-mode-vs-performance/m-p/2445146#M9066</link>
    <description>Thank you, it is exactly what I wanted. :-)</description>
    <pubDate>Fri, 15 Sep 2000 08:47:19 GMT</pubDate>
    <dc:creator>Mihails Nikitins</dc:creator>
    <dc:date>2000-09-15T08:47:19Z</dc:date>
    <item>
      <title>Fbackup in verbose mode vs. performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-in-verbose-mode-vs-performance/m-p/2445137#M9057</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I noticed that fbackup in verbose mode runs very slow. It seems to me that the backup process waits for file name to be written on the console and then writes the next file. Performance degrades dramatically, especially writing a large number of small files. Do I understand the problem correctly?&lt;BR /&gt; &lt;BR /&gt;My solution would be not to use "-v" option, using "-I" instead. I.e.&lt;BR /&gt;&lt;BR /&gt;a bad idea is &lt;BR /&gt;fbackup -f /dev/rmt/0m -0vi /&lt;BR /&gt;&lt;BR /&gt;A faster solution could be&lt;BR /&gt;fbackup -0i / -I indices/all -f /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;Thank you for any comments about good fbackup practices.&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Sep 2000 15:31:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-in-verbose-mode-vs-performance/m-p/2445137#M9057</guid>
      <dc:creator>Mihails Nikitins</dc:creator>
      <dc:date>2000-09-13T15:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Fbackup in verbose mode vs. performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-in-verbose-mode-vs-performance/m-p/2445138#M9058</link>
      <description>&lt;BR /&gt;If you use verbose mode and redirect the fbackup output to a file its just as quick as not having verbose mode. We use it all the time. &lt;BR /&gt;ie. fbackup ....... &amp;gt;/tmp/daily_backup.out 2&amp;gt;&amp;amp;1&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Sep 2000 15:33:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-in-verbose-mode-vs-performance/m-p/2445138#M9058</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-09-13T15:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Fbackup in verbose mode vs. performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-in-verbose-mode-vs-performance/m-p/2445139#M9059</link>
      <description>To get the best performance out of fbackup you need to tune it by providing various parameters in a 'config' file. Probably the most important one being 'blocksperrecord' which defines the tape blocksize used.&lt;BR /&gt;&lt;BR /&gt;There have been a number of threads in this forum recently that give more information. I suggest that you use the SEARCH facility anc check FORUMS looking for fbackup.</description>
      <pubDate>Wed, 13 Sep 2000 15:38:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-in-verbose-mode-vs-performance/m-p/2445139#M9059</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-09-13T15:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fbackup in verbose mode vs. performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-in-verbose-mode-vs-performance/m-p/2445140#M9060</link>
      <description>Thank you, output redirection will solve the problem!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Sep 2000 07:58:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-in-verbose-mode-vs-performance/m-p/2445140#M9060</guid>
      <dc:creator>Mihails Nikitins</dc:creator>
      <dc:date>2000-09-14T07:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Fbackup in verbose mode vs. performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-in-verbose-mode-vs-performance/m-p/2445141#M9061</link>
      <description>I would go with the -I index option.  The problem with redirecting all std and error output to a file is that you cannot respond to errors such as a write protected tape.&lt;BR /&gt;&lt;BR /&gt;I recently had to update a backup script because of just this problem.  The fix I made used the -g graph, -V vol_head, and -I index options for a complete record trail.</description>
      <pubDate>Thu, 14 Sep 2000 20:31:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-in-verbose-mode-vs-performance/m-p/2445141#M9061</guid>
      <dc:creator>Alan Edwards</dc:creator>
      <dc:date>2000-09-14T20:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Fbackup in verbose mode vs. performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-in-verbose-mode-vs-performance/m-p/2445142#M9062</link>
      <description>On one hand, it is a good idea to catch all error messages in a file. On the other hand, &lt;BR /&gt;we may need stderr on the console (e.g., to replace media if it is full).&lt;BR /&gt;&lt;BR /&gt;Is it possible to send stderr to both file and console?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Sep 2000 07:07:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-in-verbose-mode-vs-performance/m-p/2445142#M9062</guid>
      <dc:creator>Mihails Nikitins</dc:creator>
      <dc:date>2000-09-15T07:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Fbackup in verbose mode vs. performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-in-verbose-mode-vs-performance/m-p/2445143#M9063</link>
      <description>Yes you can use the tee command.  do a man on tee &lt;BR /&gt;&lt;BR /&gt;Here is what you might want to try..&lt;BR /&gt; fbackup ....... 2&amp;gt;&amp;amp;1 | tee -a /tmp/daily_backup.out</description>
      <pubDate>Fri, 15 Sep 2000 07:39:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-in-verbose-mode-vs-performance/m-p/2445143#M9063</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-09-15T07:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Fbackup in verbose mode vs. performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-in-verbose-mode-vs-performance/m-p/2445144#M9064</link>
      <description>&amp;gt; fbackup ....... 2&amp;gt;&amp;amp;1 | tee -a  /tmp/daily_backup.out &lt;BR /&gt;This construction will send all output to console. If I need to see everything in a log file and errors on console, probably, I cannot not use "-v" option, I may use "-I" instead.&lt;BR /&gt;&lt;BR /&gt;I do not see possibility to get the same result with "tee" and output redirection (stderr to both console and file, stdout to file only).</description>
      <pubDate>Fri, 15 Sep 2000 07:58:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-in-verbose-mode-vs-performance/m-p/2445144#M9064</guid>
      <dc:creator>Mihails Nikitins</dc:creator>
      <dc:date>2000-09-15T07:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Fbackup in verbose mode vs. performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-in-verbose-mode-vs-performance/m-p/2445145#M9065</link>
      <description>Sorry about that I now understand what you wanted... you can achive that with tee by sub-command executionn like:&lt;BR /&gt;&lt;BR /&gt;(fbackup ....  1&amp;gt;/tmp/output1) 2&amp;gt;&amp;amp;1 | tee -a /tmp/backup.out&lt;BR /&gt;&lt;BR /&gt;this will execute the construct in bracket as one unit, and then any errors generated are sent to a new file descriptor 1 which is then tee'd to your file.</description>
      <pubDate>Fri, 15 Sep 2000 08:19:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-in-verbose-mode-vs-performance/m-p/2445145#M9065</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-09-15T08:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Fbackup in verbose mode vs. performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-in-verbose-mode-vs-performance/m-p/2445146#M9066</link>
      <description>Thank you, it is exactly what I wanted. :-)</description>
      <pubDate>Fri, 15 Sep 2000 08:47:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-in-verbose-mode-vs-performance/m-p/2445146#M9066</guid>
      <dc:creator>Mihails Nikitins</dc:creator>
      <dc:date>2000-09-15T08:47:19Z</dc:date>
    </item>
  </channel>
</rss>

