Operating System - HP-UX
1753422 Members
4714 Online
54792 Solutions
New Discussion юеВ

telnet session geting closed automatically every 5 or 10 minutes

 
siva baskaran
Regular Advisor

telnet session geting closed automatically every 5 or 10 minutes

dear,

i have facing problem to open telnet session with rx 2620 itanium hpux server, what services whould i check it out whether it's running or not at the time of closing telnet session.

thanks
susee
3 REPLIES 3
RAC_1
Honored Contributor

Re: telnet session geting closed automatically every 5 or 10 minutes

There could be multiple reasons. Check TMOUT variable or there could be a firewall in between which set to do that.
There is no substitute to HARDWORK
Arunvijai_4
Honored Contributor

Re: telnet session geting closed automatically every 5 or 10 minutes

Hi Susee,

You need to check for any timeout (TMOUT) variables set for inactivity. Also, check /var/adm/syslog/syslog.log for any messages. Start Inetd in logging mode enabled.

# inetd -l will help.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
rariasn
Honored Contributor

Re: telnet session geting closed automatically every 5 or 10 minutes

Hi siva,

Verify TMOUT variable in /etc/profile or .profile of user.

$ man ksh

TMOUT If set to a value greater than zero, the shell
terminates if a command is not entered within the
prescribed number of seconds after issuing the PS1
prompt.



rgs,

ran