Author |
OpenVms and DECnet over IP |
soundwave
Member
Posts: 2
Joined: 30.03.11 |
Posted on March 30 2011 07:45 |
|
|
Hello,
as a newbe I have a couple of question about OpenVMS and DECnet over IP.
I'm running 2 OpenVMS nodes and i'm trying to execute commands from one node on the other node. I had setup proxy account so i don't have to use passwords.
In fact doing "COPY 1.1.1.1::SYS$COMMON[SYSEXE]SYSUAF.DAT []" , from one node to the other one it works like a charm.
So my question is, is it possible to execute commands in this way?
I would like to do something like:
"run SYSGEN SHO/LGI 1.1.1.1::"
and get the output from host with the IP 1.1.1.1.
Other question, is there a possibility to use decnet over IP on linux?
i'm aware there is a decnet linux project, but actually it doesn't support decnet over ip.
Thanks
Evgueni |
|
Author |
RE: OpenVms and DECnet over IP |
malmberg
Moderator
Posts: 530
Joined: 15.04.08 |
Posted on March 31 2011 14:22 |
|
|
If you have a cluster, then you can use the SYSMAN utility to execute commands on remote nodes with out passwords.
Otherwise, you need a program such as TELL.COM that is installed as a DECNET object.
For new enough VMS, you can just use SSH. |
|
Author |
RE: OpenVms and DECnet over IP |
soundwave
Member
Posts: 2
Joined: 30.03.11 |
Posted on April 09 2011 23:31 |
|
|
Thanks makmberg,
I've already tried tell.com (but it doesn't work ).
The command syntax i've used was: ncp command tell ip$1.1.1.1 show users
I'll look into sysman.
And what about decnet on Linux?
|
|
Author |
RE: OpenVms and DECnet over IP |
malmberg
Moderator
Posts: 530
Joined: 15.04.08 |
Posted on April 10 2011 16:36 |
|
|
tell :== @net_tools:tell.com
@net_tools:tell.com node command parameters
Tell needs to be installed as an object on the remote node and proxies need to be set up for network access.
|
|
Author |
RE: OpenVms and DECnet over IP |
DrKnife
Member
Posts: 2
Joined: 08.12.11 |
Posted on December 08 2011 15:38 |
|
|
How do you ssh between two open VMS systems without a password?! I have been trying for a week off and on to get that to work. All of the tricks that I see on the web seem to work for Linux but not for VMS.
Thanks! |
|