- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP issue
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-25-2002 09:19 AM
07-25-2002 09:19 AM
FTP issue
Two Kclass boxes. Fddi cards. 11.0. 64 bit. ftp takes forever. No name resolution problem. dns entry first in resolv.conf and nsswitch.conf. both servers in same subnet. Please advice.
Thanks
Joe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 09:24 AM
07-25-2002 09:24 AM
Re: FTP issue
ftp joe.ws.net
ftp 10.11.12.13
is thru-put the same?
Next, is it only one server which is slow and the other normal speed?
I.E.
ftp from server 1 to server 2
get bigfile
ftp from server 2 to server 1
get bigfile
if they are both slow, then you have networking issues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 09:48 AM
07-25-2002 09:48 AM
Re: FTP issue
#!/bin/sh
for file in $(ioscan -kfnd fcT1_cntl | grep .dev.fcms | sed 's/ //g')
do
echo $file
fcmsutil $file stat
done
for file in $(ioscan -kfnd td | grep .dev.td | sed 's/ //g')
do
echo $file
fcmsutil $file stat
done
With fddi, the side showing the errors is usually good and the next server over is the bad one.
I hope this makes sense.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 10:23 AM
07-25-2002 10:23 AM
Re: FTP issue
Thanks. Should i add FDDI after the ioscan command in the script, please help me with that.
Thanks
Joe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 10:12 AM
07-26-2002 10:12 AM
Re: FTP issue
there are HP-PB and HSC FDDI cards - which are in your K's?
can you reproduce the slot data rate with netperf (http://www.netperf.org) instead of FTP?
what does netstat -p tcp look like before and after a transfer - better still, run the before and after through "beforeafter" from ftp.cup.hp.com and just show the deltas
if retransmissions are being show, what do the lanadmin stats (lanadmin -g mibstats
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 12:37 PM
07-26-2002 12:37 PM
Re: FTP issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 01:36 PM
07-26-2002 01:36 PM
Re: FTP issue
Now, if you had switched FDDI versus concentrators (hub-like devices for FDDI) and had the right sort of FDDI chips (DEC I think) and right sort of switch (DEC GigaSwitch IIRC), then if a single station were connected to the switch, it could indeed get connected in a full-duplex manner. I'm pretty sure that sort of stuff was rather more robust than the autoneg in 100BT appears to be.