- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- password time out
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-25-2008 10:55 PM
03-25-2008 10:55 PM
password time out
My password times out within a few seconds (if i dont type any password) and i want to increase this time period. How can i do this?
Thanks!
Sridhar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2008 10:56 PM
03-25-2008 10:56 PM
Re: password time out
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2008 11:57 PM
03-25-2008 11:57 PM
Re: password time out
and do passwd aging
from there u can modify password expiration time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2008 06:35 AM
03-26-2008 06:35 AM
Re: password time out
He *seems* to be saying either:
a) he's timing out at login if he doesn't answer the password prompt quick enough, or
b) the actual "password" command is timing out.
I've never heard of / seen either of the above...
so, clarification is needed.
When does this occur, and if it's during login, how are you connecting (telnet, ssh, etc..) and what terminal emulator (if any) are you using...
Version of the OS, trusted or non-trusted?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2008 07:45 AM
03-26-2008 07:45 AM
Re: password time out
It sounds like a network setting has been tuned down.
Does this happen on every server? or just one?
Has anyone done any networking tuning on this server lately with the ndd command?
Do a man ndd
Check the settings for tuneables that affect the length of tcp timeout. Compare to other boxes not having this problem. If you find something set too low...adjust it.
Example to check setting:
ndd -get /dev/tcp tcp_deferred_ack_interval
Hope this helps,
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2008 08:27 PM
03-26-2008 08:27 PM
Re: password time out
This happens during login and your a) option is exactly what i am facing.
Version of OS is 11.23 and it is in trusted mode.
We have disabled telnet access, so only via ssh login anyone can login and this happens with ssh... and the terminal emulator i use is putty.
Hi Rita,
I don't think network tuning has been done.
The out put of the command that you gave was 50. And, i checked with a box which was working fine, the output of which was also 50.
This is a 3-node cluster and the problem is there with all the 3 servers.
Thanks !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2008 12:33 AM
03-27-2008 12:33 AM
Re: password time out
If you can login at the console, try calling:
/usr/lbin/getprdef -t
This gives the Trusted System settings for the following:
umaxlntr max number of consecutive unsuccessful logins allowed
tmaxlntr max number of consecutive unsuccessful logins allowed
per terminal
dlylntr time delay between unsuccessful login attempts
lntmout login timeout in seconds
The setting for lntmout usually =0 (zero). Which means the system default, about 30 seconds, applies. If the value is not zero, try setting it using the following:
/usr/lbin/modprdef -m lntmout=0