- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp failure
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
01-08-2002 02:56 PM
01-08-2002 02:56 PM
ftp failure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2002 03:28 PM
01-08-2002 03:28 PM
Re: ftp failure
The very first thing to check in this case is speed/duplex mismatches between the hosts and the switches. You will find that allowing the LAN connections to auto-negotiate is not very reliable. You should hard-set the speed/duplex on BOTH ends of each connection. Believe it or not, duplex mismatches will appear to work normally using telnet or rlogin where the transmission rates are low. Beyond that, check to make sure you have recent network/ftp patches on your boxes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2002 05:19 PM
01-08-2002 05:19 PM
Re: ftp failure
Are you able to ftp successfully between the HP and other systems? What about between the NCR and other systems? Does it matter which system is the client and which is the server? I wouldn't think so.
Duplex mismatches don't seem to cause problems until the volume gets heavy but at the least they cause the throughput of ftp to be terrible. Use lanscan and lanadmin to check the current speed / duplex setting of the HP (see man pages for more info):
lanscan (note the PPA / instance number for the NIC in question)
lanadmin -x PPA#
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2002 06:57 AM
01-09-2002 06:57 AM
Re: ftp failure
Interphase EISA 100Mbit INP0500 NICs which are subject to RF interference. We changed them out and the problem went away. Thanks to Raj for the tip.
Ron
(type the first line below to see what NICs you have.)
ioscan -nkfClan
Class I H/W Path Driver S/W State H/W Type Description
===================================================================
lan 0 8/16/6 lan2 CLAIMED INTERFACE Built-in LAN
/dev/diag/lan0 /dev/ether0 /dev/lan0
lan 1 8/20/5/1 btlan0 CLAIMED INTERFACE EISA card INP0500
lan 2 8/20/5/2 btlan0 CLAIMED INTERFACE EISA card INP0500
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2002 07:29 AM
01-09-2002 07:29 AM
Re: ftp failure
What happens if you do a get from the NCR server?
Paula