<?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: success of fbackups in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/success-of-fbackups/m-p/3235878#M890719</link>
    <description>Hi,&lt;BR /&gt;regarding the number of bytes written...&lt;BR /&gt;It has to do with the fact that the backup is written to a device on a remote machine.&lt;BR /&gt;Please check this link:&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000072010909" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000072010909&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;If the link is not available, then go to the technical knowledge base and search for Document id: 8606344655&lt;BR /&gt;&lt;BR /&gt;It is apparently a known problem, but so new that there is not yet any solution attached. However, it may come.  &lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;John K.</description>
    <pubDate>Fri, 02 Apr 2004 03:44:26 GMT</pubDate>
    <dc:creator>john korterman</dc:creator>
    <dc:date>2004-04-02T03:44:26Z</dc:date>
    <item>
      <title>success of fbackups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/success-of-fbackups/m-p/3235874#M890715</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I st server backup over network&lt;BR /&gt;-------------------------------&lt;BR /&gt;I am taking backup of all mount points including vg00 of our HP server using fbackup over network with following command :&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/fbackup -c /var/adm/fbackupfiles/config.backup -g /var/adm/fbackupfiles/PSDEV_full -0v -u -f psdw:/dev/rmt/0m -I /backup/psdev_full.index&lt;BR /&gt;&lt;BR /&gt;The config.backup contains following info :&lt;BR /&gt;&lt;BR /&gt;blocksperrecord 256&lt;BR /&gt;records 32&lt;BR /&gt;checkpointfreq 1024&lt;BR /&gt;readerprocesses 6&lt;BR /&gt;maxretries 5&lt;BR /&gt;retrylimit 5000000&lt;BR /&gt;maxvoluses 200&lt;BR /&gt;filesperfsm 2000&lt;BR /&gt;&lt;BR /&gt;After backup the output in "dates" file shows as:&lt;BR /&gt;&lt;BR /&gt;/var/adm/fbackupfiles/PSDEV_full 0 1080593253 1080616731&lt;BR /&gt;    STARTED: Mon Mar 29 16:47:33 2004    ENDED: Mon Mar 29 23:18:51 2004&lt;BR /&gt;&lt;BR /&gt;After backup following errors occured :&lt;BR /&gt;&lt;BR /&gt;fbackup(3050):total file blocks read for backup:107581488&lt;BR /&gt;&lt;BR /&gt;fbackup(3056):total blocks written to outputfile psdw:/dev/rmt/0m:0(zero)&lt;BR /&gt;&lt;BR /&gt;fbackup(1030):warning encountered during backup&lt;BR /&gt;&lt;BR /&gt;Questions:&lt;BR /&gt;----------&lt;BR /&gt;1) Why total blocks written to tape(psdw:/dev/rmt/0m) shows up as 0(zero)&lt;BR /&gt;&lt;BR /&gt;2) what does two values "1080593253" "1080616731" signify from dates file.&lt;BR /&gt;&lt;BR /&gt;3) I want to know if my backup is good enough for recovery.&lt;BR /&gt;&lt;BR /&gt;II nd server backup with local tape drive&lt;BR /&gt;-----------------------------------------&lt;BR /&gt;In another backup of another server which has local tape drive i got following error message:&lt;BR /&gt;&lt;BR /&gt;fbackup(1102):WARNING: unable to stat file /var/spool/sockest/pwgr/client 3314&lt;BR /&gt;&lt;BR /&gt;fbackup(3005):WARNING: file number 157737 was NOT backed up&lt;BR /&gt;&lt;BR /&gt;question&lt;BR /&gt;-------&lt;BR /&gt;1)How to identify file number 157737 ?&lt;BR /&gt;&lt;BR /&gt;2) What these two errors mean to integrity of backup &lt;BR /&gt;&lt;BR /&gt;3) Can i recover files backed up after error fbackup(1102) and fbackup(3005).&lt;BR /&gt;&lt;BR /&gt;4)I want to know if my backup is good enough for recovery&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;S.Anupindi&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Mar 2004 15:38:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/success-of-fbackups/m-p/3235874#M890715</guid>
      <dc:creator>SUBRAMANYAM ANUPINDI_1</dc:creator>
      <dc:date>2004-03-31T15:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: success of fbackups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/success-of-fbackups/m-p/3235875#M890716</link>
      <description>Hi Anupindi,&lt;BR /&gt;&lt;BR /&gt;  I can try answering couple of your questions.. :-)&lt;BR /&gt;&lt;BR /&gt;1)what does two values "1080593253" "1080616731" signify from dates file.&lt;BR /&gt;&lt;BR /&gt;  The values represent the date in UTC format. (i.e from Jan'1 1970)&lt;BR /&gt;&lt;BR /&gt;  # echo "0d1080593253=Y" | adb&lt;BR /&gt;&lt;BR /&gt;  use the above command to make sense out of it&lt;BR /&gt;&lt;BR /&gt;2) I want to know if my backup is good enough for recovery&lt;BR /&gt;&lt;BR /&gt;   Try using frecover and list the files in the tape from the remote system&lt;BR /&gt;&lt;BR /&gt;3)fbackup(1102):WARNING: unable to stat file /var/spool/sockest/pwgr/client 3314&lt;BR /&gt;&lt;BR /&gt;fbackup(3005):WARNING: file number 157737 was NOT backed up&lt;BR /&gt;&lt;BR /&gt;  /var/spool/socket/pwgr/client is a socket file created by the password caching daemon. fbackup creates the list of file to backup at the beginning. So what has happened is that, when fbackup was started, it saw this socket file but when it tried to backup, this socket was already closed/removed.&lt;BR /&gt;&lt;BR /&gt;  So you can safely ignore this error message.&lt;BR /&gt;&lt;BR /&gt;Sundar</description>
      <pubDate>Wed, 31 Mar 2004 17:38:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/success-of-fbackups/m-p/3235875#M890716</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-03-31T17:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: success of fbackups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/success-of-fbackups/m-p/3235876#M890717</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Sundar,Thanks for posting reply to my message.&lt;BR /&gt;&lt;BR /&gt;I checked with frecover -I option to a temp file and see the files. In fact i tried by deleting a small folder and restored it over network.&lt;BR /&gt;&lt;BR /&gt;I am not clear of two error messages :&lt;BR /&gt;&lt;BR /&gt;In first backup :&lt;BR /&gt;&lt;BR /&gt;fbackup(3056):total blocks written to outputfile psdw:/dev/rmt/0m:0(zero)&lt;BR /&gt;&lt;BR /&gt;I am not clear why it shows zero for output file ?&lt;BR /&gt;&lt;BR /&gt;In second backup How to identify file number 157737 ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;S.Anupindi&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Apr 2004 20:47:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/success-of-fbackups/m-p/3235876#M890717</guid>
      <dc:creator>SUBRAMANYAM ANUPINDI_1</dc:creator>
      <dc:date>2004-04-01T20:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: success of fbackups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/success-of-fbackups/m-p/3235877#M890718</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Answer for ur question&lt;BR /&gt;&lt;BR /&gt;How to identify file number 157737 ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When backup proceeds fbackup gives number to each file it is backing up. 157737 is the file no. Just go to Line 157737 in ur Index file&lt;BR /&gt;, this is the file. Which is not backud up hence ur backup is not complete &amp;amp; this file cannot be recovered.&lt;BR /&gt;&lt;BR /&gt;Also when fbackup gathers info about file to backup the file named&lt;BR /&gt;&lt;BR /&gt;/var/spool/sockest/pwgr/client &lt;BR /&gt;&lt;BR /&gt;existed but at the time of backup it was not there hence the error message this file also u cannot recover.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Santosh&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Apr 2004 02:18:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/success-of-fbackups/m-p/3235877#M890718</guid>
      <dc:creator>SANTOSH S. MHASKAR</dc:creator>
      <dc:date>2004-04-02T02:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: success of fbackups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/success-of-fbackups/m-p/3235878#M890719</link>
      <description>Hi,&lt;BR /&gt;regarding the number of bytes written...&lt;BR /&gt;It has to do with the fact that the backup is written to a device on a remote machine.&lt;BR /&gt;Please check this link:&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000072010909" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000072010909&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;If the link is not available, then go to the technical knowledge base and search for Document id: 8606344655&lt;BR /&gt;&lt;BR /&gt;It is apparently a known problem, but so new that there is not yet any solution attached. However, it may come.  &lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;John K.</description>
      <pubDate>Fri, 02 Apr 2004 03:44:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/success-of-fbackups/m-p/3235878#M890719</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2004-04-02T03:44:26Z</dc:date>
    </item>
  </channel>
</rss>

