Hello again,

I appearantly have gexec working on two nodes
(headnode/virtue and compute node/msc2).

The gexec works if GEXEC_SVRS is set to
the current node, but fails if I set it
to any other node.   I tried this from
virtue and msc2.  Again, I did not see anything
about this in the archives.  Is this more
of an authd error and NOT a gexec error?

From Virtue (headnode):
virtue:~# export GEXEC_SVRS=virtue
virtue:~# gexec -n 0 hostname
0 virtue
virtue:~# export GEXEC_SVRS=msc2
virtue:~# gexec -n 0 hostname
Could not connect to msc2 (192.168.3.22)
virtue:~# ssh msc2 hostname
msc2
virtue:~# ssh virtue hostname
virtue


From msc2:
msc2:~# export GEXEC_SVRS=msc2
msc2:~# gexec -n 0 hostname
0 msc2
msc2:~# export GEXEC_SVRS=virtue
msc2:~# gexec -n 0 hostname
Could not connect to virtue (192.168.3.1)
msc2:~# ssh msc2 hostname
msc2
msc2:~# ssh virtue hostname
virtue

Does anyone have any thoughts?


I also tried "export GEXEC_SVRS="virtue msc2" but
it did not help.

Thanks,
Joe


Reply via email to