[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

2388.0. "VMS 5.3-1, LAT & TCP/IP Transport Problem" by ODIXIE::MCCLOUD (Dennis McCloud - Atlanta) Sun Mar 04 1990 15:04

    Having a problem with VMS 5.3-1 and getting LAT setup as a transport.
    Configuration is VAXstation 3100 16MB, VMS 
    
    I have previously setup TCP/IP as a transport (under VMS 5.3) without
    problems and have reviewed the relevent entries in this conference
    before opening a new topic.  Also cross posted in MARVIN::VT1000
    conference.
    
    After upgrading to VMS 5.3-1 (14-FEB-1990 10:38:54.00 edition), I 
    edited the DECW$PRIVATE_SERVER_SETUP.COM and added LAT as a transport.
    Upon rebooting, I get the following error in the
    DECW$SERVER_0_ERROR.LOG file:

     2-MAR-1990 17:02:38.7 Hello, this is the X server
    Dixmain address=13074
    Now attach all known txport images
    %DECW-I-ATTACHED, transport DECNET attached to its network
    %DECW-W-ATT_FAIL, failed to attach transport LAT
    -SYSTEM-F-PRIVINSTALL, shareable images must be installed to run privileged image
    in SetFontPath
    Connection 99700 is accepted by Txport
    out SetFontPath
    GPX color/monochrome support loaded
    gpx$InitOutput address=12a410
    Connection Prefix: len == 42
     2-MAR-1990 17:03:23.1 Now I call scheduler/dispatcher
     2-MAR-1990 17:03:24.6 Connection 99738 is accepted by Txport
    
    If I intrepret the calling sequence correctly the chain of procedures
    called to start DECwindows transports is:
    
    DECW$STARTUP.COM
    
         DECW$STARTSERVER.COM
    
                DECW$PRIVATE_SERVER_SETUP.COM
    
         DECW$STARTXTERMINAL.COM
    
    The problem that I see here is that the X-Terminal setup procedure that
    installs the DECW$TRANSPORT_LAT image is called after the DECwindows
    Server Startup procedure.
    
    Another related problem that I encountered was that the
    DECW$STARTXTERMINAL.COM procedure needed a logical
    DECW$INSTALL_XTERMINAL defined otherwise it exited without doing the
    necessary actions.  I got around this be defining this logical in
    SYSTARTUP_V5.COM.
    
    I have attempted (unsuccessfully) to get around the problem by
    changing the calling sequence to be:
    
    DECW$STARTUP.COM
    
         DECW$STARTXTERMINAL.COM
    
         DECW$STARTSERVER.COM
    
                DECW$PRIVATE_SERVER_SETUP.COM
    
    When I did this I get the following error:
    
     4-MAR-1990 12:07:05.2 Hello, this is the X server
    Dixmain address=13074
    Now attach all known txport images
    %DECW-I-ATTACHED, transport DECNET attached to its network
    %DECW-W-ATT_FAIL, failed to attach transport LAT
    -SYSTEM-F-NOLOGNAM, no logical name match
    in SetFontPath
    Connection 99700 is accepted by Txport
    out SetFontPath
    GPX color/monochrome support loaded
    gpx$InitOutput address=12d010
    Connection Prefix: len == 42
     4-MAR-1990 12:08:20.2 Now I call scheduler/dispatcher
     4-MAR-1990 12:08:22.5 Connection 99738 is accepted by Txport
     4-MAR-1990 12:08:28.2 Connection 99700 is closed by Txport
    
    In one final attempt I installed UCX V1.2 and added TCPIP to the
    Transport list in DECW$PRIVATE_SERVER_SETUP.COM with the following
    error:
    
     4-MAR-1990 13:26:47.2 Hello, this is the X server
    Dixmain address=13074
    Now attach all known txport images
    %DECW-I-ATTACHED, transport DECNET attached to its network
    %DECW-W-ATT_FAIL, failed to attach transport LAT
    -SYSTEM-F-NOLOGNAM, no logical name match
    %DECW-W-ATT_FAIL, failed to attach transport TCPIP
    -SYSTEM-F-NOLOGNAM, no logical name match
    in SetFontPath
    Connection 99700 is accepted by Txport
    out SetFontPath
    GPX color/monochrome support loaded
    gpx$InitOutput address=12f010
    Connection Prefix: len == 42
     4-MAR-1990 13:28:13.5 Now I call scheduler/dispatcher
     4-MAR-1990 13:28:15.7 Connection 99738 is accepted by Txport
     4-MAR-1990 13:28:21.2 Connection 99700 is closed by Txport
    
    Any assistance would be greatly appreciated.
T.RTitleUserPersonal
Name
DateLines
2388.1Try this...GOIVIT::ALDENKen AldenMon Mar 05 1990 11:4412
Dennis,

   I do the following on our cluster CI nodes and it works like a champ. Note
that normally, each CI cluster member does not have a LAT service defined, only
the cluster alias service.

$DEF DECW$INSTALL_XTERMINAL true
$@sys$manager:decw$startup
$mc latcp create service /ident="VT1000 host service"


-Ken
2388.2Did you startup UCX?STAR::VATNEPeter Vatne, VMS DevelopmentMon Mar 05 1990 11:468
>    -SYSTEM-F-NOLOGNAM, no logical name match
>    %DECW-W-ATT_FAIL, failed to attach transport TCPIP

I can't help you with the LAT problem, but getting a "no logical name
match" error from UCX is a symptom of the network not being started.
(The logical name it can't find is BG0:)

Have you put @SYS$STARTUP:UCX$STARTUP in SYS$MANAGER:SYSTARTUP_V5.COM?
2388.3TCP/IP OK But Still No LAT TransportODIXIE::MCCLOUDDennis McCloud - AtlantaMon Mar 05 1990 17:516
    Starting UCX fixed the TCP/IP Transport problem but the LAT problem is
    still happening same as mentioned in .0.  I thought it might have been
    a timing issue around when LAT gets started on the system versus
    DECwindows but moving the LAT startup has no effect.
    
    Thanks
2388.4no BG0: even with UCX runningSUOSW3::WAGENBLASTAbradradraTue Mar 06 1990 04:3314
	
    I have the same problem with TCP/IP. We have two installations of
    UCX1.2 which are running very successfully, but both of them don't know
    the logical BG0: mentioned below. I get the same error message when
    starting DECwindows, even if UCX is running.
    
    Thomas Wagenblast
    
## >    -SYSTEM-F-NOLOGNAM, no logical name match
## >    %DECW-W-ATT_FAIL, failed to attach transport TCPIP
## 
## I can't help you with the LAT problem, but getting a "no logical name
## match" error from UCX is a symptom of the network not being started.
## (The logical name it can't find is BG0:)
2388.5TCP/IP ok, no LAT yet...SUOSW4::WAGENBLASTAbradradraTue Mar 06 1990 10:0215
    Hi folks,
    
    1.) I am all set with TCP/IP now. There was a strange effect:
        - I tried to SET DISPLAY to my own VMS machine via TCP/IP. In UCX
          the node is defined in lower case with an alias IN UPPER CASE.
        - It doesn't work if I enter the node name into the security menu.
          The security menu converts the node name to UPPER CASE, maybe 
          UCX doesn't handle the alias correctly here...
        - It only works if I enter "*" for the node name.
    2.) LAT still doesn't work. Error message in DECW$SERVER_0_ERROR.LOG:
    		%DECW-W-ATT_FAIL, failed to attach transport LAT
    		-SYSTEM-F-NOLOGNAM, no logical name match
    
    Any hints?
    Thomas Wagenblast
