- 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
04-16-2009 02:15 PM
04-16-2009 02:15 PM
While doing scp to different server m getting below error.
isconnecting: Bad packet length 578839247.
lost connection
Quick response is highly appreciated.
regards,
himacs
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2009 02:42 PM
04-16-2009 02:42 PM
Re: scp error
Actually i want to transfer 4 GB file to another server.I tried with sftp,scp but ended up with errors.Bot the servers are in different subnet.
Find the below error when i tried with sftp.
ead from remote host 10.11.10.29: Connection reset by peer
Connection closed
Please help on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2009 03:32 PM
04-16-2009 03:32 PM
Re: scp error
I guess the first word of the error message is missing its first letter: it should be "Disconnecting: ...".
Your error message is coming from the ssh command, which is receiving from the remote server something it cannot understand.
For further troubleshooting, more information is required:
- Does the error happen in the beginning of the connection, or does the copy proceed for a while before terminating?
- Which versions of SSH are used, both on the client and on the server? (If the version is very old, could you try updating to a newer version, to see if the error goes away?)
- Does the same error appear if you try a regular ssh connection instead of scp?
- Is there some sort of customized access control, e.g. a firewall in the network or a software IPfilter on the remote host?
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2009 11:28 AM
04-17-2009 11:28 AM
Re: scp error
I transferred files using FTP.
But can anybody tell whats the file size limit using scp.
how to check scp version.
and why i got above errors
regards
himacs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2009 12:24 PM
04-17-2009 12:24 PM
Re: scp error
Like it or worked !! Click kudos !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2009 12:29 PM
04-17-2009 12:29 PM
Re: scp error
Thanks for ur reply.
Still m in dark about those errors while i tried scp.
The same files(1 GB) i treansfered using ftp.
Can u please tell me how to check scp version.
and why i got those erors
regards
himacs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2009 12:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2009 12:57 PM
04-17-2009 12:57 PM
Re: scp error
I was ending up thinking that there might be a time limit or something like that to reset the scp connection.
Like it or worked !! Click kudos !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2009 01:51 PM
04-17-2009 01:51 PM
Re: scp error
Does the destination filesystem has sufficient space to accomidate the new file when u tried the transfer ??
Like it or worked !! Click kudos !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2009 01:54 PM
04-17-2009 01:54 PM
Re: scp error
i was trying to transfer 1 gb file .Destination is around 20 GB free.
himacs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2009 01:59 PM
04-17-2009 01:59 PM
Re: scp error
exactly nothing about any of the software on
any of the systems here -- OS, SSH, SCP, FTP,
...?
> Still m in dark [...]
You're not the only one. None of us
non-psychics have seen any of your actual
commands, either.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2009 03:15 PM
04-17-2009 03:15 PM
Re: scp error
vms732x4.img 100% 2480MB 5.7MB/s 07:17
dy $ ls -l
total 5078128
-rw-r--r-- 1 sms users 2599993344 Apr 17 17:59 vms732x4.img
dy $ uname -a
HP-UX dy B.11.11 U 9000/785 2012616114 unlimited-user license
dy $ ssh -V
OpenSSH_4.3p2-hpn, OpenSSL 0.9.7i 14 Oct 2005
HP-UX Secure Shell-A.04.30.006, HP-UX Secure Shell version
dy $ ssh sol 'uname -a ; ls -l /usr/test'
SunOS sol 5.10 Generic_137137-09 sun4u sparc sun4u
total 5080608
-rw-r--r-- 1 root root 2599993344 Apr 17 17:17 vms732x4.img
So, I can use SCP to transfer a 2.5gB file
to an HP-UX system with no trouble.
> Quick response is highly appreciated.
A useful problem report would be appreciated
at least as much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2009 03:31 PM
04-17-2009 03:31 PM
Re: scp error
Thanks for ur response.But my question is why scp is limited to 2.5GB and i heard that gzip is limited to 2GB.Could we overcome this using latest patches?
M running latest version of SSH.
ssh -V
OpenSSH_5.1p1+sftpfilecontrol-v1.2-hpn13v5, OpenSSL 0.9.8j 07 Jan 2009
HP-UX Secure Shell-A.05.10.046, HP-UX Secure Shell version
But what i posted in my thread is still unanswered.SCP not able to transfer 1GB and eneded up with errors.Atleast i had to use FTP,which is not secure and succeed in transfering.
regards,
himacs