- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- problem with scp / ftp
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-25-2006 10:56 PM
04-25-2006 10:56 PM
i am doing scp / ftp from 1 server to another.
i can do it successfully for small files.
but for large files, The process stops or gives STALLED message after it starts copying.
I am pressing the “ENTER” key at regular intervals in the "putty" console
But still it gives the same problem.
Please suggest
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2006 11:15 PM
04-25-2006 11:15 PM
Re: problem with scp / ftp
This is almost always due to a name resolution (DNS) or networking problem.
Time to contact the networking folks.
To confirm.
ssh -vvv username@serverhostnaem
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2006 11:15 PM
04-25-2006 11:15 PM
Re: problem with scp / ftp
scp also has a verbose parameter as I recall.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2006 11:18 PM
04-25-2006 11:18 PM
Re: problem with scp / ftp
DNS is ok , i am able to login using ssh and also able to scp small files,
i am facing this problem for large files,
scp process automatically stops.
why?
please suggest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 12:32 AM
04-26-2006 12:32 AM
Re: problem with scp / ftp
please try to help me
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 12:44 AM
04-26-2006 12:44 AM
Re: problem with scp / ftp
Take a look at your lan cards configuration. Verify that they are in Full Duplex mode or that you don't have a switch problem. I've had aproximatively the same issue and it was a misconfigured lan card,once in 100FD it was good.
Hope this helps
Kenavo
Pat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 12:49 AM
04-26-2006 12:49 AM
Re: problem with scp / ftp
how to check this NIC configuration and how to change.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 12:55 AM
04-26-2006 12:55 AM
Solutionlanscan (and look for the third field of the lan1 card which should be the Card In#)
and using that number, issue the command :
lanadmin -x n (where n is equal to the number of the Card In#)
that should return the speed your card is running at
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 01:05 AM
04-26-2006 01:05 AM
Re: problem with scp / ftp
With the lanscan command you have all you lancards.
With the lanadmin command.
lanadmin -x
lanadmin -X 100FD
Be careful if you have a cluster on this server because when you change it, it hang during several seconds.
Hope this helps
Kenavo
Pat