2388.6UnsupportedDECWIN::JMSYNGEJames M Synge, VMS DevelopmentTue Mar 06 1990 10:1610
    Re: .0
    
    I know this isn't the answer you want: LAT is not supported (yet) for
    use as a transport when connecting TO a VMS server.  It is supported
    for going from a VMS client to a VT1000 server.
    
    I don't know when support will be provided for the LAT transport being
    used as a transport by the VMS server.
    
    James
2388.7LAT, TCP/IP, VT1000 Working - ExplanationATLV5::MCCLOUD_DDennis McCloud - AtlantaFri Mar 09 1990 09:0868
    After reading the previous and prior to getting everything hooked up
    and working, I was really confused.  Now that I have the VAXstation
    3100, DECstation 3100, and VT1000 hooked up and working, every seems to
    make some sense.  For others who are still confused, I'll try to
    summarize here how LAT, TCP/IP, and DECwindows all work together on the
    VT1000.
    
    Processing on the VT1000 can be broken into 2 parts.  Outbound
    connections and inbound connections.
    
    Outbound connections can be accomplished using 3 methods.
    
    1) LAT connections to any system running LAT on the network.  This is
    exactly like a terminal connected to a terminal server or a PC running
    LAT.  The VT1000 opens a window on the terminal and communicates with a
    host on the network using LAT and looks like a VTxxx terminal.
    
    2) TCP/IP terminal connection to any ULTRIX system running TCP/IP or
    VMS system with VMS/ULTRIX Connection installed.  Again, a terminal
    window is opened on the VT1000 and the terminal communicates with hosts
    on the network that accept TCP/IP TELNET connections.
    
    3) Finally, and most confusing until I started it up.  After you have
    configured the VT1000 to download fonts from a system on the network,
    you can request a LAT X session to be started on a host on the network. 
    You receive the DIGITAL logo and Username/Password screen identical to
    a workstation.   After logging into the system, you have the same
    session manager screens as if you were logged into the workstation
    graphics head directly.  If you do a $ SHOW DISPLAY you will see that
    the NODE name is LAT_08002Bxxxxxx where 08002Bxxxxxx is the ethernet
    address and LAT node name of the VT1000.  The transport is LAT.
    
    OK, now for incoming connections - DECwindows/Xwindows clients
    connecting to the server image on the VT1000.  You can receive
    DECwindows clients from VMS or ULTRIX nodes in the network with either
    TCP/IP as the transport or LAT as the transport.
    
    TCP/IP transport.  From an ULTRIX system or VMS system with UCX, you
    can run an application (client) and direct the display to the VT1000.
    On VMS $ SET DISPLAY/CREATE/NODE=<IP node name>/TRANSPORT=TCPIP
    On ULTRIX # SETENV DISPLAY <IP node name>:0
      or -display <IP node name>:0
    This is no different from sending clients to the VT1000 than any other
    workstation with TCP/IP as a transport.
    
    LAT transport.  I have only tried this from VMS to date.  Once I
    decoded the LAT node name it was easy.  From VMS you enter the
    following:
    
    $ SET DISPLAY/CREATE/NODE=LAT_08002Bxxxxxx/TRANSPORT=LAT
    
    DECwindows applications run after this command appear on the VT1000. 
    
    Beware that you need fonts loaded from a system on the network to run
    most applications under TCP/IP and LAT transports.
    
    General notes:  Performance of applications on the VT1000 appear to be
    much slower than the same application and same transport on other
    servers (VS3100, PC DECwindows, DS3100) I'm not sure if this will
    improve with the FCS microcode.
    
    Font downloading takes too long.  Again, I'm not sure where the delay
    is but a couple of minutes to load fonts (VT1000 is locked during
    this time) is too long.  Also happens when I enter APPLY and again when
    I enter OK.  Why twice.
    
    Reloading fonts every time you quit the local window manager or VMS
    session manager seems to be inefficient?
2388.8DECWIN::JMSYNGEJames M Synge, VMS DevelopmentFri Mar 09 1990 10:2710
>    Font downloading takes too long.  Again, I'm not sure where the delay
>    is but a couple of minutes to load fonts (VT1000 is locked during
>    this time) is too long.  Also happens when I enter APPLY and again when
>    I enter OK.  Why twice.
   
   OK is usually equivalent to pressing APPLY, followed by a DISMISS (which
   isn't usually in most dialog boxes).  So you should probably just press
   OK.
   
   James