Bad performance when log in with putty


 
Thread Tools Search this Thread
Operating Systems AIX Bad performance when log in with putty
# 1  
Old 06-07-2007
Bad performance when log in with putty

Hello guys!

I'm n00b in AIX and I'm sticked in a problem. (my English is poor enough, but I hope you can understand me :P). So.. I'm trying to connect to an AIX machine with putty, and .. 'using username xxx' appears after 2 sec (OK), but 'xxx@ip's password' appears after 1:15 min. After logging in, everything looks fine. Ping at machine : 82ms. Telnet working fine. How can I decrease 1:15 waiting time?

Thanks in advance and cheers Smilie

RGRDS,
Dan.
# 2  
Old 06-07-2007
Well, there's nothing that you can do, unless you are the admin of this AIX box. There might be several reasons for the slow response of the server : the sshd daemon is overloaded, the server itself is overloaded, so the sshd daemon can't obtain resources. I'd suggest contacting the admin of the server, or, try another login from different location, e.g. another server on that network, the colleague near you, etc. Basic network tests from those locations will be also fine, so that you get the whole picture.
# 3  
Old 06-07-2007
My guess would be an incorrect DNS configuration - it's probably hanging while trying to do a lookup on your host/ip
# 4  
Old 06-07-2007
It shouldn't be DNS issue, as he stated, the telnet attempt works fine, that's why I've suggested sshd daemon config. In order to scratch that, just use the IP of the server instead of rDNS. Another thing : connect to another box on the network, and run manual ssh login with "-vvv" flag like : "ssh user@10.101.1.10 -vvv" and trace the output.
# 5  
Old 06-07-2007
When you login the system attempts a forward and reverse lookup of your local host - I'm not referring to his local system doing a DNS lookup of the AIX box. If DNS is misconfigured this can cause delay...
# 6  
Old 06-07-2007
Add the following lines to the /etc/environment and give the system a reboot so that all the networking daemons are refreshed with the new changes.

RES_TIMEOUT=2
RES_RETRY=2

Regards,

Kaps
# 7  
Old 06-08-2007
Is the system using LDAP by any chance? That could be the problem as well.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

AIX lpar bad disk I/O performance - 4k per IO limitation ?

Hi Guys, I have fresh new installed VIO 2.2.3.70 on a p710, 3 physical SAS disks, rootvg on hdisk0 and 3 VIO clients through vscsi, AIX7.1tl4 AIX6.1tl9 RHEL6.5ppc, each lpar has its rootvg installed on a LV on datavg (hdisk2) mapped to vhost0,1,2 There is no vg on hdisk1, I use it for my... (1 Reply)
Discussion started by: frenchy59
1 Replies

2. UNIX for Dummies Questions & Answers

On Linux, Putty Log is not WYSIWYG like the screen?

Hi all, I am not sure if this is a known issue. I am using Putty and logging the session into a log, only the printable one. On Solaris, all is working fine. But on Linux servers, Redhat or Suse, while the screen looks correct, the log file is not. Note example below: On the screen,... (1 Reply)
Discussion started by: newbie_01
1 Replies

3. Solaris

! bad user (adm).. in cron log

I have noticed this error in /var/cron/log: > CMD: /usr/lib/acct/ckpacct > adm 6739 c Tue Oct 11 10:00:00 2011 < adm 6739 c Tue Oct 11 10:00:00 2011 rc=1 ! bad user (adm) Tue Oct 11 11:00:00 2011but when I try to list crontab of user 'adm': solarni/~# crontab -l adm crontab: you are... (4 Replies)
Discussion started by: orange47
4 Replies

4. Shell Programming and Scripting

Why I get bad bad substitution when using eval?

Why I get bad replace when using eval? $ map0=( "0" "0000" "0") $ i=0 $ eval echo \${map$i} 0000 $ a=`eval echo \${map$i}` !!!error happens!!! bash: ${map$i}: bad substitution How to resolve it ? Thanks! (5 Replies)
Discussion started by: 915086731
5 Replies

5. Solaris

Performance (iops) becomes bad, what is the reason?

I have written a virtual HBA driver named "xmp_vhba". A scsi disk is attached on it. as shown below: xmp_vhba, instance #0 disk, instance #11 But the performance became very bad when we read/write the scsi disk using the vdbench(a read/write io tool). What is the reason? ... (7 Replies)
Discussion started by: ForgetChen
7 Replies

6. UNIX and Linux Applications

How to log out of the server in such a manner that you are not logged out of PUTTY?

Hi, I am using EXIT command to log out of the server, But this logs me out of the Putty. Is there any way that I can still be present on Putty and just log out of the server. Every time I have to open a new session of PUTTY for a new server (3 Replies)
Discussion started by: himvat
3 Replies

7. HP-UX

Bad performance but Low CPU loading?

There might be some problem with my server, because every morning at 7, it's performance become bad with no DB extra deadlock. But I just couldn't figure it out. Please give me some advise, thanks a lot... According to the CPU performace chart, Daily CPU loading Maximum: 42 %, Average:36%. ... (8 Replies)
Discussion started by: GreenShery
8 Replies

8. UNIX for Dummies Questions & Answers

nohup has a terrible bad performance compared with interactive command, why?

I have a strange situation. I'm running a shell script containing several data uploads (using Oracle sqlloader utility). This script is being run on a Red Hat server. I tried to run it in background: $ nohup upload.sh & This script uploads some thousands files. After several hours I... (0 Replies)
Discussion started by: viniciov
0 Replies

9. UNIX for Dummies Questions & Answers

comparing Huge Files - Performance is very bad

Hi All, Can you please help me in resolving the following problem? My requirement is like this: 1) I have two files YESTERDAY_FILE and TODAY_FILE. Each one is having nearly two million data. 2) I need to check each record of TODAY_FILE in YESTERDAY_FILE. If exists we can skip that by... (5 Replies)
Discussion started by: madhukalyan
5 Replies
Login or Register to Ask a Question