<?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: Back_up problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/back-up-problems/m-p/2789461#M834112</link>
    <description>Hi &lt;BR /&gt;my advice is to run backup from command line, i always do it this way:&lt;BR /&gt;for hpux 11.11&lt;BR /&gt;#nohup fbackup -f /dev/rmt/0m -i / -v 2&amp;gt; /tmp/backup.log&lt;BR /&gt;&lt;BR /&gt;for 11.00&lt;BR /&gt;#nohup fbackup -f /dev/rmt/0m -i / -v &amp;gt; /tmp/backup.log&lt;BR /&gt;&lt;BR /&gt;regards seba</description>
    <pubDate>Tue, 20 Aug 2002 07:40:51 GMT</pubDate>
    <dc:creator>Sebastian Galeski_1</dc:creator>
    <dc:date>2002-08-20T07:40:51Z</dc:date>
    <item>
      <title>Back_up problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/back-up-problems/m-p/2789456#M834107</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I've got a problem when I launch an automated backup with sam...&lt;BR /&gt;Here is the log file of View History log:&lt;BR /&gt;Full backup started on manon : Mon Aug 19 23:00:00 WETDST 2002 (Scheduled Backup)&lt;BR /&gt;{ fbackup -0 -u    -g /etc/sam/br/graphRCAa09149 -I /var/sam/log/br_index.full -c /etc/sam/br/fbackup_config -d /var/adm/fbackupfile&lt;BR /&gt;s/dates -f /dev/rmt/0mn } 2&amp;gt;&amp;amp;1&lt;BR /&gt;Full backup failed on manon : Tue Aug 20 00:02:25 WETDST 2002 .&lt;BR /&gt;Exit code = 4&lt;BR /&gt;&lt;BR /&gt;But when I look in View Full Backup log, I've got:&lt;BR /&gt;1024                   0 /                                           &lt;BR /&gt;298                    0 /.ICEauthority                              &lt;BR /&gt;154                    0 /.TTauthority                               &lt;BR /&gt;147                    0 /.Xauthority                                &lt;BR /&gt;1024                   0 /.dt                                        &lt;BR /&gt;96                     0 /.dt/Desktop                                &lt;BR /&gt;96                     0 /.dt/Trash                                  &lt;BR /&gt;96                     0 /.dt/appmanager                             &lt;BR /&gt;0                      0 /.dt/errorlog                               &lt;BR /&gt;107                    0 /.dt/errorlog.older                         &lt;BR /&gt;96                     0 /.dt/help                                   &lt;BR /&gt;Which confirms it worked, and that's the same with Get List of files on device.&lt;BR /&gt;The bck mail is:&lt;BR /&gt;br_backup: Invoking fbackup. See /var/sam/log/br_log for details.&lt;BR /&gt;fbackup(1004): session begins on Mon Aug 19 23:00:00 2002&lt;BR /&gt;fbackup(3203): volume 1 has been used 1 time(s)&lt;BR /&gt;fbackup(3024): writing volume 1 to the output file /dev/rmt/0mn&lt;BR /&gt;fbackup(1102): WARNING: unable to stat file /var/spool/sockets/pwgr/client12270&lt;BR /&gt;fbackup(1102): WARNING: unable to stat file /var/spool/sockets/pwgr/client12327&lt;BR /&gt;fbackup(3005): WARNING: file number 222724 was NOT backed up&lt;BR /&gt;fbackup(3005): WARNING: file number 222726 was NOT backed up&lt;BR /&gt;fbackup(1030): warnings encountered during backup&lt;BR /&gt;fbackup(3055): total file blocks read for backup: 41548571&lt;BR /&gt;fbackup(3056): total blocks written to output file /dev/rmt/0mn: 42482056&lt;BR /&gt;&lt;BR /&gt;What could be this problem? &lt;BR /&gt;The first file on the tape is a dd file, could it be the problem?&lt;BR /&gt;How can I remove this file? (mt commands)&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;&lt;BR /&gt;Jerome</description>
      <pubDate>Tue, 20 Aug 2002 07:10:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/back-up-problems/m-p/2789456#M834107</guid>
      <dc:creator>Carter Jay</dc:creator>
      <dc:date>2002-08-20T07:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Back_up problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/back-up-problems/m-p/2789457#M834108</link>
      <description>The WARNING messages in your backup log are nothing to worry about - they are simply temporary files/socket files which were in use at the time of the backup so werent backed up. This is nothing to worry about.&lt;BR /&gt;&lt;BR /&gt;If you use frecover -I to read the backup tape back you will see its backed up aok.&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Aug 2002 07:15:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/back-up-problems/m-p/2789457#M834108</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-08-20T07:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Back_up problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/back-up-problems/m-p/2789458#M834109</link>
      <description>Just do not backup /var/spool/sockets:&lt;BR /&gt;fbackup ... -e /var/spool/sockets ...&lt;BR /&gt;That's all.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ceesjan</description>
      <pubDate>Tue, 20 Aug 2002 07:19:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/back-up-problems/m-p/2789458#M834109</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-08-20T07:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Back_up problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/back-up-problems/m-p/2789459#M834110</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;    you should not use the non-rewinding device for fbackup.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;John K.</description>
      <pubDate>Tue, 20 Aug 2002 07:19:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/back-up-problems/m-p/2789459#M834110</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2002-08-20T07:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Back_up problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/back-up-problems/m-p/2789460#M834111</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You have an exit code 4&lt;BR /&gt;&lt;BR /&gt;exit code 4 could mean anything from encountering a blank tape&lt;BR /&gt;(where fbackup cannot read a header and warns that the tape may have been&lt;BR /&gt;used more often that voluses would indicate), to I/O errors that prevented&lt;BR /&gt;files from getting saved.&lt;BR /&gt;&lt;BR /&gt;I suspect i/o errors .&lt;BR /&gt;&lt;BR /&gt;Remember the fbackup makes and writes a backup log at the start of the tape and then does a backup.Thus there is no 100% guarantee that the content of the log is on the tape.&lt;BR /&gt;&lt;BR /&gt;Check with frecover using -N&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;      -N             (no recovery) Prevent frecover from actually recovering&lt;BR /&gt;                     any files onto disk, but read the backup as if it was,&lt;BR /&gt;                     in fact, recovering the data from the backup, producing&lt;BR /&gt;                     the same output that it would on a normal recovery.&lt;BR /&gt;                     This option is useful for verifying backup media&lt;BR /&gt;                     contents in terms of validity (block checksum errors&lt;BR /&gt;                     are reported), and contents (a listing of files can be&lt;BR /&gt;                     produced by using the -N and -v options together).&lt;BR /&gt;                     Note that the listing of files produced with the -N and&lt;BR /&gt;                     -v options requires the reading of the entire backup,&lt;BR /&gt;                     but is therefore a more accurate reflection of the&lt;BR /&gt;                     backup's contents than the index stored at the&lt;BR /&gt;                     beginning of the backup (which was created at the start&lt;BR /&gt;                     of the backup session, and is not changed during the&lt;BR /&gt;                     course of the backup).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;             Steve Steel</description>
      <pubDate>Tue, 20 Aug 2002 07:21:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/back-up-problems/m-p/2789460#M834111</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-08-20T07:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Back_up problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/back-up-problems/m-p/2789461#M834112</link>
      <description>Hi &lt;BR /&gt;my advice is to run backup from command line, i always do it this way:&lt;BR /&gt;for hpux 11.11&lt;BR /&gt;#nohup fbackup -f /dev/rmt/0m -i / -v 2&amp;gt; /tmp/backup.log&lt;BR /&gt;&lt;BR /&gt;for 11.00&lt;BR /&gt;#nohup fbackup -f /dev/rmt/0m -i / -v &amp;gt; /tmp/backup.log&lt;BR /&gt;&lt;BR /&gt;regards seba</description>
      <pubDate>Tue, 20 Aug 2002 07:40:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/back-up-problems/m-p/2789461#M834112</guid>
      <dc:creator>Sebastian Galeski_1</dc:creator>
      <dc:date>2002-08-20T07:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Back_up problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/back-up-problems/m-p/2789462#M834113</link>
      <description>Adding to the other responses:&lt;BR /&gt;&lt;BR /&gt;As has been mentioned, "Exit code = 4" is a *warning*, not an error, *but* it is a *new* exit code (RETURN VALUE) from fbackup, so if you have a new(er) fbackup and an old(er) SAM, then SAM will think it is an error because it does not 'know' exit code 4.&lt;BR /&gt;&lt;BR /&gt;So make sure that you are up-to-date on fbackup *and* SAM patches.</description>
      <pubDate>Tue, 20 Aug 2002 10:21:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/back-up-problems/m-p/2789462#M834113</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2002-08-20T10:21:35Z</dc:date>
    </item>
  </channel>
</rss>

