<?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: HP-RT System Recovery in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-rt-system-recovery/m-p/2737058#M66796</link>
    <description>On building a Recovery Tape:&lt;BR /&gt;Thanks to Harry and Pete for confirming my suspicions about needing another tape drive. We actually have a SureStore24 on site but no cables/adapters to hook it up. The system in question is on a Spanish Navy ship. I'm going back to the US for vacation next month and I plan on getting some cables there. It's a nightmare to be a stranger in a strange land (an American in Spain) where you have trouble with the language and can't deal with the cost of shipping and Customs fees from the US. Share my pain :(&lt;BR /&gt;The tape build procedure I was using came from the same document Harry provided in his link???cool!&lt;BR /&gt;Question: Since we're only using one partition (/dev/sd6a) of 2Gb can I use dd to copy only one partition instead of the entire raw device?&lt;BR /&gt;&lt;BR /&gt;On duplicating the disk:&lt;BR /&gt;Same question as above, since we're only using one partition (/dev/sd6a) of 2Gb can I use dd to copy only one partition instead of the entire raw device?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 05 Jun 2002 05:42:36 GMT</pubDate>
    <dc:creator>Robert Krebs</dc:creator>
    <dc:date>2002-06-05T05:42:36Z</dc:date>
    <item>
      <title>HP-RT System Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-rt-system-recovery/m-p/2737053#M66791</link>
      <description>HP-RT Recovery Tape&lt;BR /&gt;I'm working on a VME chassis with an HP-744 processor running HP-RT 3.01. It has two 9GB hard drives but only one (scsi 6) is used. I have no HP-RT recovery tape and, therefore, no way to recover from a fatal disk error. I need help with two things: &lt;BR /&gt;&lt;BR /&gt;1.)  Building a Recovery tape&lt;BR /&gt;I've tried this:&lt;BR /&gt;&lt;BR /&gt;Boot in Single User Mode&lt;BR /&gt;# dd if=/usr/lib/rtbootlf of=/dev/rdds0n bs=2k&lt;BR /&gt;# sync;sync&lt;BR /&gt;# dd if=/dev/rsd6 of=/dev/rdds0 bs=64k&lt;BR /&gt;After ~2 hours I get:&lt;BR /&gt; I/O error&lt;BR /&gt; 61,858+0 records in&lt;BR /&gt; 61,857+1 records out&lt;BR /&gt;&lt;BR /&gt;I'm assuming this is because my DDS2 tape is full, unfortunately we have no funding to upgrade any hardware or software - what we have is all we have!&lt;BR /&gt;&lt;BR /&gt;2.) Making the unused scsi.5 a bootable duplicate of scsi.6.&lt;BR /&gt;I've tried the following:&lt;BR /&gt;&lt;BR /&gt;# mkfs /dev/rsd5&lt;BR /&gt;# dd  if=/usr/lib/rtbootlf of=/dev/rsd5 bs=2k &lt;BR /&gt;# sync;sync&lt;BR /&gt;# dd if=/dev/rsd6 of=/dev/rsd5 bs=64k&lt;BR /&gt;&lt;BR /&gt;I lost system time after four hours and had to abort the command. The response said: &lt;BR /&gt;1057519+0 records in&lt;BR /&gt;1057519+0 records out&lt;BR /&gt;&lt;BR /&gt;Other info:&lt;BR /&gt;&lt;BR /&gt;df shows:&lt;BR /&gt;Filesystem BlkSize Blocks Used  Free    %&lt;BR /&gt;/dev/sd6a  4096    524288 77882 446406  14%&lt;BR /&gt;&lt;BR /&gt;partition printout shows:&lt;BR /&gt;2222904 blocks currently partitioned&lt;BR /&gt;LIF area = 1024 blocks&lt;BR /&gt;Partition 1 * 2048 megabytes first block 1025&lt;BR /&gt;Partition 2   2048 megabytes first block 525313&lt;BR /&gt;Partition 3   2048 megabytes first block 1049601&lt;BR /&gt;Partition 4   2048 megabytes first block 1573889&lt;BR /&gt;Partition 5   487  megabytes first block 2098177&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jun 2002 11:46:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-rt-system-recovery/m-p/2737053#M66791</guid>
      <dc:creator>Robert Krebs</dc:creator>
      <dc:date>2002-06-04T11:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: HP-RT System Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-rt-system-recovery/m-p/2737054#M66792</link>
      <description>&lt;BR /&gt;According to &lt;BR /&gt;&lt;A href="http://www.interex.org/pubcontent/hpuxusr/jul96/11hprt/hprt.html" target="_blank"&gt;http://www.interex.org/pubcontent/hpuxusr/jul96/11hprt/hprt.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;you have the creating of a boot tape correct.&lt;BR /&gt;&lt;BR /&gt;What kind of tape drive are you using? It has to be able to hold more than 9GB + the size of your rtbootlf file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 04 Jun 2002 12:46:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-rt-system-recovery/m-p/2737054#M66792</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-06-04T12:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: HP-RT System Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-rt-system-recovery/m-p/2737055#M66793</link>
      <description>According to my config guide, a DDS 2 tape has a native capacity of 4 GB.  That looks like a problem to me.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 04 Jun 2002 13:02:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-rt-system-recovery/m-p/2737055#M66793</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-06-04T13:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: HP-RT System Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-rt-system-recovery/m-p/2737056#M66794</link>
      <description>Pete,&lt;BR /&gt;&lt;BR /&gt;Good catch, I missed the part describing the tape drive.&lt;BR /&gt;&lt;BR /&gt;Robert,&lt;BR /&gt;&lt;BR /&gt;You are going to need to get a newer tape drive, like a dds3. I don't think there is really another option :-(&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 04 Jun 2002 13:06:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-rt-system-recovery/m-p/2737056#M66794</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-06-04T13:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: HP-RT System Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-rt-system-recovery/m-p/2737057#M66795</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;You could try looking for a DDS 3 drive on e-bay or thru the resellers.  That would be the cheapest way out unless you can borrow one from somebody.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 04 Jun 2002 14:58:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-rt-system-recovery/m-p/2737057#M66795</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-06-04T14:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: HP-RT System Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-rt-system-recovery/m-p/2737058#M66796</link>
      <description>On building a Recovery Tape:&lt;BR /&gt;Thanks to Harry and Pete for confirming my suspicions about needing another tape drive. We actually have a SureStore24 on site but no cables/adapters to hook it up. The system in question is on a Spanish Navy ship. I'm going back to the US for vacation next month and I plan on getting some cables there. It's a nightmare to be a stranger in a strange land (an American in Spain) where you have trouble with the language and can't deal with the cost of shipping and Customs fees from the US. Share my pain :(&lt;BR /&gt;The tape build procedure I was using came from the same document Harry provided in his link???cool!&lt;BR /&gt;Question: Since we're only using one partition (/dev/sd6a) of 2Gb can I use dd to copy only one partition instead of the entire raw device?&lt;BR /&gt;&lt;BR /&gt;On duplicating the disk:&lt;BR /&gt;Same question as above, since we're only using one partition (/dev/sd6a) of 2Gb can I use dd to copy only one partition instead of the entire raw device?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Jun 2002 05:42:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-rt-system-recovery/m-p/2737058#M66796</guid>
      <dc:creator>Robert Krebs</dc:creator>
      <dc:date>2002-06-05T05:42:36Z</dc:date>
    </item>
  </channel>
</rss>

