- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Copying between servers
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
12-01-2008 10:36 PM
12-01-2008 10:36 PM
I have 2 HPUX 11i machines, I'm trying to copy a 341 Mega file from one machine to another but, the rate I'm getting from the "secure" commands is absolutely lame ....
I'm coping on a 1 gigabit lan (intranet) both servers are 1000FD auto off (tried the auto on as well - same results).
ftp : 22 M/S - 15 Sec
Sftp : 7.6 M/s - 43 sec
rcp : refusing to work...
scp : 7.7 M/s - 42 sec
find | cpio : 24 M/s - 14 sec
tar : 14 M/s - 24 sec
Is there any way to make the secure command work faster ??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2008 11:09 PM
12-01-2008 11:09 PM
Re: Copying between servers
for secure copy use "scp"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2008 11:18 PM
12-01-2008 11:18 PM
Re: Copying between servers
There are many things involved on this. Starting from disk IO read write, disk controller, system performance, network card, external network traffic, Gateways if any, etc...
It is not easy to pin point the resource making it delay. I personally feel the speed seems to be normal. Do you have any other server which is working faster to compart it with?
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2008 11:33 PM
12-01-2008 11:33 PM
Re: Copying between servers
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2008 11:52 PM
12-01-2008 11:52 PM
Re: Copying between servers
I agree with the CPU usage but it doesn't make any sense that the difference is of 15 M/s - up to 5 M/s would be acceptable.
I also tried it with dd and got the same results.
ps.
I've tried scp....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2008 10:47 AM
12-02-2008 10:47 AM
SolutionIf you have a lot of files to copy, auto-port aggregation will give you even faster results. In several tests, I have taken 4 Gbit links using crossover cables (actually, Gbit will do the crossover automatically) and formed an aggregate where the bit rate if 4 Gbit and all the links are running jumbo frames. By starting 10 different ftp sessions, I measured multi-megabytes/sec using this type of link, rivaling the raw disk speed.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2008 04:57 AM
12-03-2008 04:57 AM
Re: Copying between servers
not notice "nfs" as a possibility.