由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - help on job running !!
相关主题
Anyone give some opinion about AIXSolaris Versions
请各位补充一下现有的操作系统[公告] Unix 板的投票结果
如何让UNIX的机器和WINDOWS XP的机器之间实现共享?what's the use of "ta"
Help!!! Where can I find IBM's AIX Unix sys?How to find the version of sendmail?
请教关于viHow to implement sopen on unix?
若问aix系统可以在普通的非ibm机器上装吗?急!!!!
Can I install linux on these old RS/6000?为何我在Solaris下用netscape看不了中文?
What's defference between Saloris&SunOs?Re: 请问下载的APACHE在UNIX下要用C编译一下,编译工具UNIX是否自带?
相关话题的讨论汇总
话题: job话题: ibm话题: running话题: machine话题: linux
进入Unix版参与讨论
1 (共1页)
x*y
发帖数: 364
1
use linux to connect to IBM regatta(OS is AIX) to run. I like to run
interactively so that I can see the intermediate output. Now the problem is
that my linux machine sometimes dies and then my job on IBM machine stops.
Poor me, one and half day running job lost.

Is there some method that I can put the job in background(so that job on IBM
keeps running even if my linux machine dies) and see the intermediate results
at the same time ?

Thanks
s*****t
发帖数: 1994
2
See, if your program is a.out, run
a.out > a.dat &
to submit the background job. Check
a.dat from time to time to check your
results.

【在 x*y 的大作中提到】
: use linux to connect to IBM regatta(OS is AIX) to run. I like to run
: interactively so that I can see the intermediate output. Now the problem is
: that my linux machine sometimes dies and then my job on IBM machine stops.
: Poor me, one and half day running job lost.
:
: Is there some method that I can put the job in background(so that job on IBM
: keeps running even if my linux machine dies) and see the intermediate results
: at the same time ?
:
: Thanks

j***y
发帖数: 87
3
use screen
you can resume a session in screen

【在 x*y 的大作中提到】
: use linux to connect to IBM regatta(OS is AIX) to run. I like to run
: interactively so that I can see the intermediate output. Now the problem is
: that my linux machine sometimes dies and then my job on IBM machine stops.
: Poor me, one and half day running job lost.
:
: Is there some method that I can put the job in background(so that job on IBM
: keeps running even if my linux machine dies) and see the intermediate results
: at the same time ?
:
: Thanks

p******f
发帖数: 162
4
screen is good. if your program is X based, use vnc.

【在 j***y 的大作中提到】
: use screen
: you can resume a session in screen

kb
发帖数: 73
5
Try nohookup if you can only use terminal. It works on SunOS.

【在 p******f 的大作中提到】
: screen is good. if your program is X based, use vnc.
x*y
发帖数: 364
6
Thanks a lot. I now use sunspot's advice. I didn't find screen, vnc and
nohookup in IBM machine.

【在 kb 的大作中提到】
: Try nohookup if you can only use terminal. It works on SunOS.
1 (共1页)
进入Unix版参与讨论
相关主题
Re: 请问下载的APACHE在UNIX下要用C编译一下,编译工具UNIX是否自带?请教关于vi
求救,ZhXWin Install.若问aix系统可以在普通的非ibm机器上装吗?
Unix下的rm/ram 文件的播放器Can I install linux on these old RS/6000?
为什么普通用户无法登陆?What's defference between Saloris&SunOs?
Anyone give some opinion about AIXSolaris Versions
请各位补充一下现有的操作系统[公告] Unix 板的投票结果
如何让UNIX的机器和WINDOWS XP的机器之间实现共享?what's the use of "ta"
Help!!! Where can I find IBM's AIX Unix sys?How to find the version of sendmail?
相关话题的讨论汇总
话题: job话题: ibm话题: running话题: machine话题: linux