<?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: Copying data with DD in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/copying-data-with-dd/m-p/4609326#M376522</link>
    <description>Sorry I meant, CA on XP arrays.&lt;BR /&gt;&lt;BR /&gt;you also have tdmf, it's a replication tool IBM bought 3 or 4 years ago:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www-05.ibm.com/services/es/sds/0905050000.html" target="_blank"&gt;http://www-05.ibm.com/services/es/sds/0905050000.html&lt;/A&gt;</description>
    <pubDate>Mon, 05 Apr 2010 08:23:03 GMT</pubDate>
    <dc:creator>likid0</dc:creator>
    <dc:date>2010-04-05T08:23:03Z</dc:date>
    <item>
      <title>Copying data with DD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copying-data-with-dd/m-p/4609319#M376515</link>
      <description>Hi,&lt;BR /&gt;To copy data from one storage EMC CX500 to another storage EMC CX4-240. I have created the logical volume on new storage and used DD to copy the logical volume data. The copy was successful with DD as below,&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/vgdb/rlvsapdata5 of=/dev/vgsiddb/rlvsapdata5 bs=1024k&lt;BR /&gt;&lt;BR /&gt;But after completing copy with DD i tried mounting the logical volume it gives me an error to run fsck.&lt;BR /&gt;&lt;BR /&gt;I run the fsck as below,&lt;BR /&gt;fsck /dev/vgsiddb/rlvsapdata5&lt;BR /&gt;&lt;BR /&gt;After running fsck I was able to mount the logical volume. I know DD is the dirty copy and requires fsck to run, But I want to make sure doing this later on it will not corrupt the logical volume i.e. data. &lt;BR /&gt;&lt;BR /&gt;As currently I have used DD to copy data on Development System. And I am planning to use same method i.e. DD to copy data on Production System. &lt;BR /&gt;&lt;BR /&gt;Please let me know whether copying data with DD is safe and will not have any problem later?&lt;BR /&gt;&lt;BR /&gt;And also does there is any third party tool or software to copy logical volume data?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Narendra</description>
      <pubDate>Tue, 30 Mar 2010 08:05:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copying-data-with-dd/m-p/4609319#M376515</guid>
      <dc:creator>Narendra Uttekar</dc:creator>
      <dc:date>2010-03-30T08:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Copying data with DD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copying-data-with-dd/m-p/4609320#M376516</link>
      <description>Yes, exactly i had also faced the same issue :)&lt;BR /&gt;&lt;BR /&gt;But i did it on Solaris local disk to local disk.&lt;BR /&gt;&lt;BR /&gt;Only few slices are thrown error for "fsck"&lt;BR /&gt;rest all i could able to mount as normal.&lt;BR /&gt;&lt;BR /&gt;But after doinf FSCK, it works.&lt;BR /&gt;&lt;BR /&gt;All the best for your production server.&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Mar 2010 08:41:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copying-data-with-dd/m-p/4609320#M376516</guid>
      <dc:creator>bullz</dc:creator>
      <dc:date>2010-03-30T08:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Copying data with DD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copying-data-with-dd/m-p/4609321#M376517</link>
      <description>&amp;gt;&amp;gt;&amp;gt;&amp;gt;Please let me know whether copying data with DD is safe and will not have any problem later?&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Yes, You have to go through fsck.&lt;BR /&gt;&lt;BR /&gt;because Your copy of the lvol will *ALWAYS* report corruption because you copied an active (mounted) filesystem&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please see below thread , especially &amp;gt;&amp;gt;Bill&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1269944003598+28353475&amp;amp;threadId=1162623" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1269944003598+28353475&amp;amp;threadId=1162623&lt;/A&gt;</description>
      <pubDate>Tue, 30 Mar 2010 09:19:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copying-data-with-dd/m-p/4609321#M376517</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-03-30T09:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Copying data with DD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copying-data-with-dd/m-p/4609322#M376518</link>
      <description>Hi,&lt;BR /&gt;If i unmount the filesystem on the LVOL which i want to copy. Will that still give me an error for fsck to run?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Narendra</description>
      <pubDate>Thu, 01 Apr 2010 07:35:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copying-data-with-dd/m-p/4609322#M376518</guid>
      <dc:creator>Narendra Uttekar</dc:creator>
      <dc:date>2010-04-01T07:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Copying data with DD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copying-data-with-dd/m-p/4609323#M376519</link>
      <description>Both the source and destination LVs should be unmounted. If the source filesystem is cleanly unmounted, the resulting copy should not require a filesystem check.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 01 Apr 2010 10:53:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copying-data-with-dd/m-p/4609323#M376519</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-04-01T10:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Copying data with DD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copying-data-with-dd/m-p/4609324#M376520</link>
      <description>Thanks MK..after unmounting both the LVOl's before DD...it is not giving any error i.e. to run fsck.&lt;BR /&gt;&lt;BR /&gt;I have one more question i have almost 1 TB of database each file system of 64GB. I want to know if i start all the database file system i.e. 16 file system of 64GB each dd copy running parallel in background will have any impact in terms or LVOL corrution. I don't mind any performance issue as i will start copying data during downtime window. And can someone please tell me how long approximate it will take to DD a 1 TB of database i.e. Raw Logical Volume copy.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Narendra</description>
      <pubDate>Mon, 05 Apr 2010 07:43:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copying-data-with-dd/m-p/4609324#M376520</guid>
      <dc:creator>Narendra Uttekar</dc:creator>
      <dc:date>2010-04-05T07:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Copying data with DD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copying-data-with-dd/m-p/4609325#M376521</link>
      <description>But do you want to copy or migrate from cx500 to cx4-240 ?&lt;BR /&gt;&lt;BR /&gt;if you want to migrate your data, it would be much better to use lvm mirroring, you don't have to stop running applications and it's very safe.You will need MirrorDisk-UX license.&lt;BR /&gt;&lt;BR /&gt;And if you want to copy lots of data, can't you use some bmc array replication, like BC on XP arrays ?</description>
      <pubDate>Mon, 05 Apr 2010 08:18:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copying-data-with-dd/m-p/4609325#M376521</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2010-04-05T08:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Copying data with DD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copying-data-with-dd/m-p/4609326#M376522</link>
      <description>Sorry I meant, CA on XP arrays.&lt;BR /&gt;&lt;BR /&gt;you also have tdmf, it's a replication tool IBM bought 3 or 4 years ago:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www-05.ibm.com/services/es/sds/0905050000.html" target="_blank"&gt;http://www-05.ibm.com/services/es/sds/0905050000.html&lt;/A&gt;</description>
      <pubDate>Mon, 05 Apr 2010 08:23:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copying-data-with-dd/m-p/4609326#M376522</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2010-04-05T08:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Copying data with DD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copying-data-with-dd/m-p/4609327#M376523</link>
      <description>"personally I feel backing up "raw device files" no point, you can recreate them&lt;BR /&gt;see comment from -&amp;gt;&amp;gt;&amp;gt; Hein van den Heuvel on the below thread.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=183460" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=183460&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; And can someone please tell me how long approximate it will take to DD a 1 TB of database i.e. Raw Logical Volume copy.&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Using blocksize of 1024k bytes should be faster.&lt;BR /&gt;&lt;BR /&gt;bs=1024k&lt;BR /&gt;&lt;BR /&gt;However, using dd to make a copy of an (raw) lvol may not be the fastest method. If you have say a 9Gb lvol but only 3Gb of data on it then using raw dd to make a copy will copy the entire 9Gb (which in this case is a waste). If you instead have say 6Gb of data on your 9Gb lvol then using raw dd to copy.</description>
      <pubDate>Mon, 05 Apr 2010 08:42:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copying-data-with-dd/m-p/4609327#M376523</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-04-05T08:42:59Z</dc:date>
    </item>
  </channel>
</rss>

