- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Login fail - delay in getting prompt back
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
07-29-2006 01:52 AM
07-29-2006 01:52 AM
Login fail - delay in getting prompt back
A customer of ours has 4 HP-UX 11.00 boxes. On all of them, when I FTP or telnet, I get the username prompt fairly quick. But, if I enter the wrong password, one box takes a long time to give me back the prompt. This is causing delays in some automated FTPing that happens regularly.
Based on some searching I did in ITRC, I checked the nsswitch.conf file and found that the server in question, is the only one to have it. The only entry in it is:
hosts: files
The systems don't use DNS, and all the other nodes are fine.
I tried removing the file, and also tried adding the following line:
passwd: files
But, nothing helps. There is always a delay of 3-5s between giving a (wrong) password and getting back the prompt.
Any ideas?
Thanks,
Abhik.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2006 12:05 PM
07-29-2006 12:05 PM
Re: Login fail - delay in getting prompt back
you may use enhanced security level.
you can change login delay time with sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 07:40 PM
07-31-2006 07:40 PM
Re: Login fail - delay in getting prompt back
However, there seems to be something wrong with the system. I added the parameter -v to ftpd in inetd.conf and did a inetd -c to see some more information in syslog.log, but found that something is wrong with logging since the Jun 13. Log entries seem to be jumping around in time...
Last few lines of syslog.log
Jun 13 10:55:05 alkw_p cmcld: Unknown Resource data type 0.
Jul 25 02:53:54 alkw_p vmunix: 10/8.15 tgt
Jul 25 02:53:54 alkw_p vmunix: 10/8.15.0 sdisk
Jun 13 10:55:05 alkw_p cmcld: Resource /net/interfaces/lan/status/lan0 is assumed to be unavailable.
Aug 1 10:19:55 alkw_p syslogd: going down on signal 15
I restarted syslogd, but again, I get an entry from Jun 13th!
alkw_p:root> tail -f syslog.log
Aug 1 10:20:00 alkw_p syslogd: restart
Jun 13 10:55:05 alkw_p cmcld: Resource /net/interfaces/lan/status/lan0 in package alkw_p_lan does not meet RESOURCE_UP_VALUE.
Does the system need to be rebooted? I have checked all the filesystems and they have free space.
Thanks,
Abhik.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 10:48 PM
07-31-2006 10:48 PM
Re: Login fail - delay in getting prompt back
Try to
cmviewcl -v
it looks like to show you some clues for the problem.
If your system configured with MC/SG, you can fail-over the work on failty system to memner system
and check network cards with "netfmt"
Use man netfmt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 08:23 AM
08-01-2006 08:23 AM
Re: Login fail - delay in getting prompt back
I believe the command to use for checking LAN interfaces is lanadmin, and netfmt is to format the output of nettl.
Anyway, thanks for the suggestion. Maybe the LAN card is the issue... and needs to attention.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2006 04:22 AM
08-15-2006 04:22 AM
Re: Login fail - delay in getting prompt back
I am having the same issue on an 11.23 box. After an invalid login it takes a few seconds before displaying the next login prompt. It is not a trusted system and I have tried changing the /etc/nsswitch.conf to passwd: files. Have you been able to figure out what was causing the delay on your system?
Thanks,
Derrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2006 05:46 PM
08-15-2006 05:46 PM
Re: Login fail - delay in getting prompt back
Sorry, but nothing yet... but, in general this system seems to be in a mess anyway. It's not logging to syslog either. There were earlier suggestions to check the LAN interfaces, but that seems OK too.
If I find the cause, I will post it back here. If you find something, please do the same.
Best regards,
Abhik.