Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

slow login

Status
Not open for further replies.

bitbybit

Programmer
Joined
Jul 28, 2002
Messages
10
Location
US
Hi.

AIX 4.3.3
After I log in and before I get the unix prompt, it pauses for a very long time. I checked the .profile and there doesn't seem to be anything there that would cause such a delay.

What else can I check?

Thank you.

Kat
 
Hi

Do you have DNS configured? I mean any entry is there in the /etc/resolv.conf?
If so check your network connections are proper and working fine.
If not do you have disk quota enabled ?
If so check your disk quota.


JSiva jsnair@lycos.com
 
Kat,

Well you could look at the /etc/motd file, cat it to make sure that it is not corrupted, I have seen that many times in the past.

Also examine /etc/profile and /etc/environment these files are executed post AIX login.

Best of luck.

PSD
IBM Certified Specialist - AIX V4.3 Systems Support
IBM Certified Specialist - AIX V4 HACMP
 

Hi
It sounds like the system is just overloaded. What does vmstat 2 10 say??
 
Also check your own .profile while you are looking in /etc/profile. IBM Certified -- AIX 4.3 Obfuscation
 
We had this problem and found it was related to our DNS servers. They didn't want to mess with those, so what we did was in /etc added a file netsvc.conf with a line in it "hosts=local, bind" (without the quotation marks). Then added a line to /etc/hosts for every workstation accessing the server. This tells the system to check /etc/hosts first for name resolution.

Works for us because there are a relatively small number of workstations accessing this server (<50). And even if I forget to add a new workstation to /etc/hosts, it can still access, it just gets the slow login until I add it in.

Cheers, D.
 
We had this problem and found it was related to our DNS servers. They didn't want to mess with those, so what we did was in /etc added a file netsvc.conf with a line in it &quot;hosts=local, bind&quot; (without the quotation marks). Then added a line to /etc/hosts for every workstation accessing the server. This tells the system to check /etc/hosts first for name resolution.

Works for us because there are a relatively small number of workstations accessing this server (<50). And even if I forget to add a new workstation to /etc/hosts, it can still access, it just gets the slow login until I add it in.

Cheers, D.
 

But with a DNS problem it would be waiting for the initial password prompt, not for the shell, wouldn't it?? Henrik Morsing
IBM Certified 4.3 Systems Administration
 
No

I had a different kind of experience, when the network cable was damaged and there was an entry in the resolv.conf and if I login in the CDE it will wait a long time to get into the screen. If I remove the entry in resolv.conf it went fast. But in command line it worked fine even without the network connected and there was an entry in resolv.conf.

JSiva jsnair@lycos.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top