<?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 warning after backup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-warning-after-backup/m-p/4153968#M726314</link>
    <description>Actually for the log file, if you run fbackup by itself you need to add output device redirects as well as in &lt;BR /&gt;&lt;BR /&gt;... &amp;gt; /var/adm/fbackupfiles/fbackup.log 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;If you run fbackup in a script, &amp;gt; /var/adm/fbackupfiles/fbackup log is sufficient but it is always a good practice to add error device redirect.</description>
    <pubDate>Mon, 03 Mar 2008 13:18:28 GMT</pubDate>
    <dc:creator>TTr</dc:creator>
    <dc:date>2008-03-03T13:18:28Z</dc:date>
    <item>
      <title>fbackup warning after backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-warning-after-backup/m-p/4153961#M726306</link>
      <description>We've created a backup of HP-UX 11.31 server using the following command:&lt;BR /&gt;&lt;BR /&gt;fbackup –f /dev/rmt/0m –g /var/adm/fbackupfiles/server.backup.list.txt –I /var/adm/fbackupfiles/index&lt;BR /&gt;&lt;BR /&gt;This writes a lot of files to tape and creates an index file of the files that have been backed up. &lt;BR /&gt;The execution also gives warnings like this one:&lt;BR /&gt;&lt;BR /&gt;fbackup(3005): WARNING: file number 145103 was NOT backed up&lt;BR /&gt;&lt;BR /&gt;How can I see what file this is? It would have been easier if fbackup would just state the file it has a problem with instead of a number.</description>
      <pubDate>Mon, 03 Mar 2008 09:37:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-warning-after-backup/m-p/4153961#M726306</guid>
      <dc:creator>Wilbert Jeuken_1</dc:creator>
      <dc:date>2008-03-03T09:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup warning after backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-warning-after-backup/m-p/4153962#M726307</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;145103 may be a refernece to the file list which is written to /var/tmp/index&lt;BR /&gt;&lt;BR /&gt;Check there first.&lt;BR /&gt;&lt;BR /&gt;fbackup can not get good copies of open databases and such and should not be used for backing them ups.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 03 Mar 2008 09:49:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-warning-after-backup/m-p/4153962#M726307</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-03-03T09:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup warning after backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-warning-after-backup/m-p/4153963#M726308</link>
      <description>&amp;gt;SEP: 145103 may be a reference to the file list&lt;BR /&gt;&lt;BR /&gt;If SEP's suggestion doesn't work, it may be the inode number of the file?:&lt;BR /&gt;find list-of-filesystems -inum 145103</description>
      <pubDate>Mon, 03 Mar 2008 09:55:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-warning-after-backup/m-p/4153963#M726308</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-03-03T09:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup warning after backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-warning-after-backup/m-p/4153964#M726309</link>
      <description>The inode number could be the right one. &lt;BR /&gt;&lt;BR /&gt;Can I just add the suffix "&amp;gt; /var/adm/fbackupfiles/fbackup.log" to create a logfile of the fbackup run? We could the schedule the command and check the logfile afterwards for any errors or warnings.</description>
      <pubDate>Mon, 03 Mar 2008 10:04:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-warning-after-backup/m-p/4153964#M726309</guid>
      <dc:creator>Wilbert Jeuken_1</dc:creator>
      <dc:date>2008-03-03T10:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup warning after backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-warning-after-backup/m-p/4153965#M726310</link>
      <description>&amp;gt; fbackup(3005): WARNING: file number 145103 was NOT backed up&lt;BR /&gt;&lt;BR /&gt;The WARNING lines go in pairs, right above the WARNING that you showed us above, there is another warning line that tells you something like &lt;BR /&gt;&lt;BR /&gt;fbackup(1102): WARNING: unable to stat file &lt;FILENAME&gt;&lt;BR /&gt;&lt;BR /&gt;That's the file that was not backed up.&lt;BR /&gt;&lt;BR /&gt;The number is NOT an inode number neither in the index file. (The numbers in the index file are file sizes in number of blocks).&lt;BR /&gt;&lt;BR /&gt;Yes you should add a log file. That's where you will find the number 145103.&lt;/FILENAME&gt;</description>
      <pubDate>Mon, 03 Mar 2008 11:50:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-warning-after-backup/m-p/4153965#M726310</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-03-03T11:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup warning after backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-warning-after-backup/m-p/4153966#M726311</link>
      <description>@TTr: Thanks, this seems to be the resolution. We have a lot of "stat" messages first, and then al lot of "not backed up" messages. They do not appear neatly in pairs, but the messages are are equal in numbers. &lt;BR /&gt;&lt;BR /&gt;Am I right in my assumption that the addition of "&amp;gt; /var/adm/fbackupfiles/fbackup.log" to the fbackup command line will result in a logfile called fbackup.log? &lt;BR /&gt;&lt;BR /&gt;Also, what do the "stat" messages meam? There are other files that are in use at the time of the backup, and these seem to be backed up just fine.</description>
      <pubDate>Mon, 03 Mar 2008 12:17:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-warning-after-backup/m-p/4153966#M726311</guid>
      <dc:creator>Wilbert Jeuken_1</dc:creator>
      <dc:date>2008-03-03T12:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup warning after backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-warning-after-backup/m-p/4153967#M726312</link>
      <description>Yes, that's how you add a log file, with the output redirect. But you have to add the "-v" option in fbackup as well.&lt;BR /&gt;&lt;BR /&gt;The "stat" message comes from a system call by the same name and it means that it could not get a status of the file either because the file does not exist or there is a permissions issue. &lt;BR /&gt;&lt;BR /&gt;When fbackup starts up it creates a list of all the files that need to be backed up based on your include list or graph file. By the time it gets to some of the files, they may have been deleted. That's when you get the warnings. This is most of the time normal with temp files that are created and soon after are deleted by running processes.</description>
      <pubDate>Mon, 03 Mar 2008 12:46:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-warning-after-backup/m-p/4153967#M726312</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-03-03T12:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup warning after backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-warning-after-backup/m-p/4153968#M726314</link>
      <description>Actually for the log file, if you run fbackup by itself you need to add output device redirects as well as in &lt;BR /&gt;&lt;BR /&gt;... &amp;gt; /var/adm/fbackupfiles/fbackup.log 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;If you run fbackup in a script, &amp;gt; /var/adm/fbackupfiles/fbackup log is sufficient but it is always a good practice to add error device redirect.</description>
      <pubDate>Mon, 03 Mar 2008 13:18:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-warning-after-backup/m-p/4153968#M726314</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-03-03T13:18:28Z</dc:date>
    </item>
  </channel>
</rss>

