[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

Title:DECWINDOWS 26-JAN-89 to 29-NOV-90
Notice:See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit
Moderator:STAR::VATNE
Created:Mon Oct 30 1989
Last Modified:Mon Dec 31 1990
Last Successful Update:Fri Jun 06 1997
Number of topics:3726
Total number of notes:19516

1605.0. "VMS/Ultrix .COM Execution." by HOTAIR::BOYLES (Lead, Follow, ...Maybe) Thu Oct 19 1989 14:21

    I am trying to setup a "seamless" demo between a VS3100 and a DS3100.
    As a part of this I would like to (from the DS3100) startup a DW client
    on the VS3100 with the display on the DS3100... and the reverse if
    possible.
    
    Question:
    Could someone tell me how to execute a VMS command procedure remotely
    from an Ultrix system?  I know it can be done because I've seen this
    RPRINT.COM procedure floating around for remote printing.
    
    Regards,
    
    Gary Boyles
    

T.RTitleUserPersonal
Name
DateLines
1605.1PRAVDA::JACKSONKing CynicThu Oct 19 1989 14:2520
RPRINT.COM, eh.


As the original author of the version what you probably have for RPRINT,
I can tell you how it works.  RPRINT was a hack that connected to a DECnet
object to allow people in our group to print big files on a line printer
from their workstations, before DQS  existed.  The communication 
was through a DECnet object that was opened by the procedore.


On the Ultrix end, Mills Ripley (by the way, he's also on HOTAIR) 
wrote an Ultrix program that used the same communication over 
a DECnet linnk to allow Ultrix workstations to use those printers
also.  Take a look at RPRINT.COM and talk to Mills about the source
for the Ultrixend.  It shouldn't be too hard, as long as you've got
a relatively bounded problem to dea with


-bill

1605.2TASKMELTIN::dickGvriel::SchoellerThu Oct 19 1989 17:298
On a similar note, I use TASK for starting up applications on a remote
VMS node from my VMS workstation.  I would guess that setting up a
program or a script to run on an ULTRIX workstation to start stuff remote
on VMS using TASK should not be too hard.  What I don't know how to do
is to start a remote ULTRIX client from VMS.  Any suggestions?

Dick

1605.3maybe..1SHOT::HOULESteve, NM is the future!Fri Oct 20 1989 17:306
checkout the note i just posted.===  1514.14
Maybe from the VMS you can 
  set display/create to the ultrix some how and then
  run decw$startlogin
good luck, steve

1605.4Try PCX$server from PCSA landGOIVIT::ALDENKen AldenWed Oct 25 1989 13:2828
There are hundreds of these "remote start" procedures for VMS since task-to-task
decnet is kids play with VMS(dcl). However, for Ultrix you've got a little
work ahead for you.

However, this time, you're in luck, The PCSA folks needed this feature to allow
remote application startup from the DWDOS-server. To do this, they created the
PCX$SERVER. With the latest kit (BL3), found in various locations around the net
you find a PCX$SERVER for RISC ultrix as well. Just put the file on your ULTRIX
machine and define the object for it and you'll be on your way.

Basically, this means, from
your VMS node, you can open a network link to your ULTRIX machine, and pass
it a one-liner with the following format:

$  node = f$element(0, "," , cmd_string) ! Node name
$  cmd	= f$element(1, "," , cmd_string) ! Full Command
$  exe	= f$element(0, " ", cmd)         ! Name of program or command file
$  rest_of_cmd = f$locate(" ",cmd)       ! Save the command-line parameters
$  params = f$extract( rest_of_cmd, f$length(cmd), cmd)

So, try something like:
 
$ open/write foo ultrix::"0=PCX$SERVER"
$ write foo "display_node,dxue"
$ close foo

-Ken

1605.5"Uncle!" he cried.MELTIN::dickGvriel::SchoellerTue Oct 31 1989 09:355
OK, I give up.  I have looked around and can't find it.  Can anyone give
a pointer to PCX$SERVER or to a note describing it (and telling where/how
to get it)?

Dick
1605.6Hello?MELTIN::dickGvriel::SchoellerFri Nov 03 1989 09:383
Anybody out there?  Doesn't anyone know where to find this beast?

Dick
1605.7RAINBO::PCDECwindowsMOSAIC::HARRISRepeal the law of gravity: Juggle!Mon Nov 06 1989 08:512
    check out conference RAINBO::PCDECWINDOWS.  The PC DECwindows
    Developers hang out there.
1605.8See note 2136.2 and 2136.3MOSAIC::PFEFFERThu Feb 01 1990 11:450
1605.9Have you got a solution ?TEVIOT::SYSTEMThe eclipse of the Sun is nigh...........Mon Feb 19 1990 06:1812
	Gary,

		I am in a similar position now. I need to know how to start off 
	VMS applications and display them on the DECstation. Did you get hold of 
	a script eventually. If you did I would appreciate it if you could mail 
	it to me or post it in this note. I am not an experienced Ultrix user 
	and would value your knowledge.

	Thanks in advance,

	John