- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- cp command slow after install new kernel.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2006 06:22 AM
02-27-2006 06:22 AM
cp command slow after install new kernel.
I got dl380 connected to eva5000. each day
i copy data from mt ocfs filesystem to ext3:
cp -r --o_direct ...
The cp takes about 30 min for 50gb. After I
update my kernel from 2.4.21-27 to 2.4.21-37
its take 90min thae same copy.
even regular "cp" tkae twice the time.
I checked few times by reloading the kernels
to insure that i dont make any mistake?
its very strange!!
Any Idea?????
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2006 08:03 AM
02-27-2006 08:03 AM
Re: cp command slow after install new kernel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 02:43 AM
02-28-2006 02:43 AM
Re: cp command slow after install new kernel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 05:45 AM
02-28-2006 05:45 AM
Re: cp command slow after install new kernel.
I will check the HBA driver.
I dont think that the eva ports is A problem
since the cp command work well with kernel
2.4.21-27
Meanwhile i am working with the old kernel.
Shalom.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 07:10 AM
02-28-2006 07:10 AM
Re: cp command slow after install new kernel.
I would recommend using "tar" for large copies.
you will see a major preformence improvement
Erez
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 05:44 PM
02-28-2006 05:44 PM
Re: cp command slow after install new kernel.
About tar... Can i use tar to copy files
from ocfs filesystem to ext3 ????
with cp i use the --o_direct option.
Shalom.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 09:18 PM
02-28-2006 09:18 PM
Re: cp command slow after install new kernel.
Try to load *old* kernel and check which LBA/NIC drivers it uses.
Rgds,
Vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 09:22 PM
02-28-2006 09:22 PM
Re: cp command slow after install new kernel.
(0 points for answers to 27 questions isn't too much... )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 02:27 AM
03-01-2006 02:27 AM
Re: cp command slow after install new kernel.
Speicifically,
Create an archive (bundle together a bunch of files+directories into a single file):
tar cvf archivefile.tar file1 file2 subdir1 subdir2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 07:21 AM
03-06-2006 07:21 AM
Re: cp command slow after install new kernel.
I did not have the chance to check the problem yet.
but i think that i will install test machine
with RHES 3.0 U6 & see if i get the same
symptoms.
Shalom.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 07:34 AM
03-06-2006 07:34 AM
Re: cp command slow after install new kernel.
i download the tar rpm which support
the direct_io & i will check this too.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 08:46 AM
03-06-2006 08:46 AM