Operating System - OpenVMS
1753776 Members
7270 Online
108799 Solutions
New Discussion юеВ

Re: DCL Programming - Executing COM files in remote machine through FTP/TELNET

 
SOLVED
Go to solution
SAMI AHMAD
Regular Advisor

Re: DCL Programming - Executing COM files in remote machine through FTP/TELNET

hmm no one suggested SYSMAN ?

mc SYSMAN
SYSMAN>SET ENV/NODES=(NODE1,NODE2)
SYSMAN>DO SHOW SYSTEM
Jon Pinkley
Honored Contributor

Re: DCL Programming - Executing COM files in remote machine through FTP/TELNET

RE:"hmm no one suggested SYSMAN ?"

Perhaps because it does not work without DECnet, and Ragav has stated "Due to my system architecture i can't use any Decnet commands / functions."

See the following thread.

SYSMAN to remote systems w/o DECnet?

http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1050129

it depends
Jon Pinkley
Honored Contributor

Re: DCL Programming - Executing COM files in remote machine through FTP/TELNET

We can assume that Ragav doesn't have a cluster, or he would be using cluster features to do what he needs. In a cluster SYSMAN doesn't use DECnet, it uses SCS.

Jon
it depends
Joseph Huber_1
Honored Contributor

Re: DCL Programming - Executing COM files in remote machine through FTP/TELNET

Ragan.
fine if You have a working solution.

But just for curiosisty, why
>>
Due to my system architecture i can't use any Decnet commands / functions.
>>
?
Since in Your reply from Jun 4, 2009 09:51:04 GMT
showed us :
>>
$ SUBMIT/REMOTE RNODE::ld_disk1:[xxx.bin]PROGRAM.COM
%SUBMIT-F-OPENIN, error opening ld_disk1:[xxx.bin]PROGRAM.COM; as input
-RMS-E-FND, ACP file or directory lookup failed
-SYSTEM-F-INVLOGIN, login information invalid at remote node
>>

which clearly confirms there IS DECnet between local and RNODE, the command failed just because of missing user authorization (or proxy).



http://www.mpp.mpg.de/~huber
Ragavendran_1
Occasional Advisor

Re: DCL Programming - Executing COM files in remote machine through FTP/TELNET

Thanks for all your comments and replies.