<?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 error code = 2 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error-code-2/m-p/2531967#M869217</link>
    <description>Something else I just thought of -- Make sure that your tapes are at the beginning of the tape before starting the backup.  If you're somehow starting in the middle of  a tape then that would cause you not to be able to use the whole tape.</description>
    <pubDate>Wed, 23 May 2001 14:35:20 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2001-05-23T14:35:20Z</dc:date>
    <item>
      <title>fbackup error code = 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error-code-2/m-p/2531963#M869213</link>
      <description>I keep getting errors at the end of fbackup that look like this:&lt;BR /&gt;&lt;BR /&gt;Output from fbackup:&lt;BR /&gt;&lt;BR /&gt;br_backup: Invoking fbackup. See /var/sam/log/br_log for details.&lt;BR /&gt;fbackup(1004): session begins on Wed May 23 04:00:01 2001&lt;BR /&gt;fbackup(3203): volume 1 has been used 15 time(s)&lt;BR /&gt;fbackup(3024): writing volume 1 to the output file /dev/rmt/c0t6d0BESTn&lt;BR /&gt;fbackup(3003): normal EOT&lt;BR /&gt;fbackup(3310): enter '^[yY]' when volume 2 is ready on /dev/rmt/c0t6d0BESTn,&lt;BR /&gt; or '^[nN]' to discontinue:&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;Although all files are being backed up and volume 1 does not run out of space, I still get the error.  What could be the problem?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 23 May 2001 14:13:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error-code-2/m-p/2531963#M869213</guid>
      <dc:creator>Christopher Damon</dc:creator>
      <dc:date>2001-05-23T14:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup error code = 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error-code-2/m-p/2531964#M869214</link>
      <description>Hi Christopher&lt;BR /&gt;Your log is showing that you have ran out of space on the backup medium as it is asking for a second tape:-&lt;BR /&gt;&lt;BR /&gt;fbackup(3003): normal EOT &lt;BR /&gt;fbackup(3310): enter '^[yY]' when volume 2 is ready on /dev/rmt/c0t6d0BESTn, &lt;BR /&gt;or '^[nN]' to discontinue: &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;Check tape size against data and also look at what you are backing up dirs like /crash and /tmp do not need to be backed up.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 May 2001 14:19:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error-code-2/m-p/2531964#M869214</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2001-05-23T14:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup error code = 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error-code-2/m-p/2531965#M869215</link>
      <description>I am still uncertain why the log says "fbackup(3003): normal EOT" if it requires an additional tape?  Also, if this is run from crontab, how do I interact with fbackup if/when a 2nd volume is put into the tape drive?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 23 May 2001 14:22:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error-code-2/m-p/2531965#M869215</guid>
      <dc:creator>Christopher Damon</dc:creator>
      <dc:date>2001-05-23T14:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup error code = 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error-code-2/m-p/2531966#M869216</link>
      <description>'normal EOT' mean that fbackups has detected the EOT (End of Tape) marker.&lt;BR /&gt;&lt;BR /&gt;Since you are running this from cron, there isn't a way to interact with fbackup, to do that you have to be running from SAM or interactively from the command line.&lt;BR /&gt;&lt;BR /&gt;The best way to get around this would be to look at the data you are backing up and see if you can split it into a couple of different backups that fit on one tape each.  If you have multiple tape drives, you can run one backup on one drive and the other on the second drive.</description>
      <pubDate>Wed, 23 May 2001 14:33:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error-code-2/m-p/2531966#M869216</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-05-23T14:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup error code = 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error-code-2/m-p/2531967#M869217</link>
      <description>Something else I just thought of -- Make sure that your tapes are at the beginning of the tape before starting the backup.  If you're somehow starting in the middle of  a tape then that would cause you not to be able to use the whole tape.</description>
      <pubDate>Wed, 23 May 2001 14:35:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error-code-2/m-p/2531967#M869217</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-05-23T14:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup error code = 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error-code-2/m-p/2531968#M869218</link>
      <description>Hi Christopher&lt;BR /&gt;&lt;BR /&gt;Normal EOT (end of tape) means that up to the point of filling the current tape in the drive that the backup routine is ok, the fbackup routine will timeout on waiting for a 2nd tape hence the entry in log.&lt;BR /&gt;&lt;BR /&gt;You have several choices.&lt;BR /&gt;1.   Change the tape when fbackup requests it - ooohh&lt;BR /&gt;2.   Reduce the ammount of data so that it all fits on one tape.&lt;BR /&gt;3.   Fit a bigger tape drive.&lt;BR /&gt;4.   Backup to disks overnight and then backup from these during the normal working day (tape change easier).&lt;BR /&gt;&lt;BR /&gt;from man fbackup:-&lt;BR /&gt;&lt;BR /&gt;The type of device used for backups can affect such things as media   &lt;BR /&gt;expenses, ability to do unattended backups, and speed of the backup.  &lt;BR /&gt;Using 36-track tapes will probably result in the highest performance, &lt;BR /&gt;but require user intervention for changing tapes.  Both DLT and DDS   &lt;BR /&gt;autochangers and libraries can provide unattended backups.  A         &lt;BR /&gt;magneto-optical autochanger can also provide an unattended backup for &lt;BR /&gt;a large system and long life media, however the media cost is high.   &lt;BR /&gt;Lower cost and good performance can be achieved with a single DLT tape&lt;BR /&gt;drive, but multi-volume backups must be attended.                     &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Wed, 23 May 2001 14:39:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error-code-2/m-p/2531968#M869218</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2001-05-23T14:39:18Z</dc:date>
    </item>
  </channel>
</rss>

