- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- auto logout
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
04-17-2003 09:23 PM
04-17-2003 09:23 PM
TIA
satya
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 09:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 09:32 PM
04-17-2003 09:32 PM
Re: auto logout
$ grep TMOUT .profile
I got mine set to ..
export TMOUT=0
which means there is no timeout setting for my login session. If this is not set in your .profile it may be set globally in /etc/profile. Simply edit the file and set it to zero.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 09:34 PM
04-17-2003 09:34 PM
Re: auto logout
$ grep TMOUT .profile
I got mine set to ..
export TMOUT=0
which means there is no timeout setting for my login session. If this is not set in your .profile it may be set globally in /etc/profile. Simply edit the file and set it to zero.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 09:36 PM
04-17-2003 09:36 PM
Re: auto logout
$ grep TMOUT .profile
I got mine set to ..
export TMOUT=0
which means there is no timeout setting for my login session. If this is not set in your .profile it may be set globally in /etc/profile. Simply edit the file and set it to zero.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 09:43 PM
04-17-2003 09:43 PM
Re: auto logout
Have a look at this
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5be5d211e18ad5118ff10090279cd0f9,00.html
hope to help you~~
thanks..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 09:43 PM
04-17-2003 09:43 PM
Re: auto logout
Have a look at this
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5be5d211e18ad5118ff10090279cd0f9,00.html
hope to help you~~
thanks..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 09:44 PM
04-17-2003 09:44 PM
Re: auto logout
Give this command
#ndd -set /dev/tcp tcp_keepalive_interval 7200000
here 7200000 is in milliseconds which extends the timingout of TCP idle connection to 2 hours.
Change that paramter according to your requirement.
Edit /etc/rc.config.d/nddconf for making changes permanent.
regards,
U.SivaKumar