From: CRDGW2::CRDGW2::MRGATE::"SMTP::CRVAX.SRI.COM::RELAY-INFO-VAX" 13-JUL-1990 08:25:27.39 To: MRGATE::"ARISIA::EVERHART" CC: Subj: DECwindows over MultiNet Received: by crdgw1.ge.com (5.57/GE 1.70) id AA12095; Fri, 13 Jul 90 07:48:27 EDT Received: From TGV.COM by CRVAX.SRI.COM with TCP; Thu, 12 JUL 90 17:01:26 PDT Date: Thu 12 Jul 90 16:59:21-PDT From: VANCE@TGV.COM (L. Stuart Vance) Subject: DECwindows over MultiNet To: info-vax@kl.sri.com Cc: mrt@oregon.uoregon.edu, larson@csd460a.erim.org Message-Id: <647827161.790482.VANCE@TGV.COM> Mail-System-Version: Organization: TGV, Incorporated X-Phone: 408/427-4366 (work); 408/427-4265 (fax) X-Address: 603 Mission Street; Santa Cruz, CA 95060 (work) > I am unable to put the pieces of the puzzle together in order to run >VMS 5.3-1 X11 clients with a TCP/IP X-window terminal. Would someone who >has done this already please help? >The facts: > 1.) VMS 5.3-1 > 2.) HDS View Station 8-bit grey scale with TCP/IP > 3.) TGV Multinet V2.1 >What I (think I) know: > 1.) $ SET DISPLAY/CREATE > 2.) $ SET DISPLAY/TRANSPORT=TCPIP > 3.) $ SET DISPLAY/NODE=?????? > 3.) $ SHOW DISPLAY > 4.) $ RUN SYS$SYSTEM:DECW$application >What I don't know: > 1.) $ SET DISPLAY/HOST=?????? (ip address? fake decnet node?) > 2.) $ NCP (database entries?) > 3.) $ MULTINET CONFIGURE (VMS TCPIP transport interface?) > 4.) Where the heck does one find the required information? > >My roadblock: > 1.) $ RUN SYS$SYSTEM:DECW$application > X Toolkit Error: Can't Open display > %DWT-F-DWTABORT, xtoolkit fatal error You want to do the following: (1) Use the MultiNet Network Configuration Utility (MULTINET CONFIG) to enable the MultiNet VMS/ULTRIX Connection (UCX) $QIO interface: $ MULTINET CONFIGURE NET-CONFIG>SET LOAD-UCX-DRIVER TRUE You'll need to reboot your system after issuing this command to get it to take effect. Using the UCX $QIO emulation, MultiNet makes DECwindows "think" that it's talking to UCX. (also means that we can support other applications written to run over UCX without recompilation or relinking!) See "Configuring MultiNet Services" in the MultiNet System Administrators' Guide for more detailed information about MultiNet DECwindows support. (2) Make sure the VMS DECwindows client has access to the HDS server (using whatever security mechanisms HDS provides). (3) Do a: SET DISPLAY /CREATE /TRANSPORT=TCPIP /NODE=hostspec where "hostspec" can be either an IP address or a host name. Running your application now should cause the user interface to pop up on your HDS system. If it doesn't, please call TGV MultiNet tech support at (408) 427-4366 or send email to service@tgv.com to pursue the matter further. >Well, I can't do it all yet, but we run Wollongong TCP/IP and the proper >syntax for us is: > > $ set display/create/transport=WINTCP/node=IPaddress > ^^^^^^ ^^^^^^^^^ > $ run sys$system:decw$application WIN/TCP uses their own DECwindows transport mechanism (hence the different transport name). Don't know why they only work with an IP address and not a host name. >So, this is based on there's a file called decw$transport_wintcp.exe in >our sys$library directory. You probably have one specifically for your >multinet configuration somewhere or perhaps can use the generic TCPIP >one. Someone who knows about Multinet will have to help you with this >part... Since we support the UCX $QIO interface, we use standard DECW$TRANSPORT_TCPIP.EXE provided by DEC. Regards, -----Stuart -------