- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Log in probem
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
12-30-2001 05:35 AM
12-30-2001 05:35 AM
kuls
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2001 11:06 AM
12-30-2001 11:06 AM
Re: Log in probem
Do all users get logged out at the same amount of time?
Does the same happen using different protocols..example telnets get logged out but ftp don't?
Is there a timeout command set in .profile, etc.?
Sort of hard to give an answer with few details...so often the best suggestion.. start ruling out what it isn't..and as Mr. Holmes says..what is left is obviously the answer.
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2001 11:14 AM
12-30-2001 11:14 AM
Re: Log in probem
The best test is to login as user1 and user2 and see if both the logins are getting disconnected at the same time.
And as pointed by Rita, check his/her .profile to see if TMOUT environment variable has been set.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2001 01:04 PM
12-30-2001 01:04 PM
Re: Log in probem
If all users get logged out after the same
period of time, you may find that the
problem lies in the 'TMOUT' variable being
in the /etc/profile
If it is only related to the one user,
then as already pointed out the same
variable will be in use in the users home directory .profile
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2001 03:10 PM
12-30-2001 03:10 PM
Re: Log in probem
If idle TMOUT in your login shell is not the cause, then check out the TCP_KEEPALIVE_INTERVAL network parameter. Use ndd to get the current value, ie execute:
# ndd -get /dev/tcp tcp_keepalive_interval
If that was not the cause, and if there is a network-based firewall before your server, check the TCP connection timeout value set.
Your idle timeout is:
min (server TMOUT, server KEEP_ALIVE_INTERVAL, firewall TCP connection timeout)
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2001 08:12 PM
12-30-2001 08:12 PM
Re: Log in probem
This is happening with only one user and the shell being used is /usr/local/bin/tcsh.I am attching the .cshrc file of the same .if anybody can help.
thnks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2001 08:25 PM
12-30-2001 08:25 PM
Re: Log in probem
There is no TMOUT variable set in .cshrc ,.profile or /etc/profile and i have checked ndd -get /dev/tcptcp_keepalive_interval
the o/p is 7200000.pls lety me know what does it mean.
thnks
KULS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2001 11:18 PM
12-30-2001 11:18 PM
Re: Log in probem
In case if you are logging into the server from another system/PC by doing "telnet" this kind of problems (problem you have faced) are likely to occur because of IP address /hostname clash.
- K.Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2001 12:42 AM
12-31-2001 12:42 AM
Re: Log in probem
Most of them are due to IP confilct.
Just disconnect this machine, then
* telnet that IP, use 'who' to check who is using that machine, or even 'wall' the guys
* if it is a PC that can't be telnet'ed, run 'nbtstat -A that_IP' to find out that PC's name.
Hope this helps,
/Discoverer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2001 03:47 AM
12-31-2001 03:47 AM
Re: Log in probem
I am logging into the machine using the telnet from my windows workstation and plus i did from other wrkstation also and it is giving problem only with this user id and there is no ip clash plus just before the connection is lost it says auto-logout...i am not able to find where this param is set ...as in .cshrc...it has been set to 0 ...and i am using tcsh (/usr/local/bin/tcsh).
thnks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2001 04:04 AM
12-31-2001 04:04 AM
Re: Log in probem
Has the user got a .login file in the home directory? This is run after .cshrc if it exists.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2001 04:12 AM
12-31-2001 04:12 AM
Re: Log in probem
You are right ..when i gave the set command i came to know that autologout was set to 60 ....so where i can change that ...as i am not able to see this variable defined in .cshrc...and when i give env command ..it is also not showing up their..so can u explain what is set and from where it gets thye input ..??
thnks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2001 06:14 AM
12-31-2001 06:14 AM
Re: Log in probem
Take a look at the line again, it's syntax is wrong.
The line should read set autologout=0
See this thread:
http://www.sunhelp.org/pipermail/sunhelp/1999-December/001584.html
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2001 06:38 AM
12-31-2001 06:38 AM
Re: Log in probem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2001 08:10 AM
12-31-2001 08:10 AM
Re: Log in probem
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2001 08:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2001 10:21 PM
12-31-2001 10:21 PM
Re: Log in probem
Thanks to al who have helped me withb their valuable thoghts.I will check that and get back..... in case.
thnks
Kuls