- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ftp between HP-UX and Solaris/Windows stop wit...
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
06-16-2004 06:00 AM
06-16-2004 06:00 AM
The ftp transfer of this file start and depending on the final HP server, it is send more or less bytes, but always the same for the same server and never the transference is finished.
I have tested with HP-UX pepe B.10.20 E 9000/899 and HP-UX juan B.11.00 U 9000/800 with the same behaviour. Between Sun and HP there is a wan network that does not have problems with othes files.
Does someone have any idea?
Thanks, Raú
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 06:03 AM
06-16-2004 06:03 AM
Re: ftp between HP-UX and Solaris/Windows stop with one file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 06:07 AM
06-16-2004 06:07 AM
Re: ftp between HP-UX and Solaris/Windows stop with one file
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 06:11 AM
06-16-2004 06:11 AM
Re: ftp between HP-UX and Solaris/Windows stop with one file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 06:14 AM
06-16-2004 06:14 AM
Re: ftp between HP-UX and Solaris/Windows stop with one file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 06:23 AM
06-16-2004 06:23 AM
Re: ftp between HP-UX and Solaris/Windows stop with one file
try renaming your file at the source to a simple, english word like temporary or something and try again. When you say one file having this problem, this is the only thing that I personally have encountered in a similar situation. Especially windows having the new file names with spaces in the allowed, make my feelings stronger.
Please let us know the result.
HTH
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 06:30 AM
06-16-2004 06:30 AM
Re: ftp between HP-UX and Solaris/Windows stop with one file
I have try also renaming the file and it does not mater which name do I use, I always have same result. I have try to send a very similar in size file with the same name without problems, so no name neither size problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 06:36 AM
06-16-2004 06:36 AM
Re: ftp between HP-UX and Solaris/Windows stop with one file
Does this problem happen if you recreate the tar ball with a different name ?
regds,
Abdul.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 06:29 PM
06-16-2004 06:29 PM
Re: ftp between HP-UX and Solaris/Windows stop with one file
I almost 99% sure that it is a protocol error because in the attached text file you can find several messages repeated from HP to Sun that are not normal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 05:44 AM
06-17-2004 05:44 AM
SolutionAll those sorts of things. If you can get a tcpdump trace instead that would probably be much better. An indication of _where_ the trace happened would be good too (assuming I've not simply missed it).
The repeats of ACK 2059883114 could simply be triggered by receipt of other segments. The retransmissions of that sequence number could simply be the one side trying to get the data through.
I would guess that the data pattern in the file is triggering the problem. If that is the case, there should be checksum errors reported in TCP statistics (netstat on UX) That is probably why someone suggested trying to compress the file - not so much to change its size, but to change the data pattern.
It would be good to know some idea of the network topology - that the problem happens when both 10.20 and 11.0 systems are involved may suggest something outside the OS because those two OSes have _completely_ different transport implementations.
For example do the 10.20 and 11.0 systems reach the WAN through the same switch port (not that they are connected to the same switch port, the port where the data then leaves the switch for the WAN) and is that the same as any of the "working" situations?