- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CDE session autologout
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
07-29-2008 07:49 AM
07-29-2008 07:49 AM
how to automatically logout a CDE session when there is no activity? (HP-UX 11.11)
TIA&BR,
Juan.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2008 10:01 AM
07-29-2008 10:01 AM
Re: CDE session autologout
You would need to configure CDE to read variables like TMEOUT
http://docs.hp.com/en/5971-2271/5971-2271.pdf
http://safari.ibmpressbooks.com/0131018833/ch14lev1sec7
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
07-29-2008 10:45 AM
07-29-2008 10:45 AM
Re: CDE session autologout
thanks for your response.
I've read the pdf doc but I'm sorry I cannot find where to enable variables like TIMEOUT.
Regarding the Safari link, I tryied to
TIMEOUT=1/export TIMEOUT but nothing...
Is that ok?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2008 11:14 AM
07-29-2008 11:14 AM
Re: CDE session autologout
NOTE: This is a shell timeout. The user must be sitting at a shell prompr, not a menu or vi, or some other program. It will only close the shell window. It will not close the CDE desktop or any other Xwindow applications.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2008 11:20 AM
07-29-2008 11:20 AM
Re: CDE session autologout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2008 11:32 AM
07-29-2008 11:32 AM
Re: CDE session autologout
My approach would be to write a shell script to run as a daemon, to watch for inactive sessions and kill it. It would not be difficult to write.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2008 11:38 AM
07-29-2008 11:38 AM
Re: CDE session autologout
thanks for your response.
How to detect an inactive session and
which process should I kill?
TIA&BR,
Juan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2008 06:20 PM
07-29-2008 06:20 PM
SolutionBill Hassell, sysadmin