<?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 log in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/2713665#M61176</link>
    <description>Ricky,&lt;BR /&gt;&lt;BR /&gt;You should never have an operator scanning logs for success or failure messages. You need to put that ERROR checking into your scripts and send EMAIL's, PAGES, and even VOICE MAIL's, when a process fails.&lt;BR /&gt;&lt;BR /&gt;That's my story, and I'm sticking to it :-))&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
    <pubDate>Tue, 30 Apr 2002 01:10:30 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2002-04-30T01:10:30Z</dc:date>
    <item>
      <title>fbackup log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/2713664#M61175</link>
      <description>Hi, I use fbackup -vf /dev/rmt/0mn -i / for my system backup. The standard out and standard error are redirected to a log file. What affirmative message should my operator look out for to be sure of a successful backup.&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 30 Apr 2002 01:04:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/2713664#M61175</guid>
      <dc:creator>Ricky_2</dc:creator>
      <dc:date>2002-04-30T01:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/2713665#M61176</link>
      <description>Ricky,&lt;BR /&gt;&lt;BR /&gt;You should never have an operator scanning logs for success or failure messages. You need to put that ERROR checking into your scripts and send EMAIL's, PAGES, and even VOICE MAIL's, when a process fails.&lt;BR /&gt;&lt;BR /&gt;That's my story, and I'm sticking to it :-))&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 30 Apr 2002 01:10:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/2713665#M61176</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-04-30T01:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/2713666#M61177</link>
      <description>Typically you'll see something like ..&lt;BR /&gt;&lt;BR /&gt;fbackup(3024): writing volume 1 to the output file test&lt;BR /&gt;    1: check-abars.10072 1&lt;BR /&gt;fbackup(1005): run time: 4 seconds&lt;BR /&gt;fbackup(3055): total file blocks read for backup: 1&lt;BR /&gt;fbackup(3056): total blocks written to output file test: 16  &lt;BR /&gt;&lt;BR /&gt;The above is just 1 file backup to a file "test". As you can see you can't really conclude in a single line if the backup is successful or not. The whole file should be scanned and look for "errors", looking the nd of the log file is not sufficient.</description>
      <pubDate>Tue, 30 Apr 2002 01:15:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/2713666#M61177</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-04-30T01:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/2713667#M61178</link>
      <description>The best way to have the results of backups is to make sure that you email the results to yourself of the outcome. Having operators is great in the middle of the night, by having coloured notifications through SNMP traps, but there is no substitute for seeing the results yourself.</description>
      <pubDate>Tue, 30 Apr 2002 01:16:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/2713667#M61178</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-04-30T01:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/2713668#M61179</link>
      <description>..sorry my typo SUCKS ... "looking at the end of the log file is not sufficient".</description>
      <pubDate>Tue, 30 Apr 2002 01:17:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/2713668#M61179</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-04-30T01:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/2713669#M61180</link>
      <description>Hi Ricky:&lt;BR /&gt;&lt;BR /&gt;I look at a couple of indicators.&lt;BR /&gt;&lt;BR /&gt;First, the return code from 'fbackup' has value. 'fbackup' returns &amp;lt;0&amp;gt; if  successful; &amp;lt;1&amp;gt; if interrupted (but restartable); &amp;lt;2&amp;gt; if  errors  occured; and &amp;lt;4&amp;gt; if warnings have been issued.&lt;BR /&gt;&lt;BR /&gt;The most common reason for a return code of &amp;lt;4&amp;gt; is the normal copy-retry action for a file that has changed since the time its transfer to tape started.  Remember that the number of retries is controlled by 'maxretries' (see 'man fbackup').  Another common reason for a return codeof &amp;lt;4&amp;gt; is the inability to 'stat' a file.  This occurs when a file is removed from the system sometime between the time 'fbackup' queries the filesystems and when it actually begins to transfer the file to tape.&lt;BR /&gt;&lt;BR /&gt;Another useful "marker" for a successful/unsuccessful backup is to run 'fbackup' with the '-V &lt;VOLHDR&gt;' option to collect the volume header information.  The  presence or absence of the volume_header_information file at the end of the 'fbackup' session serves to signify success or failure.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...                 &lt;BR /&gt;&lt;/VOLHDR&gt;</description>
      <pubDate>Tue, 30 Apr 2002 01:20:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/2713669#M61180</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-04-30T01:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/2713670#M61181</link>
      <description>The following command will allow you to see all 'fbackup' numbered messages.&lt;BR /&gt;&lt;BR /&gt;# strings /usr/lib/nls/C/fbackup.cat &lt;BR /&gt;&lt;BR /&gt;~Michael~&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Apr 2002 01:25:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/2713670#M61181</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-04-30T01:25:43Z</dc:date>
    </item>
  </channel>
</rss>

