- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP Problem
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
07-21-2003 04:34 AM
07-21-2003 04:34 AM
FTP Problem
The HP wizards have been looking at this and they say it looks like a network issue but the network people haven't found anything. All the nic cards are running 100FD auto off and the network people say all the switches are configures for 100FD auto off. I checked the mtu packet sizes and they're all set at 1500. There are also a few NFS mounts between the boxes but we aren't working with them for this process. Anyone have any ideas???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2003 04:39 AM
07-21-2003 04:39 AM
Re: FTP Problem
It sure sounds like a duplex mismatch to me. I know they claim everything is set to 100FD, but can you check this - or have them show you the results of a "lanadmin -x" command? You would also need demonstrable proof that the switch port is set to 100FD noauto, as well.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2003 04:40 AM
07-21-2003 04:40 AM
Re: FTP Problem
which O.S. and release are that server ?
At first, i think of a name resolution problem, is there something different between those server and the others ?
- /etc/resolc.conf
- /etc/nsswitch.conf
- /etc/hosts
- .nslookuprc in each home directory
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2003 04:43 AM
07-21-2003 04:43 AM
Re: FTP Problem
How about, are all the boxes running the same version of ftp?
# what /usr/bin/ftp
Are all boxes patched the same?
What about routing? are you using static routes?
What does traceroute show between box1 to 2 and vice versa?
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2003 05:05 AM
07-21-2003 05:05 AM
Re: FTP Problem
Lanadmin -x shows the lans running at 100FD. I think it would take an act of congress to get the network people to give me verifyable proof that the switch is correctly setup. Although in their defense they did move it to another port on the switch.
There is nothing different in the resolv.conf, nsswitch and hosts files from teh other boxes we have.
It appears that the ftp versions are the same. I should also mention that we have the same problem when using rcp.
The boxes are all patched at the same level and we patch them every 6 months with the patches HP recommends. They are running either 11.0 or 11i, one set of boxes we're having the problem with is 11.0 to 11.0 and the other 2 are 11.0 to 11i
And lastly, there is nothing unusual on the traceroute.
Phil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2003 05:15 AM
07-21-2003 05:15 AM
Re: FTP Problem
I'm thinking that on the same vlan or hub there may be lot of traffic, causing the hang.
from lanadmin, is there any error ?
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2003 05:25 AM
07-21-2003 05:25 AM
Re: FTP Problem
Ensure you have it off on both ends.
Also in netstat -ptcp, do you see large out of orders packets and retransmitt packets?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2003 05:44 AM
07-21-2003 05:44 AM
Re: FTP Problem
As a few peoplt mentioned, make sure that you change the duplex to the appropriate speed in /etc/rc.config.d/hp100baseconf, and reboot.
This forces the duplex and speed.
Next, are these machines on the same subnet with the same subnet mask? Do they have the same default route?
Now for the other .01% that is OS related.
Are there name resolution issues? I.E. make sure you can both forward and reverse look up.
If this is a NIS environment, and the systems are not on the same subnet you will have problems with broadcast requests for resolution.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2003 09:11 AM
07-21-2003 09:11 AM
Re: FTP Problem
Can you test the cable? If you do not have a cable tester. Maybe replace it ..
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2003 09:52 AM
07-21-2003 09:52 AM
Re: FTP Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 08:56 AM
07-22-2003 08:56 AM
Re: FTP Problem
$ lanadmin -g mibstats
if your NIC is in FD, then a duplex mismatch _may_ be indicated if you see FCS errors in the statistics. If your NIC is in HD, then a duplex mismatch _may_ be indicated if you see late collisions.
If packets are going into the weeds, then netstat -p tcp should show retransmissions on the side doing the sending, and out-of-order receives on the receiving side. The text at ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_netstat.txt may be of some help. Looking at netstat output can be assisted by "beforeafter" from ftp://ftp.cup.hp.com/dist/networking/tools/
That there are lots of ACKs from box2 to box1 when box2 is the reciever and the performance is bad would be consistent with lost traffic and out-of-order segments being received. Whenever a TCP receives a segment out of order, it is required to send an immediate ACK telling the sender which segment the receiver was expecting to receive.
WHile it may only treat the symptoms, you might also try enabling SACK, Selective ACKnowledgement. That can sometimes make things more efficient in the case of segment loss. However, the "proper" thing to do is as I think you are already trying - find the source of the lost packets. If you want to enable SACK, you would use ndd to set tcp_sack_enable to a value of 1 rather than the default of 2. ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_ndd.h