<?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 fbackup on hpux 11.11 rp5470 after tape drive swap in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-on-hpux-11-11-rp5470-after-tape-drive-swap/m-p/4126055#M315545</link>
    <description>&lt;!--!*#--&gt;I had an ultrium-1 tape drive that went bad that i replaced with an ultrium-2 drive and everything seemed fine, but fbackup is now throwing errors. Im at a bit of a loss as to what to do. Are my tape drivers just confused somehow? Id like to not reboot the server but if I need to then so be it... &lt;BR /&gt;&lt;BR /&gt;If someone could be so kind as to provide some insight I would greatly appreciate it. Thanks very much in advance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;here was my bad drive&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnC tape&lt;BR /&gt;Class     I  H/W Path      Driver S/W State   H/W Type     Description&lt;BR /&gt;======================================================================&lt;BR /&gt;tape      0  0/12/0/0.3.0  stape NO_HW       DEVICE       HP      Ultrium 1-SCSI&lt;BR /&gt; /dev/rmt/0m            /dev/rmt/0mn           /dev/rmt/c5t3d0BEST    /dev/rmt/c5t3d0BESTn&lt;BR /&gt; /dev/rmt/0mb           /dev/rmt/0mnb          /dev/rmt/c5t3d0BESTb   /dev/rmt/c5t3d0BESTnb&lt;BR /&gt;# grep -i tape /var/adm/syslog/syslog.log lead me to&lt;BR /&gt;# /opt/resmon/bin/resdata -R 204734466 -r /storage/events/tapes/SCSI_tape/0_12_0_0.3.0 -n 204734468 -a&lt;BR /&gt;..&lt;BR /&gt;Event Time..........: Wed Dec 26 01:37:30 2007&lt;BR /&gt;Severity............: CRITICAL&lt;BR /&gt;Monitor.............: dm_stape&lt;BR /&gt;Event #.............: 100057              &lt;BR /&gt;...&lt;BR /&gt;Summary:&lt;BR /&gt;     Tape at hardware path 0/12/0/0.3.0 : Hardware failure&lt;BR /&gt;Description of Error:&lt;BR /&gt;     The device was unsuccessful in processing the current I/O request due to&lt;BR /&gt;     an internal target failure. The request may have been processed in a way&lt;BR /&gt;     which could cause damage to or loss of data. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;     &lt;BR /&gt;     &lt;BR /&gt;     &lt;BR /&gt;I powered off the bad drive, replaced it with an ultrium-2 and powered that drive up, then did&lt;BR /&gt;# ioscan -fnC tape&lt;BR /&gt;Class     I  H/W Path      Driver S/W State   H/W Type     Description&lt;BR /&gt;======================================================================&lt;BR /&gt;tape      0  0/12/0/0.3.0  stape CLAIMED     DEVICE       HP      Ultrium 2-SCSI&lt;BR /&gt;                          /dev/rmt/0m            /dev/rmt/c5t3d0BEST  &lt;BR /&gt;                          /dev/rmt/0mb            /dev/rmt/c5t3d0BESTb&lt;BR /&gt;                          /dev/rmt/0mn           /dev/rmt/c5t3d0BESTn&lt;BR /&gt;                          /dev/rmt/0mnb          /dev/rmt/c5t3d0BESTnb&lt;BR /&gt;i didnt think i really needed to do this but just in case...&lt;BR /&gt;# insf -e&lt;BR /&gt;insf: Installing special files for btlan instance 0 address 0/0/0/0&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt;then stuck in a tape and...&lt;BR /&gt;# mt -f /dev/rmt/0mn rew#&lt;BR /&gt;# mt -f /dev/rmt/0mn status&lt;BR /&gt;Drive:  HP Ultrium 2-SCSI&lt;BR /&gt;Format:&lt;BR /&gt;Status: [41114000] BOT online compression immediate-report-mode&lt;BR /&gt;File:   0&lt;BR /&gt;Block:  0&lt;BR /&gt;# echo tape_test &amp;gt; tape_test&lt;BR /&gt;# cat tape_test&lt;BR /&gt;tape_test&lt;BR /&gt;# tar -cvf /dev/rmt/0m ./tape_test&lt;BR /&gt;a ./tape_test 1 blocks&lt;BR /&gt;# rm ./tape_test&lt;BR /&gt;# tar -tf /dev/rmt/0m&lt;BR /&gt;./tape_test&lt;BR /&gt;# tar -xvf /dev/rmt/0m&lt;BR /&gt;x ./tape_test, 10 bytes, 1 tape blocks&lt;BR /&gt;# cat ./tape_test&lt;BR /&gt;tape_test&lt;BR /&gt;#     &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;everything seemed ok, but ever since fbackup fails with errors like the following. at first i thought it was the tape but ive tried multiple tapes&lt;BR /&gt;Output from fbackup:&lt;BR /&gt;br_backup: Invoking fbackup. See /var/sam/log/br_log for details.&lt;BR /&gt;fbackup(1004): session begins on Tue Jan  8 01:30:02 2008&lt;BR /&gt;fbackup(3203): volume 1 has been used 140 time(s)&lt;BR /&gt;fbackup(3024): writing volume 1 to the output file /dev/rmt/0m&lt;BR /&gt;fbackup(3026): ioctl error, can't query outfile&lt;BR /&gt; at media record 215360&lt;BR /&gt;fbackup(3102): attempting to make this volume salvagable&lt;BR /&gt;fbackup(3123): could not read the previous checkpoint record&lt;BR /&gt;fbackup(3105): writing 2 EOFs and rewinding the tape&lt;BR /&gt;fbackup(3106): please mount a good tape&lt;BR /&gt;fbackup(3038): output file /dev/rmt/0m 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;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;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 08 Jan 2008 16:33:36 GMT</pubDate>
    <dc:creator>mike_s_brentlinger</dc:creator>
    <dc:date>2008-01-08T16:33:36Z</dc:date>
    <item>
      <title>fbackup on hpux 11.11 rp5470 after tape drive swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-on-hpux-11-11-rp5470-after-tape-drive-swap/m-p/4126055#M315545</link>
      <description>&lt;!--!*#--&gt;I had an ultrium-1 tape drive that went bad that i replaced with an ultrium-2 drive and everything seemed fine, but fbackup is now throwing errors. Im at a bit of a loss as to what to do. Are my tape drivers just confused somehow? Id like to not reboot the server but if I need to then so be it... &lt;BR /&gt;&lt;BR /&gt;If someone could be so kind as to provide some insight I would greatly appreciate it. Thanks very much in advance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;here was my bad drive&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnC tape&lt;BR /&gt;Class     I  H/W Path      Driver S/W State   H/W Type     Description&lt;BR /&gt;======================================================================&lt;BR /&gt;tape      0  0/12/0/0.3.0  stape NO_HW       DEVICE       HP      Ultrium 1-SCSI&lt;BR /&gt; /dev/rmt/0m            /dev/rmt/0mn           /dev/rmt/c5t3d0BEST    /dev/rmt/c5t3d0BESTn&lt;BR /&gt; /dev/rmt/0mb           /dev/rmt/0mnb          /dev/rmt/c5t3d0BESTb   /dev/rmt/c5t3d0BESTnb&lt;BR /&gt;# grep -i tape /var/adm/syslog/syslog.log lead me to&lt;BR /&gt;# /opt/resmon/bin/resdata -R 204734466 -r /storage/events/tapes/SCSI_tape/0_12_0_0.3.0 -n 204734468 -a&lt;BR /&gt;..&lt;BR /&gt;Event Time..........: Wed Dec 26 01:37:30 2007&lt;BR /&gt;Severity............: CRITICAL&lt;BR /&gt;Monitor.............: dm_stape&lt;BR /&gt;Event #.............: 100057              &lt;BR /&gt;...&lt;BR /&gt;Summary:&lt;BR /&gt;     Tape at hardware path 0/12/0/0.3.0 : Hardware failure&lt;BR /&gt;Description of Error:&lt;BR /&gt;     The device was unsuccessful in processing the current I/O request due to&lt;BR /&gt;     an internal target failure. The request may have been processed in a way&lt;BR /&gt;     which could cause damage to or loss of data. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;     &lt;BR /&gt;     &lt;BR /&gt;     &lt;BR /&gt;I powered off the bad drive, replaced it with an ultrium-2 and powered that drive up, then did&lt;BR /&gt;# ioscan -fnC tape&lt;BR /&gt;Class     I  H/W Path      Driver S/W State   H/W Type     Description&lt;BR /&gt;======================================================================&lt;BR /&gt;tape      0  0/12/0/0.3.0  stape CLAIMED     DEVICE       HP      Ultrium 2-SCSI&lt;BR /&gt;                          /dev/rmt/0m            /dev/rmt/c5t3d0BEST  &lt;BR /&gt;                          /dev/rmt/0mb            /dev/rmt/c5t3d0BESTb&lt;BR /&gt;                          /dev/rmt/0mn           /dev/rmt/c5t3d0BESTn&lt;BR /&gt;                          /dev/rmt/0mnb          /dev/rmt/c5t3d0BESTnb&lt;BR /&gt;i didnt think i really needed to do this but just in case...&lt;BR /&gt;# insf -e&lt;BR /&gt;insf: Installing special files for btlan instance 0 address 0/0/0/0&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt;then stuck in a tape and...&lt;BR /&gt;# mt -f /dev/rmt/0mn rew#&lt;BR /&gt;# mt -f /dev/rmt/0mn status&lt;BR /&gt;Drive:  HP Ultrium 2-SCSI&lt;BR /&gt;Format:&lt;BR /&gt;Status: [41114000] BOT online compression immediate-report-mode&lt;BR /&gt;File:   0&lt;BR /&gt;Block:  0&lt;BR /&gt;# echo tape_test &amp;gt; tape_test&lt;BR /&gt;# cat tape_test&lt;BR /&gt;tape_test&lt;BR /&gt;# tar -cvf /dev/rmt/0m ./tape_test&lt;BR /&gt;a ./tape_test 1 blocks&lt;BR /&gt;# rm ./tape_test&lt;BR /&gt;# tar -tf /dev/rmt/0m&lt;BR /&gt;./tape_test&lt;BR /&gt;# tar -xvf /dev/rmt/0m&lt;BR /&gt;x ./tape_test, 10 bytes, 1 tape blocks&lt;BR /&gt;# cat ./tape_test&lt;BR /&gt;tape_test&lt;BR /&gt;#     &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;everything seemed ok, but ever since fbackup fails with errors like the following. at first i thought it was the tape but ive tried multiple tapes&lt;BR /&gt;Output from fbackup:&lt;BR /&gt;br_backup: Invoking fbackup. See /var/sam/log/br_log for details.&lt;BR /&gt;fbackup(1004): session begins on Tue Jan  8 01:30:02 2008&lt;BR /&gt;fbackup(3203): volume 1 has been used 140 time(s)&lt;BR /&gt;fbackup(3024): writing volume 1 to the output file /dev/rmt/0m&lt;BR /&gt;fbackup(3026): ioctl error, can't query outfile&lt;BR /&gt; at media record 215360&lt;BR /&gt;fbackup(3102): attempting to make this volume salvagable&lt;BR /&gt;fbackup(3123): could not read the previous checkpoint record&lt;BR /&gt;fbackup(3105): writing 2 EOFs and rewinding the tape&lt;BR /&gt;fbackup(3106): please mount a good tape&lt;BR /&gt;fbackup(3038): output file /dev/rmt/0m 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;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;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jan 2008 16:33:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-on-hpux-11-11-rp5470-after-tape-drive-swap/m-p/4126055#M315545</guid>
      <dc:creator>mike_s_brentlinger</dc:creator>
      <dc:date>2008-01-08T16:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup on hpux 11.11 rp5470 after tape drive swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-on-hpux-11-11-rp5470-after-tape-drive-swap/m-p/4126056#M315546</link>
      <description>Hi Mike:&lt;BR /&gt;&lt;BR /&gt;Make sure that you have patch PHKL_34552.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF... &lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jan 2008 16:59:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-on-hpux-11-11-rp5470-after-tape-drive-swap/m-p/4126056#M315546</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-01-08T16:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup on hpux 11.11 rp5470 after tape drive swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-on-hpux-11-11-rp5470-after-tape-drive-swap/m-p/4126057#M315547</link>
      <description>&lt;!--!*#--&gt;James, Thanks for the quick response.&lt;BR /&gt;&lt;BR /&gt;it seems i dont have that patch installed... &lt;BR /&gt;&lt;BR /&gt;# swlist -l product|grep -i PHKL_34552&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;from the install docs at&lt;BR /&gt;&lt;A href="http://www11.itrc.hp.com/service/patch/patchDetail.do?patchid=PHKL_34552&amp;amp;sel={hpux:11.11,}&amp;amp;BC=main" target="_blank"&gt;http://www11.itrc.hp.com/service/patch/patchDetail.do?patchid=PHKL_34552&amp;amp;sel={hpux:11.11,}&amp;amp;BC=main&lt;/A&gt;|search|&lt;BR /&gt;it seems to infer ill be needing a reboot to make it take affect and in fact it may reboot automatically if i use the steps provided?&lt;BR /&gt;&lt;BR /&gt;step 5 ) Run swinstall to install the patch:&lt;BR /&gt;  swinstall -x autoreboot=true -x patch_match_target=true \&lt;BR /&gt;-s /tmp/PHKL_34552.depot&lt;BR /&gt;&lt;BR /&gt;Would you agree on my assesment? If so perhaps ill wait till after hours to apply this one :)&lt;BR /&gt;&lt;BR /&gt;thanks again&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jan 2008 17:51:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-on-hpux-11-11-rp5470-after-tape-drive-swap/m-p/4126057#M315547</guid>
      <dc:creator>mike_s_brentlinger</dc:creator>
      <dc:date>2008-01-08T17:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup on hpux 11.11 rp5470 after tape drive swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-on-hpux-11-11-rp5470-after-tape-drive-swap/m-p/4126058#M315548</link>
      <description>Hi (again) Mike:&lt;BR /&gt;&lt;BR /&gt;Yes, the installation of PHKL_34552 will require a reboot.&lt;BR /&gt;&lt;BR /&gt;Kernel patches are denoted with "KL"; Network related patches with "NE"; patches for commands with "CO" and those for other subsystems (e.g. compilers) with "SS".&lt;BR /&gt;&lt;BR /&gt;Anytime you see "KL" or (generally) "NE" you know that a reboot will be required.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 08 Jan 2008 18:03:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-on-hpux-11-11-rp5470-after-tape-drive-swap/m-p/4126058#M315548</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-01-08T18:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup on hpux 11.11 rp5470 after tape drive swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-on-hpux-11-11-rp5470-after-tape-drive-swap/m-p/4126059#M315549</link>
      <description>James &lt;BR /&gt;After itial testing that patch seemed to fix it... Ill re-enable my nightly backups and see what happens long term but I suspect itll be fine.&lt;BR /&gt;&lt;BR /&gt;Thanks again.</description>
      <pubDate>Sun, 13 Jan 2008 14:47:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-on-hpux-11-11-rp5470-after-tape-drive-swap/m-p/4126059#M315549</guid>
      <dc:creator>mike_s_brentlinger</dc:creator>
      <dc:date>2008-01-13T14:47:27Z</dc:date>
    </item>
  </channel>
</rss>

