- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- login very slow
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
03-07-2003 06:58 AM
03-07-2003 06:58 AM
after enter login and password, spend a lot of time (5 min.) before i can see the prompt.
What is the possible cause of this problem?
Thank you a lot
Luca
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2003 07:00 AM
03-07-2003 07:00 AM
Re: login very slow
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2003 07:02 AM
03-07-2003 07:02 AM
Solution1) Check if this happens in console too, if no then it can be a network issue. If no, other system configuration needs to be checked out
2) If this happens to all users, check the global profile (/etc/profile) and see if there any process that makes the login slow. If it's only a single user, check his $HOME/.profile file and see if anything wrong there.
3) Check the $HOME directory. If it's NFS mounted check the NFS performance. In the $HOME directory, check all profile files, permissions, file sizez etc.
4) Check system performance, file system sizes, log files (syslog.log) etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2003 07:03 AM
03-07-2003 07:03 AM
Re: login very slow
ie: ypset host
Type: ypcat ypservers for a list of available servers if you are running NIS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2003 07:13 AM
03-07-2003 07:13 AM
Re: login very slow
Once logged in try to run a non-excisting command. Does it take a long time again ??
do a "unset PATH" and repeat the unknown command.
If this goes better look at what directory's are taken in your PATH variable, probably some non-excisting NFS FS. your shell will probe each PATH for excistance of the command you just typed.
Also LD_LIBRARY_PATH can holdup these kind of nfs-FS. So better to check if you don't have any NFS FS in any path.
use "set" to display all settings.
Regs David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2003 07:39 AM
03-07-2003 07:39 AM
Re: login very slow
It was a strange line in /etc/profile.
Ciao
Luca