- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Telnet login prompt 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
06-22-2004 01:59 AM
06-22-2004 01:59 AM
Telnet login prompt time out ...
When we start a Telnet session and do not login within 60 seconds the telnet session is automaticlly ended.
<<>HP-UX tux1 B.11.11 U 9000/800 (tb)
login:
>>
Because of a specific application I would like to extend this period for our endusers. Is this possible? I cannot find information about this anywhere, so any help would be great...
Thanks!
Marco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 02:08 AM
06-22-2004 02:08 AM
Re: Telnet login prompt time out ...
Use the environment variable TMOUT. You can set it either in
1) /etc/profile
2) $HOME/.profile (for sh, bash, ksh shells)
3) $HOME/.cshrc or $HOME/.login (for csh, tcsh shells)
For 2), export TMOUT=600 (for 600 seconds or 10 mins)
For 3), setenv TMOUT 600
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 02:09 AM
06-22-2004 02:09 AM
Re: Telnet login prompt time out ...
tcp_ip_abort_cinterval - R2 during connection establishment
tcp_ip_notify_cinterval - R1 during connection establishment
ndd -h tcp_ip_abort_cinterval
The default is 75 secs. Increase it and check.
ndd -get /dev/tcp tcp_ip_abort_cinterval
But what does the target host's syslog.log file says??
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 02:12 AM
06-22-2004 02:12 AM
Re: Telnet login prompt time out ...
My previuos answer is related with idle time, I'll looking for an adecuated solution.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 02:21 AM
06-22-2004 02:21 AM
Re: Telnet login prompt time out ...
Pls try with ndd configurable parameter, at which time telnet would time out un reachable attempt would be "tcp_ip_abort_cinterval"
Default vaule is 75000ms = 75sec = 1:15m
To get the value:
#ndd -get /dev/tcp tcp_ip_abort_cinterval
To set the value:
#ndd -set /dev/tcp tcp_ip_abort_cinterval
For additional info:
#man ndd
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 02:31 AM
06-22-2004 02:31 AM
Re: Telnet login prompt time out ...
Thanks for the quick response. I altered the parameter with ndd but I still get disconnected after 60 secs. Do I have to reboot or restart something?
Thanks again
Marco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 02:46 AM
06-22-2004 02:46 AM
Re: Telnet login prompt time out ...
is being generated by your telnet client, rather than the server.
What package do you use to connect? It may be that it has its own timeout value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 03:01 AM
06-22-2004 03:01 AM
Re: Telnet login prompt time out ...
We're using WRQ Reflection 11. But when connecting to a AIX system this time out thing doesn't occur so I think it's HP related?
Marco