HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: shell times out
Operating System - HP-UX
1833762
Members
2326
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-01-2008 10:47 AM
07-01-2008 10:47 AM
I'm working on a customer site and trying to to create a db, and the installer goes for a while then bombs out on me because my shell dies.
The customer set a feature that kills the shell when inactive after a period of time.
Where would I look to disable this feature temporarily?
The customer set a feature that kills the shell when inactive after a period of time.
Where would I look to disable this feature temporarily?
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2008 11:03 AM
07-01-2008 11:03 AM
Solution
Look for a TMOUT environment varialbe.
echo $TMOUT
If the value is greater than 0 then that is the number of seconds that the shell will wait for a command, after which it will time out.
If you wish to disable this do either:
unset TMOUT
or
export TMOUT=0
(Note -- this is assuming the standard /usr/bin/sh or /sbin/sh shell)
echo $TMOUT
If the value is greater than 0 then that is the number of seconds that the shell will wait for a command, after which it will time out.
If you wish to disable this do either:
unset TMOUT
or
export TMOUT=0
(Note -- this is assuming the standard /usr/bin/sh or /sbin/sh shell)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2008 11:09 AM
07-01-2008 11:09 AM
Re: shell times out
Thank you !!
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP