- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- slow inbound 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
10-13-2003 08:30 AM
10-13-2003 08:30 AM
slow inbound ftp
Model: N4000
Duplex: full duplex on NIC and switch
name resolution: /etc/hosts
I updated patch level to March, 2003.
And then inbound ftp got so slow suddenly.
However, outbound is okay.
I checked /var/adm/nettl.LOG00 file and tested name resolution with "nslookup hostname".
They are all fine.
Also, duplex mode is set up as manual full duplex on both NIC and switch.
Anyone can help me resolve this problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2003 08:33 AM
10-13-2003 08:33 AM
Re: slow inbound ftp
Within your LAN or are you talking about a connection from the internet into your HP?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2003 08:37 AM
10-13-2003 08:37 AM
Re: slow inbound ftp
This problem is happening between two private subnets.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2003 08:38 AM
10-13-2003 08:38 AM
Re: slow inbound ftp
Check the target filesystem. If its close to full there could be I/O issues.
Check disk bottlenecks with the script I'm attaching.
Think kernel next:
nfiles nflocks
to a much lesser extent:
shmmax,shmseg.
This might be a hardware issue. From outside the HP box, do a continous ping. If the times rise, consider doing a hardware call.
Last, get ready to explore the fun of the ndd command, something, I do not know what might be amiss there.
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
10-13-2003 02:45 PM
10-13-2003 02:45 PM
Re: slow inbound ftp
lanadmin
lan
display
See if the second page has errors which might indicate a duplex mismatch or other problem. (Duplex mismatch is the most common cause of a difference in the speed of FTP transfers.) If you have more than one NIC you will need to do
ppa x
dislay
where x is either 1 or 2 to see the other one.
Try doing an FTP on the same LAN or to yourself to rule out a network issue or a problem with the other LAN.
I assume we still have lots of space to store files?
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 01:41 AM
10-14-2003 01:41 AM
Re: slow inbound ftp
I resolve the problem.
The duplex mode in switch was set as auto.
I changed it full and worked fine.