<?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: verifiying itanium ignite tapes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/verifiying-itanium-ignite-tapes/m-p/4956167#M414730</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;There is in my opinion one way to be sure.&lt;BR /&gt;&lt;BR /&gt;To boot off the tape and use it.&lt;BR /&gt;&lt;BR /&gt;If that means making an appointment at an HP Performance Center, then do it. DR is too important not to practice.&lt;BR /&gt;&lt;BR /&gt;I think this thread response up to now is excellent and I might even use the techniques displayed.&lt;BR /&gt;&lt;BR /&gt;I believe in Ignite because it has saved my servers in the past in real situations and tested out perfectly in HP's Performance Center.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 31 Jan 2006 16:02:26 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-01-31T16:02:26Z</dc:date>
    <item>
      <title>verifiying itanium ignite tapes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/verifiying-itanium-ignite-tapes/m-p/4956163#M414726</link>
      <description>i have a rx4640 running hpux 11.23 that im trying to make and verify ignite tapes for periodically so that i have something to use for recovery if disaster strikes.&lt;BR /&gt;&lt;BR /&gt;so.. I run the following &lt;BR /&gt;   $make_tape_recovery -v -I -x inc_entire=vg00 &lt;BR /&gt;&lt;BR /&gt;which exits successfully and appears to make me an ignite tape just fine&lt;BR /&gt;&lt;BR /&gt;so now i want to verify the tape, and since the  system is in production i cant really down the box, boot off a recover cd, walk thru a recovery process. so id like to do the next best thing and verify i can read files off the tape&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$mt -f /dev/rmt/0mn rew  &lt;BR /&gt;$mt -f /dev/rmt/0mn fsf 1&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: [81114000] EOF online compression immediate-report-mode &lt;BR /&gt;   File:   1&lt;BR /&gt;   Block:  0&lt;BR /&gt;tar -tvf /dev/rmt/0mn    &lt;BR /&gt;Tar: blocksize = 2&lt;BR /&gt;directory checksum error&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;so i try a ..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$mt -f /dev/rmt/0mn rew   &lt;BR /&gt;$mt -f /dev/rmt/0mn fsf 1 &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: [81114000] EOF online compression immediate-report-mode &lt;BR /&gt;   File:   1&lt;BR /&gt;   Block:  0&lt;BR /&gt;$tar -tvbf 2 /dev/rmt/0mn &lt;BR /&gt;directory checksum error&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;so i try... &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ mt -f /dev/rmt/0mn rew&lt;BR /&gt;$ check_tape_recovery                        &lt;BR /&gt;   Generating new list of files&lt;BR /&gt;   Comparing file lists&lt;BR /&gt;   /opt/ignite/bin/check_tape_recovery[108]: 13759 Bus error(coredump)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Ive even tried to see if its a cpio archive via&lt;BR /&gt;the following which also fails... &lt;BR /&gt;cpio -itv &amp;lt; /dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;what on earth am i doing wrong? i know the drive is ok, ive tar'ed and untarred on and off that drive and this exact tape with out issue eg:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$mt -f /dev/rmt/0mn rew&lt;BR /&gt;$echo test &amp;gt;  test.txt&lt;BR /&gt;$tar -cvf /dev/rmt/0mn ./test.txt &lt;BR /&gt;   a ./test.txt 1 blocks&lt;BR /&gt;$mt -f /dev/rmt/0mn rew           &lt;BR /&gt;$rm ./test.txt &lt;BR /&gt;$tar -tvf /dev/rmt/0mn            &lt;BR /&gt;   rw-r--r--   0/3      5 Jan 31 15:29 2006 ./test.txt&lt;BR /&gt;$mt -f /dev/rmt/0mn rew&lt;BR /&gt;$tar -xvf /dev/rmt/0mn   &lt;BR /&gt;   x ./test.txt, 5 bytes, 1 tape blocks&lt;BR /&gt;$cat ./test.txt &lt;BR /&gt;test&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;any help someone could provide would be greatly greatly apprecaited.</description>
      <pubDate>Tue, 31 Jan 2006 15:39:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/verifiying-itanium-ignite-tapes/m-p/4956163#M414726</guid>
      <dc:creator>mike_s_brentlinger</dc:creator>
      <dc:date>2006-01-31T15:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: verifiying itanium ignite tapes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/verifiying-itanium-ignite-tapes/m-p/4956164#M414727</link>
      <description>Try the following:&lt;BR /&gt;&lt;BR /&gt;$ mt -f /dev/rmt/0mn rew&lt;BR /&gt;$ mt -f /dev/rmt/0mn fsf 1&lt;BR /&gt;$ tar tv&lt;BR /&gt;&lt;BR /&gt;It should display no error message.</description>
      <pubDate>Tue, 31 Jan 2006 15:46:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/verifiying-itanium-ignite-tapes/m-p/4956164#M414727</guid>
      <dc:creator>CAS_2</dc:creator>
      <dc:date>2006-01-31T15:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: verifiying itanium ignite tapes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/verifiying-itanium-ignite-tapes/m-p/4956165#M414728</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Refer this doc for verification.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000081003144" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000081003144&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Jan 2006 15:50:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/verifiying-itanium-ignite-tapes/m-p/4956165#M414728</guid>
      <dc:creator>Sameer_Nirmal</dc:creator>
      <dc:date>2006-01-31T15:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: verifiying itanium ignite tapes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/verifiying-itanium-ignite-tapes/m-p/4956166#M414729</link>
      <description>Hi Mike,&lt;BR /&gt;&lt;BR /&gt;Well I haven't tested on our units in the lab yet, but since 11.23 Itanium tapes aren't bootable, there wouldn't be a LIF on them.&lt;BR /&gt;I suspect that m_t_r only puts a tarball, pax image, cpio or a dd dump on them.&lt;BR /&gt;&lt;BR /&gt;This is what I find the most annoying thing about 11.23 IA - the use of a FAT-32 filesystem for the boot area.&lt;BR /&gt;Something that cannot be written onto a tape - hence the inability to boot it. &lt;BR /&gt;&lt;BR /&gt;Try a plain old tar -xv w/o the mt fsf 1 after an mt rew. If that doesn't work then try the other methods as well.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 31 Jan 2006 16:02:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/verifiying-itanium-ignite-tapes/m-p/4956166#M414729</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2006-01-31T16:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: verifiying itanium ignite tapes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/verifiying-itanium-ignite-tapes/m-p/4956167#M414730</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;There is in my opinion one way to be sure.&lt;BR /&gt;&lt;BR /&gt;To boot off the tape and use it.&lt;BR /&gt;&lt;BR /&gt;If that means making an appointment at an HP Performance Center, then do it. DR is too important not to practice.&lt;BR /&gt;&lt;BR /&gt;I think this thread response up to now is excellent and I might even use the techniques displayed.&lt;BR /&gt;&lt;BR /&gt;I believe in Ignite because it has saved my servers in the past in real situations and tested out perfectly in HP's Performance Center.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 31 Jan 2006 16:02:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/verifiying-itanium-ignite-tapes/m-p/4956167#M414730</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-01-31T16:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: verifiying itanium ignite tapes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/verifiying-itanium-ignite-tapes/m-p/4956168#M414731</link>
      <description>First, thanks for all the replies.&lt;BR /&gt;&lt;BR /&gt;Heres my findings thus far. &lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000&lt;/A&gt;&lt;BR /&gt;081003144&lt;BR /&gt;&lt;BR /&gt;suggests:&lt;BR /&gt;# mt -f /dev/rmt/0mn rew&lt;BR /&gt;# mt -f /dev/rmt/0mn fsf 22&lt;BR /&gt;# tar -tvf /dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;which works! thanks for the referance.&lt;BR /&gt;&lt;BR /&gt;for what its worth.. or those interested Im using Ignite-UX Revision C.6.3.324 &lt;BR /&gt;&lt;BR /&gt;In reply to Steven I completly agree that the only way to know for sure is to use it. However this is a production box and Im not afforded that opportunity. I do have an older ignite tape I created a while back believe it to still be ok, however its old, and id like to create periodic new ignite tapes in my backup rotation, but then that gets me back to this is a production box that I cant just down and run a test restore on so Id like to validate the tapes at least appear ok.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Jan 2006 16:16:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/verifiying-itanium-ignite-tapes/m-p/4956168#M414731</guid>
      <dc:creator>mike_s_brentlinger</dc:creator>
      <dc:date>2006-01-31T16:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: verifiying itanium ignite tapes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/verifiying-itanium-ignite-tapes/m-p/4956169#M414732</link>
      <description>Thanks to all! This forum is excellent as usual</description>
      <pubDate>Tue, 31 Jan 2006 16:17:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/verifiying-itanium-ignite-tapes/m-p/4956169#M414732</guid>
      <dc:creator>mike_s_brentlinger</dc:creator>
      <dc:date>2006-01-31T16:17:49Z</dc:date>
    </item>
  </channel>
</rss>

