<?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 using dd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-using-dd/m-p/2673384#M916833</link>
    <description>John,&lt;BR /&gt;&lt;BR /&gt;You could cause yourself a lot of headaches, because "dd" with copy everything, including badspot info, of course wiping out the receiving disks' badspot table, possibly rendering the disk useless.&lt;BR /&gt;&lt;BR /&gt;You are better off using HPux mirroring. Although it's not free it doesn't cost much compared to the amount of time one would have to spend recovering a machine.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
    <pubDate>Thu, 28 Feb 2002 11:55:03 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2002-02-28T11:55:03Z</dc:date>
    <item>
      <title>cloning using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-using-dd/m-p/2673382#M916831</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am attempting to make a disk clone of the root disk on my HP machine. Can anyone give me the correct command (using dd) to replicate the entire disk.&lt;BR /&gt;&lt;BR /&gt;ideally I would like to use :&lt;BR /&gt;&lt;BR /&gt;dd if=/ of=/copy_of_slash&lt;BR /&gt;&lt;BR /&gt;so that the entire disk is cloned. &lt;BR /&gt;&lt;BR /&gt;Am I right in assuming that this is incorrect, and the raw device file for the disk should used :&lt;BR /&gt;&lt;BR /&gt;dd if=/c0t6d0 of=/copy_of_rootdisk&lt;BR /&gt;&lt;BR /&gt;thanks in advance for your help,&lt;BR /&gt;&lt;BR /&gt;John&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Feb 2002 11:36:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-using-dd/m-p/2673382#M916831</guid>
      <dc:creator>u856100</dc:creator>
      <dc:date>2002-02-28T11:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: cloning using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-using-dd/m-p/2673383#M916832</link>
      <description>The correct syntax is&lt;BR /&gt;dd if=/dev/rdsk/c0t6d0 of=/dev/rdsk/new_disk_path&lt;BR /&gt;&lt;BR /&gt;I have to ask why you ar edoing ghis, as dd is a dumb, bit by bit utility, and will copy over any errors or bad bits it finds.&lt;BR /&gt;You may want to take a look at either MirrorDisk/UX for miroring your root vg, or for disaster recovery, use Ignite/UX</description>
      <pubDate>Thu, 28 Feb 2002 11:54:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-using-dd/m-p/2673383#M916832</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2002-02-28T11:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: cloning using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-using-dd/m-p/2673384#M916833</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;You could cause yourself a lot of headaches, because "dd" with copy everything, including badspot info, of course wiping out the receiving disks' badspot table, possibly rendering the disk useless.&lt;BR /&gt;&lt;BR /&gt;You are better off using HPux mirroring. Although it's not free it doesn't cost much compared to the amount of time one would have to spend recovering a machine.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 28 Feb 2002 11:55:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-using-dd/m-p/2673384#M916833</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-02-28T11:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: cloning using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-using-dd/m-p/2673385#M916834</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this command:&lt;BR /&gt;&lt;BR /&gt;cd /;find . -xdev -print|dd of=/copy_of_slash&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 28 Feb 2002 11:57:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-using-dd/m-p/2673385#M916834</guid>
      <dc:creator>Olivier LEGRAND</dc:creator>
      <dc:date>2002-02-28T11:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: cloning using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-using-dd/m-p/2673386#M916835</link>
      <description>I agree that you shouldn't use dd, even in the manner :&lt;BR /&gt;dd if=/dev/rdsk/source_disk of=/dev/rdsk/target_disk&lt;BR /&gt;&lt;BR /&gt;it will create probably workable clone, but not garanteed. &lt;BR /&gt;Especialy if target disk has a larger capacity, you probably won't have a chance to use its additional capacity.&lt;BR /&gt;&lt;BR /&gt;try Ignite/UX command make_tape_recovery to make a clone&lt;BR /&gt;&lt;BR /&gt;Best Wishes</description>
      <pubDate>Thu, 28 Feb 2002 12:21:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-using-dd/m-p/2673386#M916835</guid>
      <dc:creator>Valery Kuvaev</dc:creator>
      <dc:date>2002-02-28T12:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: cloning using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-using-dd/m-p/2673387#M916836</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;What you can do, is create a make_tape_recovery with the "-A" option, then shut your system down, and recover your OS to the other disk. This will change your "primary boot" path, but you can change that back to the other disk. Once your new disk is created, you can shut the system down and reboot (don't forget to change the primary boot path to your "normal" boot disk). Now you are ready to rock and roll.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 28 Feb 2002 13:10:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-using-dd/m-p/2673387#M916836</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-02-28T13:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: cloning using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-using-dd/m-p/2673388#M916837</link>
      <description>Since you mentioned 'disk clone' and not copy just one filesystem (such as /), then Ignite/UX is the appropriate application, specifically make_tape_recovery. Get a free copy at sofware.hp.com&lt;BR /&gt;&lt;BR /&gt;Copying / will never give you a cloned result. The resultant copy will be unable to boot.  Like all operating systems, there are non-file areas at the beginning of the disk that must be copied.</description>
      <pubDate>Thu, 28 Feb 2002 14:12:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-using-dd/m-p/2673388#M916837</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-02-28T14:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: cloning using dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-using-dd/m-p/2673389#M916838</link>
      <description>Hi responders,&lt;BR /&gt;&lt;BR /&gt;there some statements that you shouldn't use dd to copy every bit because it could render your target disk useless.&lt;BR /&gt;I'm asking this because I am interested in a cheap (ok, but maybe inefficient) tool that can clone disks without requiring a specific OS.&lt;BR /&gt;I'm thinking of a Linux Boot disk with dd on it (no, no, I don't intend to clone a HP-UX server disk that way, just for PC disk cloning).&lt;BR /&gt;Say I connected the target disk as slave to second IDE controller and want to clone master disk on first IDE controller.&lt;BR /&gt;Wouldn't a (maybe timeconsuming) &lt;BR /&gt;&lt;BR /&gt;dd if=/dev/hda of=/dev/hdd&lt;BR /&gt;&lt;BR /&gt;do the trick.&lt;BR /&gt;(assuming the standard 512 B block size).&lt;BR /&gt;&lt;BR /&gt;How could I render the target disk useless?&lt;BR /&gt;&lt;BR /&gt;I thought disk controllers do a bad block relocation?</description>
      <pubDate>Thu, 28 Feb 2002 16:51:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-using-dd/m-p/2673389#M916838</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2002-02-28T16:51:36Z</dc:date>
    </item>
  </channel>
</rss>

