- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problematic Users!!!
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
10-26-2000 08:44 AM
10-26-2000 08:44 AM
Problematic Users!!!
Thanks for your time :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 08:52 AM
10-26-2000 08:52 AM
Re: Problematic Users!!!
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xc7567e990647d4118fee0090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 09:00 AM
10-26-2000 09:00 AM
Re: Problematic Users!!!
If this is set to a value greater than 0 then the ksh will logout after that many seconds of no activity.
NOTE: This only works from the ksh prompt. If you are in an application this this value will not be used. Then application will have to be modified to do its own time out. This would also require that the applicaton be exec from the .profile at the time of login otherwise the application timeout would just take you to ksh and then you would have to wait for the ksh to time out.
Another idea is to use the w command and check the idle time. Then use a cron job to shut down the uses with too long of an idle time. If you do not already know how to write one of this scripts then you really should be looking at taking some HP classes. This type of script if not done properly can resault in you having zombie processes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 10:42 PM
10-26-2000 10:42 PM
Re: Problematic Users!!!
I faced the same problem. TMOUT does not do anything for your problem as Larry said. I wrote a script to kill users which are idle for some time. You enter the time an program kills users which are idle more than that time. To prevent some users (for example root) to be killed put them in a group. More info is in script.
Regards
Erkan Durmus
Faisal Finance Sys&Web Adm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 10:44 PM
10-26-2000 10:44 PM
Re: Problematic Users!!!
I forget to say that you can put the script I have posted at crontab. ( Of course after removing interactive parts.)
Erkan Durmus
Faisal Finance
Sys&Web Adm