<?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: Bootable tape for Itanium system? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-tape-for-itanium-system/m-p/5194705#M501023</link>
    <description>Thank you for assistance...&lt;BR /&gt;&lt;BR /&gt;n.</description>
    <pubDate>Mon, 24 Aug 2009 06:19:34 GMT</pubDate>
    <dc:creator>aaaA_4</dc:creator>
    <dc:date>2009-08-24T06:19:34Z</dc:date>
    <item>
      <title>Bootable tape for Itanium system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-tape-for-itanium-system/m-p/5194701#M501019</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;is there any possibility to create a bootable tape from make_net_recovery image for Itanium server? I'm used to use such a procedure for PA-RISC systems (make_medialif...).&lt;BR /&gt;&lt;BR /&gt;Help will be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;n.</description>
      <pubDate>Fri, 21 Aug 2009 10:20:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootable-tape-for-itanium-system/m-p/5194701#M501019</guid>
      <dc:creator>aaaA_4</dc:creator>
      <dc:date>2009-08-21T10:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Bootable tape for Itanium system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-tape-for-itanium-system/m-p/5194702#M501020</link>
      <description>&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1221222" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1221222&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please look at the script on the last which Clinton A Neill sent. I just summarized it below:&lt;BR /&gt;&lt;BR /&gt;###Step 1 - Build the tape&lt;BR /&gt;1-)Go to arhive CFG location&lt;BR /&gt;mt -t /dev/rmt/0mn rew&lt;BR /&gt;&lt;BR /&gt;cd /var/opt/ignite/clients/hptest1/recovery/2008-07-23,15:22&lt;BR /&gt;cat archive_cfg | sed 's/archive_type = gzip tar/archive_type = tar/g' | sed 's/archive_path = "1"/archive_path = "22"/g' &amp;gt; /tmp/arch_cfg&lt;BR /&gt;&lt;BR /&gt;(Change   &lt;ARCHIVE_TYPE&gt;  to &lt;ARCHIVE_PATH&gt; to &lt;ARCHIVE_PATH&gt; )&lt;BR /&gt;&lt;BR /&gt;2-)The server you want to make a boot tape must be same version with the client you want to recover&lt;BR /&gt;&lt;BR /&gt;make_ipf_tape     -f system_cfg        \&lt;BR /&gt;                  -f control_cfg       \&lt;BR /&gt;                  -f /tmp/arch_cfg     \&lt;BR /&gt;                  -d /dev/rmt/0mn      \&lt;BR /&gt;                  -r B.11.23           \&lt;BR /&gt;                  -w /tmp/volume_label \&lt;BR /&gt;                  -V&lt;BR /&gt;&lt;BR /&gt;3-)Write a archive label on recovery tape for bootloader.&lt;BR /&gt;arch_size=/tmp/arch_size_f&lt;BR /&gt;block_size=/tmp/block_size_f&lt;BR /&gt;&lt;BR /&gt;echo `cat recovery.log | grep flist | awk '{print $NF}'` |awk '{printf("%020d", $1)}' &amp;gt; ${arch_size} &lt;BR /&gt;&lt;BR /&gt;echo "10240" |awk '{printf("%016d", $1)}' &amp;gt; ${block_size} &lt;BR /&gt;print -n  "UHL3EFIAUXA$(cat ${arch_size})$(cat ${block_size})" &amp;gt; /tmp/arch_label&lt;BR /&gt;&lt;BR /&gt;dd if=/tmp/arch_label bs=80 cbs=80 conv=sync of=/dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;4-)Decompress the archive to tar ant write it to tape&lt;BR /&gt;gunzip -c -S "" 2007-07-09,09:11 | dd of=/dev/rmt/0mn obs=10k&lt;BR /&gt;&lt;BR /&gt;mt -t /dev/rmt/0mn rew&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;###Step2 - Boot the system from the tape&lt;BR /&gt;1-)Find the tape device EFI path&lt;BR /&gt;Shell&amp;gt; reconnect -r&lt;BR /&gt;Scsi(Pun3,Lun0) HP      C7438A          ZP5A (160 MBytes/sec)   (Tape'in PUN ve LUN numarasini ogren)&lt;BR /&gt;&lt;BR /&gt;2-)Add boot option for tape&lt;BR /&gt;EFI Boot Manager-&amp;gt;Boot Configuration-&amp;gt;Add Boot Entry-&amp;gt;Load File [Acpi(HWP0002,100)/Pci(1|1)/Scsi(Pun3,Lun0)]&lt;BR /&gt;&lt;BR /&gt;3-)Boot from tape&lt;/ARCHIVE_PATH&gt;&lt;/ARCHIVE_PATH&gt;&lt;/ARCHIVE_TYPE&gt;</description>
      <pubDate>Fri, 21 Aug 2009 11:13:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootable-tape-for-itanium-system/m-p/5194702#M501020</guid>
      <dc:creator>Turgay Cavdar</dc:creator>
      <dc:date>2009-08-21T11:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Bootable tape for Itanium system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-tape-for-itanium-system/m-p/5194703#M501021</link>
      <description>Thank you, but,&lt;BR /&gt;&lt;BR /&gt;is it possible to create such a bootable tape on Ignite UX server, which is PA-RISC server (11.11) for Ignite UX client, which is Itanium server (11.31)?&lt;BR /&gt;As I understood your posting, it's not possible. Am I right?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;n.</description>
      <pubDate>Fri, 21 Aug 2009 12:44:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootable-tape-for-itanium-system/m-p/5194703#M501021</guid>
      <dc:creator>aaaA_4</dc:creator>
      <dc:date>2009-08-21T12:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Bootable tape for Itanium system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-tape-for-itanium-system/m-p/5194704#M501022</link>
      <description>I believe you can do it on the pa-risc because make_ipf_tape command is also available on pa-risc. Just try i think it will work...</description>
      <pubDate>Fri, 21 Aug 2009 12:52:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootable-tape-for-itanium-system/m-p/5194704#M501022</guid>
      <dc:creator>Turgay Cavdar</dc:creator>
      <dc:date>2009-08-21T12:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Bootable tape for Itanium system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-tape-for-itanium-system/m-p/5194705#M501023</link>
      <description>Thank you for assistance...&lt;BR /&gt;&lt;BR /&gt;n.</description>
      <pubDate>Mon, 24 Aug 2009 06:19:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootable-tape-for-itanium-system/m-p/5194705#M501023</guid>
      <dc:creator>aaaA_4</dc:creator>
      <dc:date>2009-08-24T06:19:34Z</dc:date>
    </item>
  </channel>
</rss>

