<?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: cp command slow after install new kernel. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cp-command-slow-after-install-new-kernel/m-p/3740282#M22013</link>
    <description>BTW, don't forget about assigning points!&lt;BR /&gt;(0 points for answers to  27 questions isn't too much... )</description>
    <pubDate>Wed, 01 Mar 2006 05:22:18 GMT</pubDate>
    <dc:creator>Vitaly Karasik_1</dc:creator>
    <dc:date>2006-03-01T05:22:18Z</dc:date>
    <item>
      <title>cp command slow after install new kernel.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cp-command-slow-after-install-new-kernel/m-p/3740275#M22006</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;I got dl380 connected to eva5000. each day&lt;BR /&gt;i copy data from mt ocfs filesystem to ext3:&lt;BR /&gt;cp -r --o_direct ...&lt;BR /&gt;&lt;BR /&gt;The cp takes about 30 min for 50gb. After I &lt;BR /&gt;update my kernel from 2.4.21-27 to 2.4.21-37&lt;BR /&gt;its take 90min thae same copy.&lt;BR /&gt;&lt;BR /&gt;even regular "cp" tkae twice the time.&lt;BR /&gt;&lt;BR /&gt;I checked few times by reloading the kernels&lt;BR /&gt;to insure that i dont make any mistake?&lt;BR /&gt;&lt;BR /&gt;its very strange!! &lt;BR /&gt;&lt;BR /&gt;Any Idea?????&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 27 Feb 2006 14:22:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cp-command-slow-after-install-new-kernel/m-p/3740275#M22006</guid>
      <dc:creator>klemerS</dc:creator>
      <dc:date>2006-02-27T14:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: cp command slow after install new kernel.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cp-command-slow-after-install-new-kernel/m-p/3740276#M22007</link>
      <description>Have you reloaded the most current modules for the HBA(s)?  When you change kernels the modules that came with the kernel will be loaded which are normally not very current.</description>
      <pubDate>Mon, 27 Feb 2006 16:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cp-command-slow-after-install-new-kernel/m-p/3740276#M22007</guid>
      <dc:creator>Eric Singer</dc:creator>
      <dc:date>2006-02-27T16:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: cp command slow after install new kernel.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cp-command-slow-after-install-new-kernel/m-p/3740277#M22008</link>
      <description>check your hba drivers, and make sure that your setup on the eva is optimized and not opening extra ports (a problem I'm having right now is that for every LUN I set up on the eva, it creates 4 /dev/sd? devices on my box -- apparently this is a known problem).</description>
      <pubDate>Tue, 28 Feb 2006 10:43:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cp-command-slow-after-install-new-kernel/m-p/3740277#M22008</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2006-02-28T10:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: cp command slow after install new kernel.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cp-command-slow-after-install-new-kernel/m-p/3740278#M22009</link>
      <description>Thanks for your replays!&lt;BR /&gt;&lt;BR /&gt;I will check the HBA driver.&lt;BR /&gt;&lt;BR /&gt;I dont think that the eva ports is A problem&lt;BR /&gt;&lt;BR /&gt;since the cp command work well with kernel&lt;BR /&gt;&lt;BR /&gt;2.4.21-27&lt;BR /&gt;&lt;BR /&gt;Meanwhile i am working with the old kernel.&lt;BR /&gt;&lt;BR /&gt;Shalom.</description>
      <pubDate>Tue, 28 Feb 2006 13:45:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cp-command-slow-after-install-new-kernel/m-p/3740278#M22009</guid>
      <dc:creator>klemerS</dc:creator>
      <dc:date>2006-02-28T13:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: cp command slow after install new kernel.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cp-command-slow-after-install-new-kernel/m-p/3740279#M22010</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would recommend using "tar" for large copies.&lt;BR /&gt;you will see a major preformence improvement&lt;BR /&gt;&lt;BR /&gt;Erez</description>
      <pubDate>Tue, 28 Feb 2006 15:10:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cp-command-slow-after-install-new-kernel/m-p/3740279#M22010</guid>
      <dc:creator>Erez Kirson</dc:creator>
      <dc:date>2006-02-28T15:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: cp command slow after install new kernel.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cp-command-slow-after-install-new-kernel/m-p/3740280#M22011</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;About tar... Can i use tar to copy files&lt;BR /&gt;&lt;BR /&gt;from ocfs filesystem to ext3 ????&lt;BR /&gt;&lt;BR /&gt;with cp i use the --o_direct option.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Shalom.</description>
      <pubDate>Wed, 01 Mar 2006 01:44:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cp-command-slow-after-install-new-kernel/m-p/3740280#M22011</guid>
      <dc:creator>klemerS</dc:creator>
      <dc:date>2006-03-01T01:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: cp command slow after install new kernel.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cp-command-slow-after-install-new-kernel/m-p/3740281#M22012</link>
      <description>It may be some problem with a LBA and/or NIC drivers.&lt;BR /&gt;Try to load *old* kernel and check which LBA/NIC drivers it uses.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Vitaly</description>
      <pubDate>Wed, 01 Mar 2006 05:18:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cp-command-slow-after-install-new-kernel/m-p/3740281#M22012</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-03-01T05:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: cp command slow after install new kernel.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cp-command-slow-after-install-new-kernel/m-p/3740282#M22013</link>
      <description>BTW, don't forget about assigning points!&lt;BR /&gt;(0 points for answers to  27 questions isn't too much... )</description>
      <pubDate>Wed, 01 Mar 2006 05:22:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cp-command-slow-after-install-new-kernel/m-p/3740282#M22013</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-03-01T05:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: cp command slow after install new kernel.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cp-command-slow-after-install-new-kernel/m-p/3740283#M22014</link>
      <description>&lt;A href="http://amath.colorado.edu/computing/software/man/tar.html" target="_blank"&gt;http://amath.colorado.edu/computing/software/man/tar.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Speicifically, &lt;BR /&gt;&lt;BR /&gt;Create an archive (bundle together a bunch of files+directories into a single file):&lt;BR /&gt;&lt;BR /&gt;tar cvf archivefile.tar  file1 file2 subdir1 subdir2&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Mar 2006 10:27:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cp-command-slow-after-install-new-kernel/m-p/3740283#M22014</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2006-03-01T10:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: cp command slow after install new kernel.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cp-command-slow-after-install-new-kernel/m-p/3740284#M22015</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;I did not have the chance to check the problem yet.&lt;BR /&gt;&lt;BR /&gt;but i think that i will install test machine&lt;BR /&gt;with RHES 3.0 U6 &amp;amp; see if i get the same &lt;BR /&gt;symptoms.&lt;BR /&gt;&lt;BR /&gt;Shalom.</description>
      <pubDate>Mon, 06 Mar 2006 15:21:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cp-command-slow-after-install-new-kernel/m-p/3740284#M22015</guid>
      <dc:creator>klemerS</dc:creator>
      <dc:date>2006-03-06T15:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: cp command slow after install new kernel.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cp-command-slow-after-install-new-kernel/m-p/3740285#M22016</link>
      <description>Hi Alan.&lt;BR /&gt;&lt;BR /&gt;i download the tar rpm which support&lt;BR /&gt;the direct_io &amp;amp; i will check this too.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 06 Mar 2006 15:34:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cp-command-slow-after-install-new-kernel/m-p/3740285#M22016</guid>
      <dc:creator>klemerS</dc:creator>
      <dc:date>2006-03-06T15:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: cp command slow after install new kernel.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cp-command-slow-after-install-new-kernel/m-p/3740286#M22017</link>
      <description>You really shouldn't need to downloan any rpms for tar, as tar is native to just about every *nix version every made (or at least since 1970).</description>
      <pubDate>Mon, 06 Mar 2006 16:46:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cp-command-slow-after-install-new-kernel/m-p/3740286#M22017</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2006-03-06T16:46:50Z</dc:date>
    </item>
  </channel>
</rss>

