<?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 Best Performance using dd command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/best-performance-using-dd-command/m-p/5139654#M452103</link>
    <description>Dear Experts,&lt;BR /&gt;&lt;BR /&gt;I want to clone few disks using dd command. Pls let me know the best options to get better performance. Also let me know if I can use multipe dd on single system with optimal performance.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Awadhesh</description>
    <pubDate>Thu, 06 Nov 2008 12:58:50 GMT</pubDate>
    <dc:creator>AwadheshPandey</dc:creator>
    <dc:date>2008-11-06T12:58:50Z</dc:date>
    <item>
      <title>Best Performance using dd command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-performance-using-dd-command/m-p/5139654#M452103</link>
      <description>Dear Experts,&lt;BR /&gt;&lt;BR /&gt;I want to clone few disks using dd command. Pls let me know the best options to get better performance. Also let me know if I can use multipe dd on single system with optimal performance.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Awadhesh</description>
      <pubDate>Thu, 06 Nov 2008 12:58:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-performance-using-dd-command/m-p/5139654#M452103</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2008-11-06T12:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Best Performance using dd command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-performance-using-dd-command/m-p/5139655#M452104</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Use a large block size and use the raw disk devices so that the buffer cache isn't brought into play:&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/c1t2d3 of=/dev/rdsk/c4/t5/d6 bs=1024k&lt;BR /&gt;&lt;BR /&gt;You can use as many 'dd' processes at once as your I/O subsystem can tolerate and your end-users aren't impacted.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 06 Nov 2008 13:06:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-performance-using-dd-command/m-p/5139655#M452104</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-11-06T13:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Best Performance using dd command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-performance-using-dd-command/m-p/5139656#M452105</link>
      <description>There is little I can add to Jim's comments.  The two keys are using the raw device and a large block size.  Note the "k" in "bs=1024k"!  Not specifying a block size at all defaults to 512 bytes and takes FOREVER!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 06 Nov 2008 13:09:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-performance-using-dd-command/m-p/5139656#M452105</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2008-11-06T13:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Best Performance using dd command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-performance-using-dd-command/m-p/5139657#M452106</link>
      <description>Awadhesh,&lt;BR /&gt;&lt;BR /&gt;Sure this thread will help you in your task:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1225976906699+28353475&amp;amp;threadId=833830" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1225976906699+28353475&amp;amp;threadId=833830&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But bottom line, dd will not get you good performance, it just wasnÂ´t made for that.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Thu, 06 Nov 2008 13:12:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-performance-using-dd-command/m-p/5139657#M452106</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2008-11-06T13:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Best Performance using dd command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-performance-using-dd-command/m-p/5139658#M452107</link>
      <description>Also on 11.11 systems, the vps_pagesize kernel parameter can be tuned to affect &lt;BR /&gt;performance.  For example, a typical value to set the parameter to is 8k&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Thu, 06 Nov 2008 13:17:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-performance-using-dd-command/m-p/5139658#M452107</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2008-11-06T13:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Best Performance using dd command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-performance-using-dd-command/m-p/5139659#M452108</link>
      <description>dd is the fastest method there is in HP-UX to copy disk tracks. Be sure you use the raw device file file (either /dev/rdsk/... or /dev/vgxyz/rlvol...) to bypass the kernel's buffer cache. You can start multiple copies but you do need to be aware of the possible impact on the system. The effect of dd varies widely depending on whether you have simple disks (JBOD) or a multi-pathed disk array.</description>
      <pubDate>Fri, 07 Nov 2008 02:28:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-performance-using-dd-command/m-p/5139659#M452108</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2008-11-07T02:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Best Performance using dd command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-performance-using-dd-command/m-p/5139660#M452109</link>
      <description>Hi Awadhesh,&lt;BR /&gt;&lt;BR /&gt;I would suggest you do a test with different block sizes - starting from 1024k, 2048k, 4096k ..&lt;BR /&gt;I vaguely remember I had done some testing to understand exactly what you have asked and if I remember correctly I had observed that dd was faster upto a particular block size (I think it was 16k) beyond which I could not see any performance improvements.&lt;BR /&gt;I had thought that this could be something  to do with the chunk size of the Storage array configured LUNs presented to the server - but not sure as later I understood that the storage arrays would use their cache to get the data writeen which in turn is actually written to disks.&lt;BR /&gt;&lt;BR /&gt;One more important thing I would suggest to you is how you will track the log of the dd if you are running multiple dd in parallel and redirecting the o/p &amp;amp; error to a common file - then it would be difficult to know which dd completed successfully and which did not.&lt;BR /&gt;So while logging the output/errors - you may wish to use different log files for each dd that will be done.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Fri, 07 Nov 2008 03:00:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-performance-using-dd-command/m-p/5139660#M452109</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2008-11-07T03:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Best Performance using dd command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-performance-using-dd-command/m-p/5139661#M452110</link>
      <description>I have done various tests and found dd with 512MB block size gave best results. Also I did multiple instances of dd using various sessions, Now I am confident using dd. &lt;BR /&gt;thanks Gurus for your support.</description>
      <pubDate>Fri, 21 Nov 2008 10:30:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-performance-using-dd-command/m-p/5139661#M452110</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2008-11-21T10:30:45Z</dc:date>
    </item>
  </channel>
</rss>

