- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CDE Login is slow for NIS Users
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2003 05:57 AM
08-11-2003 05:57 AM
CDE Login is slow for NIS Users
Any suggestion on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2003 06:07 AM
08-11-2003 06:07 AM
Re: CDE Login is slow for NIS Users
Try issuing a 'bdf' to see if it is hanging, Vs. a 'bdf -l'.
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2003 06:47 AM
08-11-2003 06:47 AM
Re: CDE Login is slow for NIS Users
If user home directories are NFS mounted from a NFS home directory server, and if the HISTFILE is located in the home directory, which it is by default, then login is delayed by NFS activiy , LAN, network traffic, etc.. The login process wants to write to HISTFILE, but can't get it because of NFS/LAN delays.
So you have two choices:
1. Improve NFS performance by messing with the number of "biod" and "nfsd" daemons on the server and clients, and other techniques.
2. Move the HISTFILE to a local directory:
vi all .profiles (maybe /etc/profile)
export HISTFILE=/tmp/.sh_history.$LOGNAME.$$
Then write a cleanup script in "root cron" to clean out old HISTFILEs in /tmp.
I would do both!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2003 07:14 AM
08-11-2003 07:14 AM
Re: CDE Login is slow for NIS Users
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2003 08:51 AM
08-11-2003 08:51 AM
Re: CDE Login is slow for NIS Users
If your not familiar with editing this file, use SAM -> Networking and Communications -> nsswitch
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2003 05:51 AM
08-12-2003 05:51 AM
Re: CDE Login is slow for NIS Users
problems I think 6/7 minutes is VERY long.
You could try adding some debugging "echo"
statements in a user's "login" or "profile"
file to narrow it down.
We have found that some logins try to tell the
user his quota. If he has quota set on remote
machines this can be slow.
Have you removed another machine recently?
Regards, Garry Ferguson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2003 01:50 AM
08-14-2003 01:50 AM
Re: CDE Login is slow for NIS Users
I tried by creating local history file but still the problem presits.
I got the similar kinf of systems having similar NFS home directory from the same filer.Those systems are working fine only on this i could see the problem.
I observed the slowness after installing the Sep 2002 QPK1100.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2003 01:57 AM
08-14-2003 01:57 AM
Re: CDE Login is slow for NIS Users
check this patch, there are a lot of bugfixes for nis in combination with nfs.
http://www5.itrc.hp.com/service/patch/patchDetail.do?patchid=PHNE_28567&context=hpux:800:11:00
Hope it helps,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2003 03:15 AM
08-14-2003 03:15 AM
Re: CDE Login is slow for NIS Users
swlist -l fileset | grep -i CDE
swremove the latest CDE patch you have installed .... does the problem persist ?
I'm wondering if the functionality of dtdbcache has changed in some way.
what's in /etc/inetd.conf
Next lets get an idea of where the hang occurs :
what the last thing you see on the screen prior to the hang ?
Does a login to a CDE failsafe session encounter similar problems ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2003 01:43 AM
08-18-2003 01:43 AM
Re: CDE Login is slow for NIS Users
Failsafe mode works fine without any above said problem.