- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SFTP Stalled then resumes
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
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
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
тАО05-11-2010 10:09 AM
тАО05-11-2010 10:09 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2010 10:17 AM
тАО05-11-2010 10:17 AM
SolutionNo stalled does not cause data integrity issues. If such an issue arises, the sftp will terminate with a non-zero error code.
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
тАО05-11-2010 10:30 AM
тАО05-11-2010 10:30 AM
Re: SFTP Stalled then resumes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2010 10:45 AM
тАО05-11-2010 10:45 AM
Re: SFTP Stalled then resumes
ssh_config and sshd_config contain good self documentation that will let you alter parameters such as timeout and other characteristics.
However, this behavior should not be happening with such a robust protocol.
So I have some questions.
lanadmin -x lan0
# change lan0 to the actual active lan, see netstat -in for that.
Looking for a duplex other than full.
dmesg
# check for network errors.
Are you going through a firewall or VPN?
Please post answers.
If the sftp transfer does not reach 100% it is useless and must be started over.
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
тАО05-11-2010 10:53 AM
тАО05-11-2010 10:53 AM
Re: SFTP Stalled then resumes
PPA Number = 900
Description = lan900 Hewlett-Packard LinkAggregate Interface
Type (value) = ethernet-csmacd(6)
MTU Size = 1500
Speed = 2000000000
Station Address = 0x0017084c085f
Administration Status (value) = up(1)
Operation Status (value) = up(1)
Last Change = 434
Inbound Octets = 1992247307
Inbound Unicast Packets = 1987266884
Inbound Non-Unicast Packets = 1697991
Inbound Discards = 0
Inbound Errors = 0
Inbound Unknown Protocols = 233
Outbound Octets = 3187878956
Outbound Unicast Packets = 1069539980
Outbound Non-Unicast Packets = 24247
Outbound Discards = 158
Outbound Errors = 0
Outbound Queue Length = 0
Specific = 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2010 11:19 AM
тАО05-11-2010 11:19 AM
Re: SFTP Stalled then resumes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-13-2010 06:52 AM
тАО05-13-2010 06:52 AM
Re: SFTP Stalled then resumes
Why are you usinf sftp.
Why not scp ?
Are you using a program like winscp ? or just are you dping a sftp to a server.
Please give more detail. I do not see any network problem.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-13-2010 07:48 AM
тАО05-13-2010 07:48 AM
Re: SFTP Stalled then resumes
Please post:
lanadmin -x 900
I'm not sure what lanadmin will give you on an APA nic.
If its not helpful:
lanscan
Then landamin -x 0
0 for lan0 use only the number, do this for each lan.
What we're looking for is duplex and speed information.
Its quite common to sometimes have issues here and they can be fixed with some additional configuration.
Note also that you will never in any environment get the theoretical maximum speed on a network connection. The stalling we can fix, maximum theoretical speed on practice won't happen. Getting good speed, in the 10-20 Mb/s range on a GB connection with good switches is quite possible.
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
тАО05-13-2010 07:50 AM
тАО05-13-2010 07:50 AM
Re: SFTP Stalled then resumes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-13-2010 07:52 AM
тАО05-13-2010 07:52 AM
Re: SFTP Stalled then resumes
Our vendor requires SFTP and not SCP
Thank you all for your help!