- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp on first RAC node is very slow
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
12-31-2007 12:44 AM
12-31-2007 12:44 AM
ftp on first RAC node is very slow
When I tried to ftp the first node it is very slow. and this happen also sometimes to telnet. What could be the reasons?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2007 01:39 AM
12-31-2007 01:39 AM
Re: ftp on first RAC node is very slow
To answer more information is required.
Is there a long connect time when using ftp to the node, before the prompt? If so, try connecting to the numeric ip address of the system.
If numeric is fast and by hostname is slow, the problem is probably DNS servers, probably configuration or response time.
In other RX4640 systems, I've had to add an entry for self lookup to /etc/hosts to speed up connect time since files are used first.
Lets say the system IP address is 192.168.0.20 hostname is shalom1
So in /etc/hosts I add an entry.
192.168.0.20 shalom1
Suddenly the problem is solved.
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
12-31-2007 01:44 AM
12-31-2007 01:44 AM
Re: ftp on first RAC node is very slow
can you check your networkspeed of the server and the switches?
to see what lan is used:
netstat -in
to check the cart numbre:
lanscan
and final the comand to check the speet: lanadmin -x 0
the last numbre is the cart numbre that lanscan will give...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2007 03:48 AM
12-31-2007 03:48 AM
Re: ftp on first RAC node is very slow
both the hostname or ip address are slow when using ftp.
The hostname is already there in /etc/hosts file.
The speed for the card using the command lanadmin -x card Instance is 1000 full duplex for all lan cards which connected to the servers.
Note this problem only happen on node1 ( the node which the installation done from it)
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2007 04:33 AM
12-31-2007 04:33 AM
Re: ftp on first RAC node is very slow
Give us an indication in mb/sec!?
Any errors being logged?
Do tools like netstat give high error/retry/collision counts?
You may want to read up on some of Dave Olker's papers to get an overview of the things to check. For example:
http://docs.hp.com/en/10388/DesigningaHighPerformanceNFSServer.pdf
For my money I would first a) swap ports on the back of the server, try and then b) swap the connection from the know to be fast with the known to be slow lines at the back of servers.
a) would check for bad interface and/or connection
b) test for the cable, connections, switch port. Does the problem move?
hth,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2008 09:49 AM
01-01-2008 09:49 AM
Re: ftp on first RAC node is very slow
I am assuming that you do not mean using the IP or hostname is slow to get started, that it is just slow when transferring data.
> The hostname is already there in /etc/hosts file.
That will make no differfence unless nsswitch.conf has files listed first on the hosts: line, something like this:
hosts: files [NOTFOUND=continue UNAVAIL=continue] dns
And this will only affect getting started, not during the actual transfer.
> The speed for the card using the command lanadmin -x card Instance is 1000 full duplex for all lan cards which connected to the servers.
This should be set to auto so that speed and duplex negotiation is automatic. Use lanadmin to look at the statistics. There should be no errors on the second page of the lanadmin listing for this interface.
> Note this problem only happen on node1 ( the node which the installation done from it)
If there were only two computers involved, you would have to investigate both, but if several computers have problems with node1, then investigate just node1. I am assuming when you say telnet is also slow that it is slow after you have logged in. If telnet is slow only when you get started, then look at nsswitch.conf as mentioned above.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2008 07:05 PM
01-01-2008 07:05 PM
Re: ftp on first RAC node is very slow
I also faced the same issue in Linux.I got a time delay after login authentication completes whil doing ftp,telnet and ssh.
I resolved it after installing and configuring the swap in other hdd(other than root hdd).
In ur case, u can add device swap or fileswap to the sysytem and see performance.
Regds
Palani.SP.