1754968 Members
3309 Online
108828 Solutions
New Discussion юеВ

CDE Delayed login

 
Nagaraju_L
New Member

CDE Delayed login


Hi,

We have configured one of our HP-UX server as NIS client to our existing NIS domain. User home directories are NFS mounted. But whenever we r logging as normal user(Root works fine) thru CDE it is stopping at blue screen for 5-6 Min. And with same login other client machines are working fine.
Any suggestions.

Rgds,

Nag
9 REPLIES 9
Pete Randall
Outstanding Contributor

Re: CDE Delayed login

This can sometimes be caused by having the users' history file NFS mounted. Try placing something like this in /etc/profile to make the history file local:

HISTFILE=/tmp/.sh_history.$(whoami)
export HISTFILE


Pete

Pete
Nagaraju_L
New Member

Re: CDE Delayed login

Dear Pete,

Thanx for reply.But we tried that option already.It didnt help.

Rgds
Nag
Robert-Jan Goossens
Honored Contributor

Re: CDE Delayed login

Hi Nag,

Check this doc.

Title: slow login via CDE, due to DNS timing issues
Document ID: XWINKBRC00016283

Europe
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000077250416

US
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000077250416

Regards,
Robert-Jan
Steven E. Protter
Exalted Contributor

Re: CDE Delayed login

Shalom Nagaraju,

To see if its a DNS issue, from the user trying to connect to the HP-UX client, please try this.

nslookup
nslookup

nslookup
nslookup

If there is a significant response time difference between the third and forth commands above, it is a DNS issue and the documents in the post above should help.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Nagaraju_L
New Member

Re: CDE Delayed login

But, we are not using any DNS here.

Rgds,
Nag
Robert-Jan Goossens
Honored Contributor

Re: CDE Delayed login

Hi Nag,

Could you post your /etc/nsswitsch.conf file ?

Robert-Jan
Muthukumar_5
Honored Contributor

Re: CDE Delayed login

Are you login with hostname? Try to do with ip-address itself. Is there any time difference.?

Are you getting same delay when login with telnet or ssh terminal ?

Can you stop and start CDE again?

Try above scenarios and post the results.
Easy to suggest when don't know about the problem!
Alex Glennie
Honored Contributor

Re: CDE Delayed login

I'd also advise looking at your nsswitch.coonf file ... root seems fine so CDE most likely is too.

If not already set try

hosts: files dns nis

result ?
Nagaraju_L
New Member

Re: CDE Delayed login

Yes..It is working fine from CLI.