- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 30 second pause after login, before password.
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
06-01-2007 03:00 AM
06-01-2007 03:00 AM
30 second pause after login, before password.
I have an HPUX 11.11 box that has started pausing for roughly 30 seconds after you enter your user name. After 30 seconds the password prompt appears and you can login.
Any ideas on what would cause this behavior?
Thanks in advance,
Jeremy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 03:05 AM
06-01-2007 03:05 AM
Re: 30 second pause after login, before password.
Is the performance of the machine otherwise normal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 03:13 AM
06-01-2007 03:13 AM
Re: 30 second pause after login, before password.
another possible cause is DNS
Any issues with your DNS servers?
How is your nsswitch.conf configured?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 03:31 AM
06-01-2007 03:31 AM
Re: 30 second pause after login, before password.
10:27am up 14 days, 12:15, 4 users, load average: 0.00, 0.01, 0.01
Jeremy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 03:39 AM
06-01-2007 03:39 AM
Re: 30 second pause after login, before password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 03:40 AM
06-01-2007 03:40 AM
Re: 30 second pause after login, before password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 03:42 AM
06-01-2007 03:42 AM
Re: 30 second pause after login, before password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 04:02 AM
06-01-2007 04:02 AM
Re: 30 second pause after login, before password.
I've also stopped the pwgrd service.
We're still at roughly 30 seconds from the time I enter my username until the password dialog finally shows up.
I also HUP'd the sshd daemon after comparing it's config with the machine that isn't having this problem.
Jeremy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 04:15 AM
06-01-2007 04:15 AM
Re: 30 second pause after login, before password.
I've not looked at ssh to see *why* its a factor, but it will impact login time if there is an issue there
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 04:28 AM
06-01-2007 04:28 AM
Re: 30 second pause after login, before password.
First, install tusc on your box if it isn't already installed. You can get it from here:
http://hpux.its.tudelft.nl/hppd/hpux/Sysadmin/tusc-7.8/
Now logon in two sessions and then
"telnet localhost"
Just let that session sit at the "login:" prompt.
Now in your other session"ps -ef | grep login" and identify the PID of the login process. Next do a "tusc -p PID".
Now return to your login session and login normally.
The tusc output will show you what is causing the delay as the tusc output pauses.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 05:09 AM
06-01-2007 05:09 AM
Re: 30 second pause after login, before password.
The symptom was the same and due to name resolution time-out. Check to ensure all the names are consistent, by running â hostnameâ , â uname â aâ , nslookup, etc..
Do you have ssh installed, does it have the same issue?
Jov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 05:11 AM
06-01-2007 05:11 AM
Re: 30 second pause after login, before password.
Its meant to be:
running 'hostname', 'uname -a', 'nslookup', etc..
Jov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 05:27 AM
06-01-2007 05:27 AM
Re: 30 second pause after login, before password.
tail -f your syslog when next ssh in the affected server.
Jov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 06:03 AM
06-01-2007 06:03 AM
Re: 30 second pause after login, before password.
Not the first time, and certainly won't be the last.
Reverse DNS lookups were failing and once I fixed that, viola!
Thanks to all for your time and effort, it is much appreciated.
Sincerely,
Jeremy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 07:46 AM
06-01-2007 07:46 AM
Re: 30 second pause after login, before password.
Jov