<?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: Cloning and DD in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-and-dd/m-p/2878033#M937752</link>
    <description>Tim,&lt;BR /&gt;&lt;BR /&gt;I remember something of the sort from several years ago when we were copying a root volume - they had to be identical (according to the HP S.E. we were working with).  I don't know if that's still true or not because I've never tried doing it with non-identical disks.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Thu, 09 Jan 2003 13:41:19 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2003-01-09T13:41:19Z</dc:date>
    <item>
      <title>Cloning and DD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-and-dd/m-p/2878031#M937750</link>
      <description>Hi,&lt;BR /&gt;  I'm wanting to clone a disk using dd. I've done it in the past and it seems to work just fine. A colleague of mine recently brought up the point of disk geometry. He is saying I will need the exact kind of disk to do the cloning due to disk geometry being different. I was under the impression as long as my disk is greater than or equal to the disk being cloned it will work. Does anyone have any information on this subject? &lt;BR /&gt;&lt;BR /&gt;Regards, &lt;BR /&gt;Tim</description>
      <pubDate>Thu, 09 Jan 2003 13:35:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-and-dd/m-p/2878031#M937750</guid>
      <dc:creator>Tim Stallman</dc:creator>
      <dc:date>2003-01-09T13:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning and DD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-and-dd/m-p/2878032#M937751</link>
      <description>You are right with your assumption... geometry does not matter with modern SCSI disks. &lt;BR /&gt;&lt;BR /&gt;Best regards...&lt;BR /&gt; Dietmar.</description>
      <pubDate>Thu, 09 Jan 2003 13:39:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-and-dd/m-p/2878032#M937751</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2003-01-09T13:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning and DD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-and-dd/m-p/2878033#M937752</link>
      <description>Tim,&lt;BR /&gt;&lt;BR /&gt;I remember something of the sort from several years ago when we were copying a root volume - they had to be identical (according to the HP S.E. we were working with).  I don't know if that's still true or not because I've never tried doing it with non-identical disks.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 09 Jan 2003 13:41:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-and-dd/m-p/2878033#M937752</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-01-09T13:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning and DD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-and-dd/m-p/2878034#M937753</link>
      <description>Tim, as soon as you have opposite opinions why not simply to try? I adree with Pete, I've heard the same some time ago. But as soon as Dietmar is HP, we should trust him.&lt;BR /&gt;But please be cautious if you want to connect cloned machine to the same network: cloning whole disk will leave network settings as original machine has. So to disable forcing of MAC address change and thus MAC address conflict you should inspect /etc/rc.config.d/hpetherconf and hpbase100conf files and remove MAC addresses from them (HP_ETHER_STATION_ADDRESS)&lt;BR /&gt;Eugeny</description>
      <pubDate>Thu, 09 Jan 2003 13:56:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-and-dd/m-p/2878034#M937753</guid>
      <dc:creator>Eugeny Brychkov</dc:creator>
      <dc:date>2003-01-09T13:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning and DD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-and-dd/m-p/2878035#M937754</link>
      <description>I guess it will work, but nothing is for free..., as first step you will be lossing lots of disk space.&lt;BR /&gt;&lt;BR /&gt;I noticed you are new in this forum, so try the search , use bolean, check the forum box and write some words mirror, dd. I've found several threads for these.</description>
      <pubDate>Thu, 09 Jan 2003 14:03:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-and-dd/m-p/2878035#M937754</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2003-01-09T14:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning and DD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-and-dd/m-p/2878036#M937755</link>
      <description>If you dd to a disk that is larger and you are using vg, your clone will be setup with same specs as original. In other words, if you dd a 9GB disk to an 18GB disk, the 18GB disk will be setup with the 9GB parameters, losing 9GB with no way to get it back. Other than that, there shouldn't be a problem.&lt;BR /&gt;&lt;BR /&gt;Good Luck.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 09 Jan 2003 17:20:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-and-dd/m-p/2878036#M937755</guid>
      <dc:creator>Steve Labar</dc:creator>
      <dc:date>2003-01-09T17:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning and DD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-and-dd/m-p/2878037#M937756</link>
      <description>Pete, was "several years ago" perhaps in the time of HP-UX 9.X, especially on the Series 700? If so, it could be indeed a problem if the root disk was too big, bigger than 2GB and for some versions even bigger than 1GB. IIRC, it had to do with the disk driver 'wrapping around' when it saw a disk that was bigger than it could handle. &lt;BR /&gt;</description>
      <pubDate>Fri, 10 Jan 2003 09:42:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-and-dd/m-p/2878037#M937756</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2003-01-10T09:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning and DD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-and-dd/m-p/2878038#M937757</link>
      <description>Frank,&lt;BR /&gt;&lt;BR /&gt;Forgive my aging memory cells, but I *think* you're probably right that it was a 9.x system, though I am *pretty sure* it was an 800 rather than a workstation.  I've probably got notes somewhere - give me a month or so and I'll see if I can remember where I put them.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 10 Jan 2003 11:42:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-and-dd/m-p/2878038#M937757</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-01-10T11:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning and DD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-and-dd/m-p/2878039#M937758</link>
      <description>Indeed, using dd is very simple. As pointed-out being simple it will miss some important things like the network settings. I know someone who cloned with dd and then spent the better part of 10 days figuring-out that all his systms were coming-up with the same MAC address.&lt;BR /&gt;&lt;BR /&gt;I think it would be far better to use the Ignite tools.</description>
      <pubDate>Fri, 10 Jan 2003 18:56:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-and-dd/m-p/2878039#M937758</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2003-01-10T18:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning and DD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-and-dd/m-p/2878040#M937759</link>
      <description>&lt;BR /&gt;Personally, I'd use mirror/ux, then it "just DOESN'T matter".&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Fri, 10 Jan 2003 19:09:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-and-dd/m-p/2878040#M937759</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2003-01-10T19:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning and DD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-and-dd/m-p/2878041#M937760</link>
      <description>Recently I have done lots of cloneing with 11i.  And wanted to wade in some thoughts  concerning ip address and mac address.&lt;BR /&gt;&lt;BR /&gt;Before cloning,&lt;BR /&gt;I manually edited the /etc/rc.conf.d/net.conf &lt;BR /&gt;inserting the correct hostname and IP address. I also modified /var/adm/inetd.sec.&lt;BR /&gt;&lt;BR /&gt;My clone did not have the mac address set in /etc/rc.conf.d, So on bootup the network card got the default mac address. &lt;BR /&gt;&lt;BR /&gt;If for some strange reason the new upgraded System needed to have a different MAC address than the Cards default. You could change it by using the ADVANCE setting option in sam and reconfigure network card selection.&lt;BR /&gt;&lt;BR /&gt;I do recall having mac address problems when cloneing hpux 9X and 10X.  All of which was resolved by editing a configuration file in /etc/rc.config.d.  But not recently on 11X&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Jan 2003 22:45:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-and-dd/m-p/2878041#M937760</guid>
      <dc:creator>Rory R Hammond</dc:creator>
      <dc:date>2003-01-10T22:45:54Z</dc:date>
    </item>
  </channel>
</rss>

