<?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: make recovery question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-question/m-p/2590903#M32876</link>
    <description>Hi Maria,&lt;BR /&gt;&lt;BR /&gt;Have a look at the following Ignite document.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/onlinedocs/B2355-90704/B2355-90704.html" target="_blank"&gt;http://www.docs.hp.com/hpux/onlinedocs/B2355-90704/B2355-90704.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael</description>
    <pubDate>Mon, 08 Oct 2001 05:19:20 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2001-10-08T05:19:20Z</dc:date>
    <item>
      <title>make recovery question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-question/m-p/2590899#M32872</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;If I use make_recovery -A -v -C -i -t "Titile Info". It writes from kernal information from my production system (A500 running HP UX 11.0 [2 processors]) to a DDS tape drive which is connected to the production system.&lt;BR /&gt;&lt;BR /&gt;If I disconnected the tape drive from the production system and attached it to my development system (A400 running HP UX 11.0 [1 processor]) and boot the make_recovery tape for testing. &lt;BR /&gt;&lt;BR /&gt;How does it distinguish between the different hardware on both machines? Ie the different processors, and different size and amount of disks? &lt;BR /&gt;&lt;BR /&gt;I am just trying to understand how make recovery works (in terms of different systems).&lt;BR /&gt;&lt;BR /&gt;Thanks for all your help in advance.&lt;BR /&gt;&lt;BR /&gt;Maria</description>
      <pubDate>Mon, 08 Oct 2001 01:25:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-question/m-p/2590899#M32872</guid>
      <dc:creator>maria paschali</dc:creator>
      <dc:date>2001-10-08T01:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: make recovery question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-question/m-p/2590900#M32873</link>
      <description>Hi,&lt;BR /&gt;In your case you can use the make recovery tape as you are using same server model.&lt;BR /&gt;&lt;BR /&gt;make_recovery calls make_medialif which according to the system?s architecture&lt;BR /&gt;copies one of 3 temporary kernels on the tape.  VINSTALL is used for V class&lt;BR /&gt;systems, WINSTALL is used for N class systems, and INSTALL is used for other&lt;BR /&gt;systems.  When the make_recovery tape created for a V class tries to modify the&lt;BR /&gt;kernel on the K class, the system will panic.&lt;BR /&gt;&lt;BR /&gt;To properly bootup from the make_recovery tape, the following steps need to be&lt;BR /&gt;performed.&lt;BR /&gt;&lt;BR /&gt;1.  Create the make_recovery tape for the specific architecture; see the&lt;BR /&gt;    make_recovery(1M) man page for more details.&lt;BR /&gt;2.  Insert the recovery tape into the tape drive.&lt;BR /&gt;3.  Boot the system.&lt;BR /&gt;4.  Interrupt the boot sequence to redirect it to the tape drive, specifying&lt;BR /&gt;    the make_recovery temporary kernel at the end of the line.  For example&lt;BR /&gt;    boot [scsi_addr_tape_drive] VINSTALL, if the make_recovery tape is&lt;BR /&gt;    created for a V class.&lt;BR /&gt;5.  Elect no interaction with ISL.&lt;BR /&gt;6.  Allow the install process to complete automatically.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=91c21ae10541310a2a/screen=ckiDisplayDocument?docId=200000046942472" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=91c21ae10541310a2a/screen=ckiDisplayDocument?docId=200000046942472&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Animesh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Oct 2001 02:25:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-question/m-p/2590900#M32873</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-10-08T02:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: make recovery question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-question/m-p/2590901#M32874</link>
      <description>Maria,&lt;BR /&gt;&lt;BR /&gt;It's the same way a running system recognizes the hardware changes. For ex., if you take out a processor or add a card  to a running system, the kernel is going to identify it. Similarly when the make_recovery boots through the image,it loads the kernel that by virtue of it keeps track of inventory of the system and adds (only) the instance files through the normal insf procedure.&lt;BR /&gt;&lt;BR /&gt;However, all the files are recovered by extracting the tar archive of make_recovery archive. So, the backedup kernel /stand/vmunix would also be recovered. So,if the recovered system has a new type of card, it will remain UNKNOWN to the system. Also as an example, if the previous system has a boot disk at a certain path with a device file say c0t0d0 and if the new system has the bootdisk at a different path, make_recovery is going to create a different device file for this disk. However,it is going to recover c0t0d0 also from the archive and ofcourse doing an lssf on c0t0d0 will give out???.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Oct 2001 02:52:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-question/m-p/2590901#M32874</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-08T02:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: make recovery question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-question/m-p/2590902#M32875</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;thanks for that.&lt;BR /&gt;It has helped.&lt;BR /&gt;&lt;BR /&gt;Where can I find more info on it? I want to familarise myself a bit more in the workings of such things.&lt;BR /&gt;&lt;BR /&gt;thanks again&lt;BR /&gt;maria</description>
      <pubDate>Mon, 08 Oct 2001 05:13:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-question/m-p/2590902#M32875</guid>
      <dc:creator>maria paschali</dc:creator>
      <dc:date>2001-10-08T05:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: make recovery question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-question/m-p/2590903#M32876</link>
      <description>Hi Maria,&lt;BR /&gt;&lt;BR /&gt;Have a look at the following Ignite document.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/onlinedocs/B2355-90704/B2355-90704.html" target="_blank"&gt;http://www.docs.hp.com/hpux/onlinedocs/B2355-90704/B2355-90704.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael</description>
      <pubDate>Mon, 08 Oct 2001 05:19:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-question/m-p/2590903#M32876</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-10-08T05:19:20Z</dc:date>
    </item>
  </channel>
</rss>

