- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- scp error
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
08-09-2009 05:15 AM
08-09-2009 05:15 AM
ead from remote host 10.11.7.139: Connection reset by peer
lost connection
from syslog i found below line
Disconnecting: Bad packet length 4023852822
using oracle account m tranferring
i tried with other user and from root with different file,it works
what are the possibilities
plz help me on this
regards
himacs
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2009 06:15 AM
08-09-2009 06:15 AM
Re: scp error
i have transefferd using ftp.
But please tell me what is the max file size which can be transeferred using scp.
i have googled..but didnot get proper answer..
regards
himacs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2009 06:43 AM
08-09-2009 06:43 AM
Re: scp error
>>which can be transeferred using scp.
None that I know of. I have copied a 25 GB file via scp without any problems. There should be no issues with 50 MB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2009 06:49 AM
08-09-2009 06:49 AM
Solution> i have transefferd using ftp. But please tell me what is the max file size which can be transeferred using scp.
File size isn't an issue for the transport layer. The destination system might limit the largest file it can store (i.e < 2GB if largefiles isn't set) but this clearly isn't the case here. Your 'ulimit' might also constrain the maximum file size at your destination, but that doesn't seem to be happening here, either.
Google turns up an number of threads to suggest that mixing SSH-1 and SSH-2 protocols may lead to the message you saw.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2009 06:58 AM
08-09-2009 06:58 AM
Re: scp error
Thanx for the reply..
i missed to tell u that both the system running different versions.
HP-UX Secure Shell-A.05.10.046 and
HP-UX Secure Shell-A.04.30.007
But small size files(500K) transferred without problem.
regards
himacs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2009 07:14 AM
08-09-2009 07:14 AM
Re: scp error
Plz provide me the link to download below depot.
HP-UX Secure Shell-A.04.30.007
The same is not available in hp site as this is old version
Quick response is highly appreciated
regards
himacs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2009 07:26 AM
08-09-2009 07:26 AM
Re: scp error
Why would you want an old version of Secure Shell?
The HP software depot notes that "...HP provides software technical support for HP-UX Secure Shell for only the latest, currently shipping version and the immediately prior version of the product."
If you can upgrade to the current version (because you are running 11.11, 11.23 or 11.31) then I would consider doing that. However, this may _not_ be the source of your problem, since you said, "i tried with other user and from root with different file, it works".
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2009 07:39 AM
08-09-2009 07:39 AM
Re: scp error
Now i transfered the same file using scp...
I dont understand whats happening..
i suspect some network fluctuations..But n/w guys telling there was no issue with network..
One more doubt..
I was getting below error in syslog while scp issue
I was trying with scp..but it shows sftp in syslog.
This is second time m facing problem with scp.But both the time issue resolved itself..strange..
regards
himacs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2009 08:01 AM
08-09-2009 08:01 AM
Re: scp error
> I was trying with scp..but it shows sftp in syslog.
So what? I suspect that this is intentional to make tracking easier.
A good overview of the differences between 'scp' and 'sftp' is here:
http://en.wikipedia.org/wiki/SSH_file_transfer_protocol
Regards!
...JRF...