<?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: How do I clone a system? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962173#M516019</link>
    <description>I am now trying to use Ignite to clone another machine.  This time, the hardware is identical (they are a pair of rp2470's), but the install hangs when it is actually loading the image from the first machine.  After letting it sit for about 15 minutes, I hit CTRL-C on the console and it failed out.  This is what the log says:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;* Thu May 01 18:08:41 EDT 2003: Starting archive load of the source&lt;BR /&gt;(Recovery Archive).&lt;BR /&gt;ERROR:   Cannot load OS archive (Recovery Archive)&lt;BR /&gt;&lt;BR /&gt;The configuration process has incurred an error, would you like&lt;BR /&gt;to push a shell for debugging purposes? (y/[n]):        *&lt;BR /&gt;Response was: n&lt;BR /&gt;</description>
    <pubDate>Fri, 02 May 2003 12:29:38 GMT</pubDate>
    <dc:creator>Joe Lupo</dc:creator>
    <dc:date>2003-05-02T12:29:38Z</dc:date>
    <item>
      <title>How do I clone a system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962161#M516007</link>
      <description>I want to clone the vg00 volume group from one server to another.  The source is our production server and the destination will be the new development server.  I do not want to copy any other volume groups and I want to make sure the new system gets a new IP address and everything.</description>
      <pubDate>Tue, 29 Apr 2003 17:04:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962161#M516007</guid>
      <dc:creator>Joe Lupo</dc:creator>
      <dc:date>2003-04-29T17:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I clone a system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962162#M516008</link>
      <description>In a perfect situation the hardware will be identical, in which case you can simply make a make_recovery archive from one machine and recover it to the identical machine.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/onlinedocs/B2355-90772/00/00/63-con.html" target="_blank"&gt;http://www.docs.hp.com/hpux/onlinedocs/B2355-90772/00/00/63-con.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Apr 2003 17:07:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962162#M516008</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2003-04-29T17:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I clone a system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962163#M516009</link>
      <description>Sounds like a perfect job for Ignite.  You can download the Ignite software here&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/products/IUX/index.html" target="_blank"&gt;http://www.software.hp.com/products/IUX/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Then run "make_tape_recovery -a /dev/rmt/0mn -I -v -x inc_entire=vg00'".  Boot the new server off the ignite tape and you will be lead through an interactive install which will allow you to resize lvols, change IP, hostname, etc.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 29 Apr 2003 17:08:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962163#M516009</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-04-29T17:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I clone a system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962164#M516010</link>
      <description>Ignite is what you want to use.  I have made over 150 system clones with it.&lt;BR /&gt;&lt;BR /&gt;Do a make_tape_recovery on the system that you want cloned.  Use this recovery tape to boot the systems that you want them to be clones.  Do not connect these systems to the lan yet, don't interrupt the process of loading the ignite tape.&lt;BR /&gt;&lt;BR /&gt;At the end of the load, you will want to modify a few things to make this new machine unique.  You will want to change the IP, system name, and modify the /sbin/config.d/etherconf file to remove the mac address.&lt;BR /&gt;&lt;BR /&gt;You will need to modify the /etc/resolv.conf file if this machine has a different domain.&lt;BR /&gt;&lt;BR /&gt;Then connect them to the lan.</description>
      <pubDate>Tue, 29 Apr 2003 17:35:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962164#M516010</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2003-04-29T17:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I clone a system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962165#M516011</link>
      <description>What happens if the two systems do not match entirely?  Better yet, what if the two machines do not match at all?&lt;BR /&gt;&lt;BR /&gt;We have an rp7410 server 8x875Mhz w/ 6Gb of memory and 2x18Gb internal disks as the production server.  The new development system is a J6750 workstation 2x875Mhz with 4Gb of memory and 2x36Gb internal disks.&lt;BR /&gt;The production server is also attached to an external array where we have a bunch of data stored that I do not want to clone.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can I clone these?</description>
      <pubDate>Tue, 29 Apr 2003 17:37:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962165#M516011</guid>
      <dc:creator>Joe Lupo</dc:creator>
      <dc:date>2003-04-29T17:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do I clone a system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962166#M516012</link>
      <description>Hi&lt;BR /&gt;If you use the latest Ignite software there is an option "Clone system to a different hardware". Whith this it is possible to clone systems if hardware not matches.</description>
      <pubDate>Tue, 29 Apr 2003 17:43:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962166#M516012</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2003-04-29T17:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I clone a system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962167#M516013</link>
      <description>Would it be a problem to clone a live system?  Do I have to bring the main server down?</description>
      <pubDate>Tue, 29 Apr 2003 17:47:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962167#M516013</guid>
      <dc:creator>Joe Lupo</dc:creator>
      <dc:date>2003-04-29T17:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I clone a system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962168#M516014</link>
      <description>You won't be able to take an image from a server and restore it to a workstation (nor a workstation image and restore it to a server).  The machines are not compatible that way.&lt;BR /&gt;&lt;BR /&gt;In order to make a make_recovery archive the system does not have to be brought down, but there is a WARNING on the make_recovery man page that says the archive should be made when the system is quiet.</description>
      <pubDate>Tue, 29 Apr 2003 17:57:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962168#M516014</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2003-04-29T17:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I clone a system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962169#M516015</link>
      <description>I was under the impression that the new J class workstation was pretty much the same as the rp2470 server (although it does come with faster procs).  Both the workstation and the server are based on the PA-8700+ processors at 875Mhz.   Hmm....  Well, I'll have to give it a shot and see what happens, just in case.  If it doesn't work, then I can always reinstall the OS.  :)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Anyway, I'm messing around with this to see if I can do this across the network.  Neither the server nor the workstation currently have tape drives attached.&lt;BR /&gt;&lt;BR /&gt;Also, do you know if this will cause any sort of interruption on the server?  I want to make sure I'm not going to lose connectivity or anything like that when creating the image.</description>
      <pubDate>Tue, 29 Apr 2003 18:20:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962169#M516015</guid>
      <dc:creator>Joe Lupo</dc:creator>
      <dc:date>2003-04-29T18:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do I clone a system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962170#M516016</link>
      <description>Just to let you all know, I was able to successfully clone the server to the workstation.  There were some oddities (different hardware and hardware paths) that I had to deal with, but overall it went pretty easily.&lt;BR /&gt;&lt;BR /&gt;Thank you all for your help.</description>
      <pubDate>Tue, 29 Apr 2003 21:52:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962170#M516016</guid>
      <dc:creator>Joe Lupo</dc:creator>
      <dc:date>2003-04-29T21:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I clone a system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962171#M516017</link>
      <description>The problems cloning unlike systems has less to do with the processor and a *LOT* to do with I/O, especially with different interfaces (SCSI, PCI, Fibre, HSC, GSC, and so on). With a *lot* of work, you could create a base system that has all the needed drivers for the target system (even though the base system can't possibly have those types of cards installed) and then clone the result. Of course, the clone may have drivers that are unnecessary because they belong to the base system.&lt;BR /&gt;&lt;BR /&gt;So the short answer is that similar architectures are OK, with caveats when the type of disk I/O is different. The father apart the two systems are in design (read: age and overall design, ie, workstations vs. servers), the more likely the clone will be a lot of problems.&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Apr 2003 22:48:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962171#M516017</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-04-29T22:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I clone a system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962172#M516018</link>
      <description>As long as the machines are not too different, Ignite can handle the job.&lt;BR /&gt;&lt;BR /&gt;You have the ability to add your own scripts to the installation, which let you set up mirrors, change logical volume structure, even install differing patch sets.&lt;BR /&gt;&lt;BR /&gt;I have done a bunch of identical clones, and a few similar clones and run into every problem in the book.&lt;BR /&gt;&lt;BR /&gt;All of the problems were solved and Ignite is an awesome tool.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 30 Apr 2003 00:25:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962172#M516018</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-04-30T00:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do I clone a system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962173#M516019</link>
      <description>I am now trying to use Ignite to clone another machine.  This time, the hardware is identical (they are a pair of rp2470's), but the install hangs when it is actually loading the image from the first machine.  After letting it sit for about 15 minutes, I hit CTRL-C on the console and it failed out.  This is what the log says:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;* Thu May 01 18:08:41 EDT 2003: Starting archive load of the source&lt;BR /&gt;(Recovery Archive).&lt;BR /&gt;ERROR:   Cannot load OS archive (Recovery Archive)&lt;BR /&gt;&lt;BR /&gt;The configuration process has incurred an error, would you like&lt;BR /&gt;to push a shell for debugging purposes? (y/[n]):        *&lt;BR /&gt;Response was: n&lt;BR /&gt;</description>
      <pubDate>Fri, 02 May 2003 12:29:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962173#M516019</guid>
      <dc:creator>Joe Lupo</dc:creator>
      <dc:date>2003-05-02T12:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I clone a system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962174#M516020</link>
      <description>Nevermind...  I think I figured out what the problem was with this one.  I forgot that this server was not directly attached to the network switch and actually went through a pair of Alteon switches first (for high availability web servers).  I bypassed the Alteons and it is working.</description>
      <pubDate>Fri, 02 May 2003 13:13:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962174#M516020</guid>
      <dc:creator>Joe Lupo</dc:creator>
      <dc:date>2003-05-02T13:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do I clone a system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962175#M516021</link>
      <description>So now its not just Cisco switches.&lt;BR /&gt;&lt;BR /&gt;HP NIC's have trouble with auto negotiate on certain switches. This gives Ignite fits.&lt;BR /&gt;&lt;BR /&gt;Best practice is to hard code the desired settings(100 BaseT Full duplex) on the switch port and the NIC in /etc/rc.config.d/hpbtlanconf&lt;BR /&gt;&lt;BR /&gt;ex...&lt;BR /&gt;&lt;BR /&gt;HP_BTLAN_INTERFACE_NAME[0]=lan0&lt;BR /&gt;HP_BTLAN_STATION_ADDRESS[0]=&lt;BR /&gt;HP_BTLAN_SPEED[0]=10HD&lt;BR /&gt;HP_BTLAN_INTERFACE_NAME[1]=lan1&lt;BR /&gt;HP_BTLAN_STATION_ADDRESS[1]=&lt;BR /&gt;HP_BTLAN_SPEED[1]=100FD&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.isnamerica.com" target="_blank"&gt;http://www.isnamerica.com&lt;/A&gt;&lt;BR /&gt;Call me anything you want, but don't forget to call me to dinner.&lt;BR /&gt;Steven E. Protter&lt;BR /&gt;</description>
      <pubDate>Fri, 02 May 2003 13:26:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-clone-a-system/m-p/2962175#M516021</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-02T13:26:13Z</dc:date>
    </item>
  </channel>
</rss>

