<?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 Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/3054975#M137334</link>
    <description>The backup log file is /var/sam/log/br_log. But to troubleshoot, I would check the following:&lt;BR /&gt;&lt;BR /&gt;1) Run a normal tar or cpio backup and see if it still says the tape being used by another process.&lt;BR /&gt;&lt;BR /&gt;2) Check tape drive and media. Clean if needed.&lt;BR /&gt;&lt;BR /&gt;3) Check fbackup on a different drive if available.&lt;BR /&gt;&lt;BR /&gt;4) Check other processes using tape drive with ps -aef, lsof and glance&lt;BR /&gt;&lt;BR /&gt;5) Install latest patches.</description>
    <pubDate>Fri, 22 Aug 2003 13:44:37 GMT</pubDate>
    <dc:creator>Helen French</dc:creator>
    <dc:date>2003-08-22T13:44:37Z</dc:date>
    <item>
      <title>Fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/3054971#M137330</link>
      <description>Looking to find out if there's some sort of logging that fbackup does when you run it.   I have backups failing because there's supposively another process writing to the same DLT Tapedrive, but we're not aware of anything else that's trying to write to this drive.  I was hoping to go through some sort of fbackup log that could maybe explain to me what other job or process is writing to this tapedrive while I'm trying to run the backup I have normally scheduled.  If anyone knows of a place that fbackup keeps a rolling log to look at these events, that would be helpful.&lt;BR /&gt;&lt;BR /&gt;Here's the log from the failed backup and the reason of the failure:&lt;BR /&gt;&lt;BR /&gt;fbackup(3024): writing volume 1 to the output file /dev/rmt/3m&lt;BR /&gt;fbackup(3055): total file blocks read for backup: 135847834&lt;BR /&gt;fbackup(3056): total blocks written to output file /dev/rmt/3m: 136061490&lt;BR /&gt;fbackup(1030): warnings encountered during backup&lt;BR /&gt;br_backup: Invoking fbackup. See /var/sam/log/br_log for details.&lt;BR /&gt;fbackup(1004): session begins on Fri Aug 15 00:05:57 2003&lt;BR /&gt;fbackup(3041): output file /dev/rmt/3m is currently being used and not available&lt;BR /&gt;fbackup(3019): would you like to enter a new output file?&lt;BR /&gt;fbackup(3004): writer aborting&lt;BR /&gt;fbackup(1002): Backup did not complete : Reader or Writer process exit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Aug 2003 13:30:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/3054971#M137330</guid>
      <dc:creator>KPS</dc:creator>
      <dc:date>2003-08-22T13:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/3054972#M137331</link>
      <description>Ken,&lt;BR /&gt;&lt;BR /&gt;How about using lsof to track down the process which supposedly has /dev/rmt/3m open?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Aug 2003 13:34:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/3054972#M137331</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-08-22T13:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/3054973#M137332</link>
      <description>I think the best way to do this is before your backup starts ensure the tape drive is available;&lt;BR /&gt;&lt;BR /&gt;mt -t /dev/rmt/3m rewind   (just rewinds the tape).&lt;BR /&gt;&lt;BR /&gt;If this doesnt work try to find out who is using it;&lt;BR /&gt;fuser /dev/rmt/3m &amp;gt;/tmp/log 2&amp;gt;&amp;amp;1&lt;BR /&gt;ps -ef|grep 3m &amp;gt;&amp;gt;/tmp/log 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;Then you can either abort or sleep 60 and try again. This is probably the best way to find out who is using it. Fbackup itself wont tell you, you need to do other commands to find out.&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Aug 2003 13:34:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/3054973#M137332</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-08-22T13:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/3054974#M137333</link>
      <description>Both of those sound like good things to try thanks guys.</description>
      <pubDate>Fri, 22 Aug 2003 13:40:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/3054974#M137333</guid>
      <dc:creator>KPS</dc:creator>
      <dc:date>2003-08-22T13:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/3054975#M137334</link>
      <description>The backup log file is /var/sam/log/br_log. But to troubleshoot, I would check the following:&lt;BR /&gt;&lt;BR /&gt;1) Run a normal tar or cpio backup and see if it still says the tape being used by another process.&lt;BR /&gt;&lt;BR /&gt;2) Check tape drive and media. Clean if needed.&lt;BR /&gt;&lt;BR /&gt;3) Check fbackup on a different drive if available.&lt;BR /&gt;&lt;BR /&gt;4) Check other processes using tape drive with ps -aef, lsof and glance&lt;BR /&gt;&lt;BR /&gt;5) Install latest patches.</description>
      <pubDate>Fri, 22 Aug 2003 13:44:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/3054975#M137334</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-08-22T13:44:37Z</dc:date>
    </item>
  </channel>
</rss>

