Forum Discussion

traemccombs's avatar
8 years ago

Can't launch jnbSA with: ssh -X $HOST /usr/openv/netbackup/bin/jnbSA

Good day to you all...

I am able to do the following successfully:

 

ssh -X 10.1.1.47

(once connected...)
/usr/openv/netbackup/bin/jnbSA &

The above works just fine... 

However, if I try the following:

ssh -X 10.1.1.47 /usr/openv/netbackup/bin/jnbSA

it doesn't work.  :(

But... if I do this:

ssh -X 10.1.1.47 xeyes

It works just peachy... 

What's up?

2 Replies

  •  I'll be honest, I have no idea but as a suggestion, given you are wise and are using a proper operating system, strace / truss it, and compare against the 'xeyes' command and see if that givens any clues.

    • traemccombs's avatar
      traemccombs
      Level 2

      Great idea!  Not sure why I didn't think of that lol.  Thanks, I'll report back when / if I find anything out.