LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   server response is slow (https://www.linuxquestions.org/questions/linux-newbie-8/server-response-is-slow-4175431250/)

ust 10-08-2012 11:47 PM

server response is slow
 
I have a many server in in remote site , they are in same network , same segment , the hardware should be the same , but sofware / program in the server is a bit different .

I just found that one of them have problem , the response is relately slow , when I use ssh to connect it , the login prompt take about 10 second to pop up , while other machine have very quick response.

checked that the firewall is enabled , which all server are also enabled firewall , so I don't think it is the reason



ip6tables 0 off 1 off 2 on 3 on 4on 5 on 6 off

iptables 0 off 1 off 2 on 3 on 4 on 5on 6 off


I also checked the server resource utilization is very slow , and the server run normal after login .

it is redhat EL 5.3.


Can please advise what is wrong in my server ?

Thanks.

jsaravana87 10-09-2012 12:00 AM

Quote:

when I use ssh to connect it , the login prompt take about 10 second to pop up

I Guess it could be DNS issue .How do to connect the server with domainname (or) else via ipaddress.


Try out by enable usedns to no in your sshd_config file and reboot the server .check out whether you can login into server without any delay in login prompt


Quote:

vi /etc/sshd_config

UseDNS no



All times are GMT -5. The time now is 09:35 PM.