<?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/2504294#M21340</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;First, check of hp-ux see your tape drive with command : "ioscan -funC tape"&lt;BR /&gt;What you proberly see, are the device files used for your tape drive. bv. /dev/rmt/0m or /dev/rmt/1m and more...&lt;BR /&gt;(If there is no result you maybe have a problem with your connection. check cable...or whatever. )&lt;BR /&gt;Second, got to your /tmp and and try next command: tar cvf /dev/rmt/0m *&lt;BR /&gt;(or /dev/rmt/1m, see output ioscan) &lt;BR /&gt;If this doesn't work clean the tape.&lt;BR /&gt;Third : try your fbackup command.&lt;BR /&gt;&lt;BR /&gt;Let us know if the problem still exist after&lt;BR /&gt;the given solutions, &lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Marcel &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 13 Mar 2001 07:48:23 GMT</pubDate>
    <dc:creator>Marcel Boon</dc:creator>
    <dc:date>2001-03-13T07:48:23Z</dc:date>
    <item>
      <title>fbackup error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error/m-p/2504291#M21337</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When I'm doing fbackup, it gave me an error message:&lt;BR /&gt;fbackup(3047): could not open output file /dev/rmt/0m&lt;BR /&gt;fbackup(3019): would you like to enter a new output file?&lt;BR /&gt;&lt;BR /&gt;The command I used was "fbackup -vf /dev/rmt/0m -g gfile -c config_file"&lt;BR /&gt;Why is this error message means? and what is the solution for this kind of error?&lt;BR /&gt;How to determine the output file of the fbackup command?&lt;BR /&gt;&lt;BR /&gt;Any help is appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 13 Mar 2001 03:06:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error/m-p/2504291#M21337</guid>
      <dc:creator>R.L</dc:creator>
      <dc:date>2001-03-13T03:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error/m-p/2504292#M21338</link>
      <description>R.L,&lt;BR /&gt;You need to make sure the following.&lt;BR /&gt;1.The device name you are using is the correct device(/dev/rmt/0m) some times by mistake we may replace 'zero' with 'o'.&lt;BR /&gt;2.There is a writable media in the tape drive.&lt;BR /&gt;&lt;BR /&gt;Just use tar -cvf /dev/rmt/0m /tmp to check &lt;BR /&gt;if you can write to this tape using tar command.&lt;BR /&gt;If it works fbackup command should work ..&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Karthik...</description>
      <pubDate>Tue, 13 Mar 2001 03:28:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error/m-p/2504292#M21338</guid>
      <dc:creator>Karthik_2</dc:creator>
      <dc:date>2001-03-13T03:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error/m-p/2504293#M21339</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;That message means that the backup program could not open the tape device (/dev/rmt/0m).  Possible cause was that there was no tape there in the tape drive.  To verify, try the following rewind command,&lt;BR /&gt;&lt;BR /&gt;mt -t /dev/rmt/0m rew&lt;BR /&gt;&lt;BR /&gt;If the above worked okay, then try the fbackup command again.</description>
      <pubDate>Tue, 13 Mar 2001 03:34:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error/m-p/2504293#M21339</guid>
      <dc:creator>Philip Chan_1</dc:creator>
      <dc:date>2001-03-13T03:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error/m-p/2504294#M21340</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;First, check of hp-ux see your tape drive with command : "ioscan -funC tape"&lt;BR /&gt;What you proberly see, are the device files used for your tape drive. bv. /dev/rmt/0m or /dev/rmt/1m and more...&lt;BR /&gt;(If there is no result you maybe have a problem with your connection. check cable...or whatever. )&lt;BR /&gt;Second, got to your /tmp and and try next command: tar cvf /dev/rmt/0m *&lt;BR /&gt;(or /dev/rmt/1m, see output ioscan) &lt;BR /&gt;If this doesn't work clean the tape.&lt;BR /&gt;Third : try your fbackup command.&lt;BR /&gt;&lt;BR /&gt;Let us know if the problem still exist after&lt;BR /&gt;the given solutions, &lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Marcel &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Mar 2001 07:48:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error/m-p/2504294#M21340</guid>
      <dc:creator>Marcel Boon</dc:creator>
      <dc:date>2001-03-13T07:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error/m-p/2504295#M21341</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I'm sorry for my late reply. The problem does not exist anymore.&lt;BR /&gt;Thanks for all your valuable help.&lt;BR /&gt;&lt;BR /&gt;cheers,&lt;BR /&gt;R.L</description>
      <pubDate>Tue, 13 Mar 2001 08:30:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error/m-p/2504295#M21341</guid>
      <dc:creator>R.L</dc:creator>
      <dc:date>2001-03-13T08:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error/m-p/2504296#M21342</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if the tape is write protected fbackup also returns "cannot open ..."&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
      <pubDate>Tue, 13 Mar 2001 09:33:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error/m-p/2504296#M21342</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2001-03-13T09:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error/m-p/7177686#M491762</link>
      <description>&lt;P&gt;To troubleshoot an unsuccessful backup of a volume. Make sure that the hard disk is connected to the computer, turned on, and functioning properly. Run chkdsk /f /r to fix any errors on the hard disk (/f) and recover readable information from any bad sectors (/r). For more information about running chkdsk, see CHKDSK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rachel Gomez&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 07:12:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-error/m-p/7177686#M491762</guid>
      <dc:creator>rachelgomez_123</dc:creator>
      <dc:date>2022-11-16T07:12:17Z</dc:date>
    </item>
  </channel>
</rss>

