Process on distant server


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Process on distant server
# 1  
Old 05-20-2011
Process on distant server

Hello,

I have a question regarding how to manage a process on a distant unix server.
I perform calculations on a dedicated Unix server (RedHat ELS5.5) using Matlab (installed on the server). The commands are written in a terminal session (via ssh) on my laptop (MacBook Pro6,2 - MacOS X 10.6.7).
My question is the following: I perform calculations that last for days, during this time it is difficult to let my laptop permanently on and at the same place. So, if I exit my terminal session and shut off my laptop, when I reconnect to the server, I am not able to retrieve the running calculation process.
Is there a way to launch a calculation on the server from my machine, deconnect for a while and then reconnect to the server and go back to the running matlab calculation ?
Thank you for your help.
Regards
# 2  
Old 05-20-2011
Yes. screen, available from the RHEL repositories.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Matching position and output neighbors within 500 distant

Hi, I have been struggling to match positions output its neigbors. Can you please help ? I have 2 files.They both have the same format (same number of columns) but first file is a kind of subset of second file The first file looks like this (tab delimited): 1 11567687 snpid20 1 153881... (4 Replies)
Discussion started by: fat
4 Replies

2. Shell Programming and Scripting

server process id

Hi Guys, I am running RHEL 2.6.18-164.el5. How do I get the information of the process id that was running yesterday? I do have the process id (9520), but i need more info as to what was this process doing. Thanks, Please Help!!!!!!!!!!!! (2 Replies)
Discussion started by: Phuti
2 Replies

3. UNIX for Dummies Questions & Answers

Help in server building process.

Hi, I am fresher in Unix and hence need your help in understanding the basic concepts in Server Building. Please guide me with the next steps in building our own server after Assembling hardware and installing OS. (1 Reply)
Discussion started by: laxmi Sharma
1 Replies

4. UNIX for Dummies Questions & Answers

Killing a process which is running in different server

Consider two servers tst01 and tst02. i need to log in tst01 and check for the processes which run in tst02. then based on pid , i need to kill that process. is it possible to achieve? I am able to connect to tst02 using ftp. But the problem is, if i use ps it says invalid command. ... (3 Replies)
Discussion started by: pandeesh
3 Replies

5. UNIX for Dummies Questions & Answers

Run perl scripts to a distant server!!!!

Hello everybody; I want to run some scripts perl on my windows pc to a distant server linux which i connect to it via putty,I'm just a small beginner and I want just to know if this is possible or not and if you can send me some docs I will really grateful. (1 Reply)
Discussion started by: bassma
1 Replies

6. Linux

Find out process that crashed the server

Hi everybody, I want to find out all the processes that ran before a server crashed. Is that possible? I've looked in /var/log/messages and found out that the system was out of memory. A user probably wrote a script (in Perl or Python) that used up all available memory and crashed the... (11 Replies)
Discussion started by: z1dane
11 Replies

7. Shell Programming and Scripting

Find the process in different server

suppose there are in 10 different server how can i know in which server a process (ex:oracle )is running (6 Replies)
Discussion started by: alokjyotibal
6 Replies

8. Shell Programming and Scripting

script to monitor process running on server and posting a mail if any process is dead

Hello all, I would be happy if any one could help me with a shell script that would determine all the processes running on a Unix server and post a mail if any of the process is not running or aborted. Thanks in advance Regards, pradeep kulkarni. :mad: (13 Replies)
Discussion started by: pradeepmacha
13 Replies

9. UNIX for Dummies Questions & Answers

Need help with viewing process on another server

Greetings everyone, I am new to the unix environment and I need help with my question below. I need to monitor certain critical processes on several servers and we have scripts that will grep and display those we need to monitor but we need to open new PuTTy sessions to each server in order... (4 Replies)
Discussion started by: kumaran21
4 Replies

10. UNIX for Advanced & Expert Users

View file on distant machine

Hello everybody, I have a program that connects to a distant machine using a specific port. Then inetd executes a command on that distant machine (M2). What I'd like to do is write a scipt that, given the port, it gives me the command executed. (The script should be launched on the local... (5 Replies)
Discussion started by: Majid
5 Replies
Login or Register to Ask a Question