Users Are Getting Kicked out of 2Hr Sessions


 
Thread Tools Search this Thread
Operating Systems AIX Users Are Getting Kicked out of 2Hr Sessions
# 1  
Old 07-23-2007
Users Are Getting Kicked out of 2Hr Sessions

SmilieWe've had close to 100 calls about users logging into our AIX server. The users open up about 3 to 5 sessions in the server. After 2hrs of idle time, users are frozen or stuck in the IBM UniVerse Application. We (system administrators) have been blaming the application (which we'll take to our SA Graves!!!!), I just want to verify that it is not the system. I have heard that AIX has a 2hour idle time session before it either kicks you out or freezes the users. Has anyone had experience with users getting booted from an AIX session or frozen? Any advice would be greatly appreciated. Thanks.
# 2  
Old 07-23-2007
I'm not sure why you posted this AIX question in Solaris section, maybe a mistake ? Smilie Anyways, I've had this problem before, well, sort of, but I'm not sure whether will help you.
I've been establishing many remote sessions to a servers located outside of our office in VPN environment. After a while, I got disconnected Smilie. I finally found out that it's a firewall issue. To describe my situation, I will use this quote from the net :
Quote:
NAT firewalls like to time out idle sessions to keep their state tables clean and their memory footprint low. Some firewalls are nice, and let you idle for up to a day or so; some are gestapo and terminate your session after 5 minutes.
So I added "ServerAliveInterval 60" into /etc/ssh/ssh_config file, which means that my machine will send keep-alive requests every 60 seconds, thus keeping the connection online.
Once again, I'm not sure if this could be related with your case, but you have to make sure that you've checked firewall configs, and any network related service. Also, did the users noticed being disconnected after exactly 2 hours, or approximately ? This should be clear, because if this is firewall or another network rule, it will be stated somewhere in exact digits, e.g. 3600 secs. Otherwise, if the drops vary at their times, something else is the issue.
HTH.
# 3  
Old 07-23-2007
If that is a terminal, then check if TMOUT variable is set or no. It can also be a cause.

But most probably it is a firewall or a networking device that is disconnecting your sessions. Most of my previous experiences were a firewall.

Regards,

KapilRaj
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Telnet sessions stay as idle users

Hi The telnet sessions stay as idle users. It is not getting kicked out. Please advise what could be the issue. only when we reboot the server these telnet sessions goes. Below is the current output from the server. we rebooted the server three days ago: pmut6:/> uptime 04:21PM... (8 Replies)
Discussion started by: newtoaixos
8 Replies

2. Shell Programming and Scripting

Create multiple users with individual passwords to users

hi, i am new to shell scripts i write a shell script to create multiple users but i need to give passwords to that users while creating users, command to write this script (1 Reply)
Discussion started by: DONFOX
1 Replies

3. HP-UX

Users getting kicked out of sessions

We have an old (11.11) HP-UX system. A couple of months ago, our customers started having problems with their logins. After sitting idle for roughly an hour, their screens would lock up and they would be kicked out of the system. This happens if they are in the application or on the command... (2 Replies)
Discussion started by: slkdnichols
2 Replies

4. Shell Programming and Scripting

Kill sessions

Hi , I am connecting to the linux redhat machine as user : APPS I would like to know how i can kill -9 , all APPS sessions beside me . Please advice Thanks (2 Replies)
Discussion started by: yoavbe
2 Replies

5. Solaris

To restrict the users not to change the passwords for NIS users

Hi All, How to restrict the NIS users not to change their passwords in for NIS users?? and my NIS user is unable to login to at client location what could be the problem for this ? Any body can help me. Thanks in advance. (1 Reply)
Discussion started by: Sharath Kumar
1 Replies

6. AIX

Users kicked out after changing their password in an ssh session

Hi I have experienced this for years and just put up with it. However a client of mine now wants to stop this happening to their users. I have scoured the internet but can find no reference to the problem. I tried switching to PAM authentication thinking this might help but it made no... (6 Replies)
Discussion started by: johnf
6 Replies

7. Solaris

Switching between sessions

Unix sys admin in training here and I was performing a rollout of java code. While rolling out my connection to the server was broken. I logged back on to the box and performed a ps -ef | grep 'user' . I could see that session and pid number. My question is was there anyway to resume or... (1 Reply)
Discussion started by: vedder191
1 Replies

8. Solaris

Password accepted but kicked out

The Sun Solaris x86 system seemed to accept my username and password when I do SSH, but then the login prompt went away or hang. What happened? (8 Replies)
Discussion started by: conandor
8 Replies

9. AIX

Locking a file when using VI to prevent multiple-edit sessions by diff users

At the office, we often have to edit one file with VI. We are 4-6 workers doing it and sometimes can be done at the same time. We have found a problem and want to prevent it with a file lock. Is it possible and how ? problem : Worker-a starts edit VI session on File-A at 1PM Worker-b... (14 Replies)
Discussion started by: Browser_ice
14 Replies

10. Programming

C programming sessions

Hey guys, i'm in trouble, i'm high school teacher, and a student ask me for help, he want's to know where he can study C language for his application exam. Somebody could help us? (1 Reply)
Discussion started by: eleia
1 Replies
Login or Register to Ask a Question