- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cp versus scp
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
Discussions
Discussions
Discussions
Forums
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
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
тАО06-05-2007 08:53 PM
тАО06-05-2007 08:53 PM
cp versus scp
I would like to use the scp command for the copying of 2TB data from one volume group to another on the same system (CX700 SAN on HP-UX 11.11), because it shows the speed, time and so on, but the question is if that is slower than just using the normal cp or mv commands?
Thanks in advance.
BR
NJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-05-2007 09:14 PM
тАО06-05-2007 09:14 PM
Re: cp versus scp
Yes. If you are using scp, it must be take more time than normal copy (cp ) because there is encryption process happened in scp.
In your case I don't feel much security issue because of coping data internally. So I suggest you to copy using cp command to do it fast.
Dhanajaya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-05-2007 09:33 PM
тАО06-05-2007 09:33 PM
Re: cp versus scp
scp is used to remotely copy the files securely over a network. In your case you care copying files from one dir to another one on the same system.
You can use timex to get the time, etc of a command.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2007 12:38 AM
тАО06-06-2007 12:38 AM
Re: cp versus scp
Scp - secure copy between hosts. See more info and examples - http://acs.ucsd.edu/info/scp.php
scp is definetly slower than cp as it is encrypted data copy...
But if you want to use this for internal data copy then simply go for cp..
Thanks & Regards
Reshma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2007 01:40 AM
тАО06-06-2007 01:40 AM
Re: cp versus scp
BR
Nis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2007 01:58 AM
тАО06-06-2007 01:58 AM
Re: cp versus scp
# timex cp /origpath/file /newpath/
It's not accurate, but as stated will give you a ballpark.