1832224 Members
2347 Online
110041 Solutions
New Discussion

login too slow

 
castro_2
Regular Advisor

login too slow

When I login a system, with telnet and ssh, the login is fast but when I put the password the system is too slow. The is a way to debug.
Thanks
9 REPLIES 9
Bharat Katkar
Honored Contributor

Re: login too slow

Hi,
Suggest to look into $HOME/.profile.
Also if the Home Directory is NFS mounted then it could be the NFS server response problem.
Regards,
You need to know a lot to actually know how little you know
Jairo Campana
Trusted Contributor

Re: login too slow

is a problem of resolution of name DNS or HOST add to /etc/hosts name of server with alias.
legionx
Petr Simik_1
Valued Contributor

Re: login too slow


Debuging processes is possible by tools #tusc or #strace they should be installed
you can find it here

http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/tusc-7.5/

But I thing they don't find your point of your problem.

I agree with advice before to look at your personal .profile or general .profile in /etc/
Petr Simik_1
Valued Contributor

Re: login too slow

Do you have NIS installed or configured. Resoving of the password can be setup to look at NIS server first - this can make delays.

castro_2
Regular Advisor

Re: login too slow

No, I don´t have NIS and Is not a problem of DNS.
Than
generic_1
Respected Contributor

Re: login too slow

One that that will speed up your ssh logins is to install the HP random generator. :) Enjoy. Also check out your system resources with top and swapinfo -t and make sure your machine is not dragging. Next I would backup your .files in your home directory and replace them with a default. See if that helps then you might have a better idea where the culprit is. Good luck.
Ted Buis
Honored Contributor

Re: login too slow

I have seen the old full/half duplex issue on the LAN making the login appear slow too.
Mom 6
Jairo Campana
Trusted Contributor

Re: login too slow

Not is problem of DNS no is necesary have a problem in DNS , TELNET nedd resolve in hosts internal code : name of hosts with alias
legionx
Jairo Campana
Trusted Contributor

Re: login too slow