- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Slow SSH and 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
01-30-2001 03:29 PM
01-30-2001 03:29 PM
The first SSH takes 80 seconds on the average.
After that it takes about 5-10 seconds.
The FTP Session is taking 2.5 minutes on the average. While waiting, I get the message "Socket connected. Waiting for welcome message"
It is most likely not networking issues because I get the same performance from a machine accross a T that I get on the lan segment.
I also understand that the FTPD is running as part of inetd. I think that if I can find a way to run the daemon all the time, this will make the initial connection to FTP faster, but what about SSH? It is running as a daemon now.
These machines have almost no load level to speak of.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2001 03:56 PM
01-30-2001 03:56 PM
Re: Slow SSH and FTP
I seriously doubt that not having ftpd running all the time is part of your problem. I think if you can solve what is probably a hostname lookup issue, then you will solve your problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2001 12:42 PM
01-31-2001 12:42 PM
Re: Slow SSH and FTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2001 01:23 PM
01-31-2001 01:23 PM
Re: Slow SSH and FTP
1. Use lanadmin to check and see if you're getting a lot of errors. Especially any that are logged in the "Ethernet-like Statistics group"
2. Check the output of dmesg and your /var/adm/syslog/syslog.log file for error messages.
3. If you have stm, mstm or cstm; see if you can get anything from the utilities provided in there.
4. Swap out the network cable connecting the server.
5. Check the duplex settings on both your server's network card and the port of whatever hub/switch it may be plugged into. If the settings don't match, that could be the source of your problem.
6. If you have a crossover cable, try directly connecting a laptop to your server. Then use SSH or FTP to login. If it still takes a long time, then you know the problem is with your server.
7. Swap out the server's network card for a new one, if all else is failing.
hope this list is of some help....
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2001 08:57 PM
02-01-2001 08:57 PM
Solutiontry a who -u once you are logged in.
if you see ip numbers and not names you are having dns issues. put your ip in /etc/hosts.
(there is also a way to stop this behavior but I forget how. IT has to do with tcp wrappers usually)
J