- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pseudo terminal / telnet session
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
12-12-2000 08:52 AM
12-12-2000 08:52 AM
pseudo terminal / telnet session
For Example:
I dial into the network and telnet to one of my HP server. When you telnet, you create a pseudo terminal session, right? Say I am copying files from one directory to another. If I get disconnect by the network, the pseudo terminal dies. Is the copying stop?
My question: How can I keep the pseudo terminal session alive so I can reconnect to that session. Can you do that?
Thanks,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 09:02 AM
12-12-2000 09:02 AM
Re: pseudo terminal / telnet session
Use the 'nohup' command for running processes that you do not want interrupted (killed) when a disconnection of the session occurs. See the man pages for 'nohup'.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 09:13 AM
12-12-2000 09:13 AM
Re: pseudo terminal / telnet session
As for being able to reconnect to the same pseudo terminal -- If you are disconnected and reconnect, and telnet back to the machine, you MAY connect to the same pseudo-terminal you had before, but you will be connecting as a brand new session. You will have to log in again. If you come in on a different pseudo-term then your previous session may be held open since it was not disconnected from properly, but I do not know of a way to reconnect to the specific session once you have been disconnected from your dial up connection.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 09:14 AM
12-12-2000 09:14 AM
Re: pseudo terminal / telnet session
Thanks,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 09:31 AM
12-12-2000 09:31 AM
Re: pseudo terminal / telnet session
Instead of trying to reconnect why not identify the reason that the network is dropping the telnet session so that you can stay connected.
It sounds like a timeout is in force somewhere along your connection link.
When your telnet session drops where does it take you back to, a fresh dialin situation, your firewall ETC.
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 11:38 AM
12-12-2000 11:38 AM
Re: pseudo terminal / telnet session
More information and a list of mirror sites at: http://www.gnu.org/software/screen/
You can get a precompiled binary for an older version (3.7.4; latest appears to be 3.9.8) at the Porting Archive: http://hpux.cae.wisc.edu