<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error/m-p/4212736#M326430</link>
    <description>hi;&lt;BR /&gt;here is the solution; &lt;A href="http://www.webservertalk.com/message392429.html" target="_blank"&gt;http://www.webservertalk.com/message392429.html&lt;/A&gt;&lt;BR /&gt;baseline, as the following;&lt;BR /&gt;&lt;BR /&gt;The problem is that fbackup/frecover tries to read first only a few bytes (1&lt;BR /&gt;-10)&lt;BR /&gt;depending on the OS and fbackup/frecover version but the DLT's won't allow&lt;BR /&gt;this. With the 'remote device' fbackup/frecover doesn't try this directly.&lt;BR /&gt;&lt;BR /&gt;In short, this doesn't work:&lt;BR /&gt;&lt;BR /&gt;fbackup     -f /dev/rmt/0m ...&lt;BR /&gt;frecover -x -f /dev/rmt/0m ...&lt;BR /&gt;&lt;BR /&gt;but this works:&lt;BR /&gt;&lt;BR /&gt;fbackup     -f `hostname`:/dev/rmt/0m ...&lt;BR /&gt;frecover -x -f `hostname`:/dev/rmt/0m ...&lt;BR /&gt;&lt;BR /&gt;-To use this trick you must be allowed to run a 'remsh' on your own host&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;mustafa</description>
    <pubDate>Mon, 09 Jun 2008 06:01:25 GMT</pubDate>
    <dc:creator>Mustafa Gulercan</dc:creator>
    <dc:date>2008-06-09T06:01:25Z</dc:date>
    <item>
      <title>fbackup error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error/m-p/4212733#M326427</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am trying to backup a filesystem through fbackup command.But it is giving below error to me &lt;BR /&gt;&lt;BR /&gt;Iportal#fbackup -0f /dev/rmt/2mn -i /opt_new&lt;BR /&gt;fbackup(1004): session begins on Mon Jun  9 11:25:19 2008&lt;BR /&gt;fbackup(3038): output file /dev/rmt/2mn is not a valid device file for backup&lt;BR /&gt;fbackup(3019): would you like to enter a new output file?&lt;BR /&gt;n&lt;BR /&gt;fbackup(3022): would you like to continue this session?&lt;BR /&gt;y&lt;BR /&gt;fbackup(3023): please ensure that volume 1 is ready on /dev/rmt/2mn&lt;BR /&gt;fbackup(3038): output file /dev/rmt/2mn is not a valid device file for backup&lt;BR /&gt;fbackup(3019): would you like to enter a new output file?&lt;BR /&gt;n&lt;BR /&gt;fbackup(3022): would you like to continue this session?&lt;BR /&gt;n&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;please suggest some solution for it&lt;BR /&gt;regards,</description>
      <pubDate>Mon, 09 Jun 2008 05:01:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error/m-p/4212733#M326427</guid>
      <dc:creator>tayal_sumit</dc:creator>
      <dc:date>2008-06-09T05:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error/m-p/4212734#M326428</link>
      <description>fbackup(1m) warnings says:&lt;BR /&gt;fbackup should not be used with no-rewind devices&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jun 2008 05:20:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error/m-p/4212734#M326428</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-06-09T05:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error/m-p/4212735#M326429</link>
      <description>Hi sumit,&lt;BR /&gt;&lt;BR /&gt;Are you using HP-UX 11.11? If yes then check that this patch is installed?&lt;BR /&gt;&lt;BR /&gt;#swlist -l product|grep -i PHKL_34552&lt;BR /&gt;&lt;BR /&gt;if not then install this patch. It requires reboot.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Asif Sharif</description>
      <pubDate>Mon, 09 Jun 2008 05:21:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error/m-p/4212735#M326429</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2008-06-09T05:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error/m-p/4212736#M326430</link>
      <description>hi;&lt;BR /&gt;here is the solution; &lt;A href="http://www.webservertalk.com/message392429.html" target="_blank"&gt;http://www.webservertalk.com/message392429.html&lt;/A&gt;&lt;BR /&gt;baseline, as the following;&lt;BR /&gt;&lt;BR /&gt;The problem is that fbackup/frecover tries to read first only a few bytes (1&lt;BR /&gt;-10)&lt;BR /&gt;depending on the OS and fbackup/frecover version but the DLT's won't allow&lt;BR /&gt;this. With the 'remote device' fbackup/frecover doesn't try this directly.&lt;BR /&gt;&lt;BR /&gt;In short, this doesn't work:&lt;BR /&gt;&lt;BR /&gt;fbackup     -f /dev/rmt/0m ...&lt;BR /&gt;frecover -x -f /dev/rmt/0m ...&lt;BR /&gt;&lt;BR /&gt;but this works:&lt;BR /&gt;&lt;BR /&gt;fbackup     -f `hostname`:/dev/rmt/0m ...&lt;BR /&gt;frecover -x -f `hostname`:/dev/rmt/0m ...&lt;BR /&gt;&lt;BR /&gt;-To use this trick you must be allowed to run a 'remsh' on your own host&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;mustafa</description>
      <pubDate>Mon, 09 Jun 2008 06:01:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error/m-p/4212736#M326430</guid>
      <dc:creator>Mustafa Gulercan</dc:creator>
      <dc:date>2008-06-09T06:01:25Z</dc:date>
    </item>
  </channel>
</rss>

