- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to Configure session timeout for Hp-UX11
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
Discussions
Discussions
Discussions
Forums
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
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
тАО05-24-2006 04:28 AM
тАО05-24-2006 04:28 AM
How to Configure session timeout for Hp-UX11
How can I reset it to 180 minutes?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2006 04:31 AM
тАО05-24-2006 04:31 AM
Re: How to Configure session timeout for Hp-UX11
# echo $TMOUT
to see if it is set. If it is you should nee
TMOUT=60
To reset it for this session:
# export TMOUT=180
To make the change permanent set it in your .profile file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2006 04:33 AM
тАО05-24-2006 04:33 AM
Re: How to Configure session timeout for Hp-UX11
If I using root to change the .profile under /, or I logon a certain user to change his own .profile
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2006 04:38 AM
тАО05-24-2006 04:38 AM
Re: How to Configure session timeout for Hp-UX11
I type command env.
I do not find any thing regarding
TIMEOUT or TMOUT.
Is any default value for TIMEOUT.
In this case
How can I change it to 180 minutes.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2006 05:59 AM
тАО05-24-2006 05:59 AM
Re: How to Configure session timeout for Hp-UX11
The value is measured in seconds.
It will work on command lines. It will not work if an application, even like top is running.
I used to manage systems in a shop that had natural/adabas logins via telnet.
To time out users the following had to be done.
adabas (kind of like oracle) had a timeout set via its configuration tool.
The natural application had to hae a timeout configured via script. We chose to kill the telnet session in that script, but TMEOUT will work anyway.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2006 06:36 AM
тАО05-24-2006 06:36 AM
Re: How to Configure session timeout for Hp-UX11
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2006 06:41 AM
тАО05-24-2006 06:41 AM
Re: How to Configure session timeout for Hp-UX11
If so, 'autologout', according to the man page, defaults to 60, and can be changed by setting the variable to the desired time. An autologout of 0, or unsetting the variable, disables this completely.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2006 06:48 AM
тАО05-24-2006 06:48 AM
Re: How to Configure session timeout for Hp-UX11
# set | grep TMOUT
...will show any value set.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2006 07:14 AM
тАО05-24-2006 07:14 AM
Re: How to Configure session timeout for Hp-UX11
I type echo $TMOUT, I got 0.
Using which command I can disable it.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2006 08:00 AM
тАО05-24-2006 08:00 AM
Re: How to Configure session timeout for Hp-UX11
then
the TMOUT variable is not set. It is the default value. I believe you have a network issue.
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2006 08:00 AM
тАО05-24-2006 08:00 AM
Re: How to Configure session timeout for Hp-UX11
If it says 0 then you cannot be logged out because of the TMOUT variable.
Usually there├В┬┤s a timeout value set for the console. Are you logging onto the system from the console?
Reply with the output from the following command please:
grep TMOUT ~/.profile
Regards, MB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2006 02:04 PM
тАО05-24-2006 02:04 PM
Re: How to Configure session timeout for Hp-UX11
Bill Hassell, sysadmin