LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Enterprise (https://www.linuxquestions.org/questions/linux-enterprise-47/)
-   -   Submit LSF (bsub) job with SSH X11 forwarding (https://www.linuxquestions.org/questions/linux-enterprise-47/submit-lsf-bsub-job-with-ssh-x11-forwarding-903161/)

ZvikaZ 09-15-2011 08:13 AM

Submit LSF (bsub) job with SSH X11 forwarding
 
Hi.

I have the following scenerio:
"PC" is a Windows machine, running Cygwin/X server.
"LoginServer" is a Linux machine.
"RunServer" is a Linux machine.

I can connect from PC to LoginSever, using:
Code:

ssh -Y LoginServer
And then run GUI commands, such as GVim, or xclock
$DISPLAY is localhost:13.0

However, when I try to 'bsub' them, it's not working...
It seems that LSF changed $DISPLAY value.
Code:

Error: Can't open display: LoginServer:13.0
I've found that there is a new "-X" paramter that should solve this, starting from LSF 7 Update 6:
http://www.platform.com/workload-man...new_lsf7u6.pdf

However, we have an earlier version here.

How can this be solved?

Thanks,
Zvika


All times are GMT -5. The time now is 08:21 PM.