- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- FTP slow from Tru 64Ux to any unix server .
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
08-08-2005 09:33 PM
08-08-2005 09:33 PM
FTP slow from Tru 64Ux to any unix server .
Desperatly I need solution for the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 11:50 PM
08-08-2005 11:50 PM
Re: FTP slow from Tru 64Ux to any unix server .
Have you made entries of all those servers where you want to put in Tru64 m/c's /etc/hosts file?
Try after making /etc/hosts file entry.
-Srinivas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 12:51 AM
08-09-2005 12:51 AM
Re: FTP slow from Tru 64Ux to any unix server .
If so, you need to confirm the speed/duplex mode settings for any interfaces involved. If one system is using gigabit and the others slow speed interfaces, then make sure that flow control is enabled on the gigabit switch.
Check for errors on the network card (netstat -i).
Tcpdump should be used as a last resort to determine just what is happening during the file transfers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 01:15 AM
08-09-2005 01:15 AM
Re: FTP slow from Tru 64Ux to any unix server .
If you have tru64 5 or above, you can use the hwmgr get attr -cat network to see the speed, duplex and autonegotiation configuration for the adapter.
You can use the lan_config command to correct the values.
You can put the lan_config command in the /etc/inet.local file to make changes permanent.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 01:16 AM
08-09-2005 01:16 AM
Re: FTP slow from Tru 64Ux to any unix server .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 03:43 PM
08-09-2005 03:43 PM
Re: FTP slow from Tru 64Ux to any unix server .
We have experienced a similar thing but it may not be the same problem. We have cisco gear and found Tru64 & Alphas not very good with cisco at autonegotiate.
You may find you are running 100hd on say the switch and 100fd on the host in which case you get good download speed and horrible upload speed.
Suggest then you configure everything as 100fd if you can and the catch ya here is that sysman wont store speed 200 in the rc.config file. You generally have to re-edit it afterwards. This can be tested if you logon via console
ifconfig ee0 down
ifconfig ee0 speed 200
ifconfig ee0 up
We occasionally miss this one and its annoying.
Hope it helps.
Robert.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 11:18 PM
08-09-2005 11:18 PM
Re: FTP slow from Tru 64Ux to any unix server .
what kind of NIC do you have?
The tulip cards tu0,tu1.. are not good in handling autosensing. They should be set to 100full duplex as said.
But I have had one case with a CISCO switch where that did not work too. In that case we had to set to 100half duplex.
greetings,
Michael