home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / ckv206.zip / ckvins.txt < prev    next >
Text File  |  2002-11-25  |  77KB  |  1,715 lines

  1.  
  2.                 C-Kermit 8.0 Installation Instructions for VMS
  3.                                        
  4.    [ [1]Contents ] [ [2]C-Kermit ] [ [3]Kermit Home ]
  5.    
  6.       As of C-Kermit version: 8.0.206, 24 Oct 2002
  7.       This file last updated: Thu Oct 24 11:08:22 2002 (New York City
  8.    time)
  9.    
  10.      IF YOU ARE READING A PLAIN-TEXT version of this document, note that
  11.      this file is a plain-text dump of a Web page. You can visit the
  12.      original (and possibly more up-to-date) Web page here:
  13.      
  14.   [4]http://www.columbia.edu/kermit/ckvins.html
  15.  
  16.    Authors:
  17.           F. da Cruz, C. Gianone, M. Evarts, Columbia University, New
  18.           York, NY.
  19.           Terry Kennedy, Saint Peters College, Jersey City, NJ.
  20.           And: Peter Mossel, James Sturdevant, Richard Gilbert, Sebastian
  21.           Bazley.
  22.     ________________________________________________________________________
  23.   
  24.   CONTENTS
  25.   
  26.   1. [5]QUICKSTART GUIDE
  27.   2. [6]BOOTSTRAPPING
  28.   3. [7]CONFIGURING VMS FOR BEST RESULTS WITH KERMIT
  29.      3.1. [8]TERMINAL BUFFER SIZE
  30.      3.2. [9]USER QUOTAS AND PRIVILEGES
  31.      3.3. [10]CONFIGURING SERIAL COMMUNICATION PORTS
  32.      3.4. [11]CONFIGURING LAT DEVICES
  33.      3.5. [12]THE VIRTUAL TERMINAL DRIVER
  34.      3.6. [13]CAPTIVE ACCOUNTS AND RESTRICTED ACCESS
  35.   4. [14]DECODING VMS C-KERMIT HEX FILES
  36.   5. [15]INSTALLING VMS C-KERMIT
  37.   6. [16]USING MODEMS
  38.   7. [17]BUILDING VMS C-KERMIT FROM THE SOURCE CODE
  39.      7.1. [18]PROGRAMMING TIPS
  40.      7.2. [19]VMS TCP/IP NETWORKING SUPPORT FOR C-KERMIT
  41.   8. [20]CASE STUDY: ALPHA SETUP AND TEST RESULTS
  42.   9. [21]MAKING AND USING VMSINSTAL KITS)
  43.     ________________________________________________________________________
  44.   
  45.   1. QUICKSTART GUIDE
  46.   
  47.    To install VMS C-Kermit on VAX/(Open)VMS 5.0 or later, and Alpha
  48.    OpenVMS (all versions), please follow the instructions in the next
  49.    three major sections of this file. Section 3, [22]Configuring VMS for
  50.    Best Results with Kermit, contains important information needed to
  51.    achieve solid performance from C-Kermit. Please read it and follow the
  52.    suggestions or give it to your system manager. Section 4, [23]Decoding
  53.    VMS C-Kermit Hex Files, explains the process required to create an
  54.    executable image from the "text-only" HEX files. These HEX files are
  55.    distributed on the ANSI tapes from Columbia University and are decoded
  56.    using an assembly-language program which is also provided. If you have
  57.    received VMS C-Kermit on TK50 tape in BACKUP format, then you already
  58.    have binary executable files included on the tape. Section 5,
  59.    [24]Installing VMS C-Kermit, gives step-by-step instructions for
  60.    making C-Kermit available and fully configured for your users.
  61.    
  62.    If you are running a version of VMS *prior* to 5.0, or need to
  63.    customize the C-Kermit sources, please refer to [25]Section 5.
  64.    
  65.    [ [26]Contents ] [ [27]C-Kermit ] [ [28]Kermit Home ]
  66.     ________________________________________________________________________
  67.   
  68.   2. BOOTSTRAPPING
  69.   
  70.    In many cases, you can get C-Kermit onto your VMS system using FTP, an
  71.    old version of Kermit that is already there, or some other existing
  72.    file transfer method, or by copying it from magnetic tape, diskette,
  73.    or CDROM.
  74.    
  75.    In case none of those methods are available to you, here is a method
  76.    to "bootstrap" C-Kermit onto a VAX system from another computer. It
  77.    uses the older and smaller "Kermit-32" program (which runs only on
  78.    VAXes, not Alphas) to load the newer and larger C-Kermit program.
  79.    
  80.    Suppose, for example, you have a PC with DOS, Windows, or some form of
  81.    UNIX such as Linux, which has FTP capability, and the PC is connected
  82.    to your VAX through its serial port (directly, with a null modem
  83.    cable, or else through a modem), and the PC already has its own Kermit
  84.    program installed (MS-DOS Kermit, Kermit 95, or C-Kermit, depending on
  85.    the OS). Here are specific instructions you can try; this example
  86.    assumes the PC has Linux and C-Kermit:
  87.    
  88.     1. Get the files vmsmit.hex and vmsdeh.mar with anonymous ftp in text
  89.        mode onto your PC from:
  90.  
  91.   [29]ftp://kermit.columbia.edu/kermit/b
  92.        Also get the appropriate version of VMS C-Kermit on your PC from
  93.        the C-Kermit website:
  94.  
  95.   [30]http://www.columbia.edu/kermit/ckermit.html
  96.     2. Use C-Kermit on Linux to log in to VMS:
  97.  
  98.   set line /dev/ttyS0 ; or whatever
  99.   set speed 19200
  100.   set flow xon/xoff
  101.   set transmit eof \26
  102.   connect
  103.     3. Log in to VMS, SET DEFAULT to the desired directory, and then give
  104.        the following commands at the VMS prompt:
  105.  
  106.   set terminal /ttsync /hostsync
  107.     4. Give the following command at the VMS prompt:
  108.  
  109.   create vmsmit.hex
  110.     5. Escape back to C-Kermit on Linux with Ctrl-\ C.
  111.     6. Tell C-Kermit to:
  112.  
  113.   transmit vmsmit.hex
  114.     7. Repeat steps 4-6 for VMSDEH.MAR.
  115.     8. Now you should have VMSMIT.HEX and VMSDEH.MAR in your VMS
  116.        directory. Give the following commands to VMS:
  117.  
  118.   macro vmsdeh
  119.   link vmsdeh
  120.   run vmsdeh
  121.     9. When VMSDEH prompts for a filename, type "vmsmit.hex".
  122.    10. When VMSDEH is finished, it prompts you for another filename. Just
  123.        press the Enter (Return) key.
  124.    11. Now VMSMIT.EXE should be in your directory. To run it, type:
  125.  
  126.   run vmsmit
  127.        at the VMS prompt.
  128.    12. Use this program to transfer the appropriate version of C-Kermit
  129.        to VMS, and then you will have a modern, fast, up-to-date version
  130.        of Kermit.
  131.        
  132.    WARNING: You can't use Kermit-32 ("Bliss Kermit") to receive a VMS
  133.    binary program. If you have to use Kermit-32 to get C-Kermit onto your
  134.    VAX, you'll need to transfer a hex-encoded version of the binary,
  135.    rather than the straight binary, and then "dehexify" the result as
  136.    shown above. This is because Kermit-32 stores incoming binary files in
  137.    a format that is not appropriate for VMS executables (variable 510
  138.    instead of fixed 512).
  139.    
  140.    [ [31]Contents ] [ [32]C-Kermit ] [ [33]Kermit Home ]
  141.     ________________________________________________________________________
  142.   
  143.   3. CONFIGURING VMS FOR BEST RESULTS WITH KERMIT
  144.   
  145.   3.1. Terminal Buffer Size
  146.   
  147.    VMS is shipped with default installation parameters designed to
  148.    function on all possible configurations. Some of these parameters have
  149.    not been changed since the "average" VMS system was a VAX-11/780 with
  150.    1Mb of memory.
  151.    
  152.    The main parameter that affects Kermit is the terminal type-ahead
  153.    buffer size, which applies to serial terminal devices (with the TT or
  154.    TX prefix). There are two possible values in VMS - the "normal" size
  155.    and the "alternate" size. The defaults for these are 78 and 200 bytes,
  156.    respectively. If more data arrives at the terminal driver than these
  157.    buffers can hold (which is a likely occurrence during file transfer),
  158.    it will be discarded and file transfers will be slowed down or
  159.    terminated by errors.
  160.    
  161.    This is most frequently seen when receiving files on a slow VAX,
  162.    particularly when using long packets and/or sliding windows. File
  163.    reception requires larger system buffers (to hold arriving packets),
  164.    and the speed of the VAX controls how quickly Kermit can empty them.
  165.    
  166.    The recommended minimum size for each of these buffers is the number
  167.    shown as "Buffer size" by the C-Kermit SHOW PROTOCOL command, which is
  168.    the total amount of memory allocated by C-Kermit for packet buffers
  169.    (window slots times packet length). VMS C-Kermit is shipped with a
  170.    buffer size of 9065, which can be altered by the user with a SET
  171.    BUFFERS command.
  172.    
  173.    To change the values of the VMS typeahead buffer sizes, you should
  174.    edit the file SYS$SYSTEM:MODPARAMS.DAT. Determine the new values you
  175.    want to use and add lines like the following to the end of the
  176.    MODPARAMS.DAT file:
  177.    
  178.   MIN_TTY_TYPAHDSZ = new_value_for_regular      ! For VMS C-Kermit
  179.   MIN_TTY_ALTYPAHD = new_value_for_alternate    ! For VMS C-Kermit
  180.  
  181.    for example:
  182.    
  183.   MIN_TTY_TYPAHDSZ = 2064
  184.   MIN_TTY_ALTYPAHD = 2064
  185.  
  186.    The TTY_ALTYPAHD size should be at least as great as the TTY_TYPAHDSZ.
  187.    Digital recommends a value of 2064 or greater for TTY_ALTYPAHD if you
  188.    are running VMS V5.5 or higher, or if you are running the optional
  189.    LATmaster code under VMS V5.4-1, -2, or -3.
  190.    
  191.    You should also examine this file to be sure there aren't any other
  192.    definitions for TTY_TYPAHDSZ or TTY_ALTYPAHD. If there are, you'll get
  193.    warning messages in the next step.
  194.    
  195.      You may wish to simply set TTY_TYPAHDSZ=TTY_ALTYPAHD=2064, since
  196.      most common VMS "TTY ports" these days are actually LAT or TCP/IP
  197.      devices, which cannot easily be configured to use the alternate
  198.      buffer. Also, it takes a privileged user or program to set a port
  199.      to use the alternate buffer, and since we do not recommend
  200.      installing Kermit with privileges, this would restrict Kermit
  201.      access to privileged users.
  202.      
  203.      Let's consider a medium-sized VAX with perhaps 64 "ports" (either
  204.      serial ports or LAT or TCP/IP network ports). This system probably
  205.      has at least 16 megabytes of memory. Configuring TTY_TYPAHDSZ to
  206.      2064 will take up 64 * 2064 bytes of memory, or 132096 bytes. This
  207.      is less than 1 per cent of available memory. Most systems would
  208.      have more than 16Mb of memory for 64 simultaneous users, lowering
  209.      the percentage even further.
  210.      
  211.    In some cases, it might also be necessary to increase your system's
  212.    MAXBUF parameter. It should be somewhat longer than the longest packet
  213.    you want Kermit to be able to send or receive, to allow for SYS$QIO
  214.    overhead (the bigger the value, the more overhead). DEC currently
  215.    recommends 2300, which should be sufficient for 2K (2048-byte)
  216.    packets. If you want to use C-Kermit's maximum packet length, 9024,
  217.    then your MAXBUF should be set to about 12000. Do this in the
  218.    SYS$SYSTEM:MODPARAMS.DAT file:
  219.    
  220.   MIN_MAXBUF=xxxx
  221.  
  222.    You should also ensure that PQL_MBYTLM is at least MAXBUF + 2300;
  223.    otherwise, at least on early 5.x VMS releases (reportedly), the system
  224.    can crash.
  225.    
  226.    To have these changes take effect, run the "AUTOGEN" procedure:
  227.    
  228.   @SYS$UPDATE:AUTOGEN GETDATA SETPARAMS
  229.  
  230.    or:
  231.    
  232.   @SYS$UPDATE:AUTOGEN SAVPARAMS SETPARAMS
  233.  
  234.    or:
  235.    
  236.   @SYS$UPDATE:AUTOGEN SAVPARAMS GENPARAMS FEEDBACK
  237.   DIFFERENCE/OUTPUT=DIFF.DAT/PARALLEL SETPARAMS.DAT
  238.   EDIT/TPU DIFF.DAT ! Check out what Autogen is going to do to me.
  239.   @SYS$UPDATE:AUTOGEN SETPARAMS REBOOT
  240.  
  241.    (Read about AUTOGEN in the VMS Guide to System Management)
  242.    
  243.    This incorporates the new buffer sizes into the system configuration,
  244.    and they will take effect the next time the system is reloaded.
  245.    
  246.    To examine your system parameters:
  247.    
  248.   run sys$system:sysgen
  249.   SYSGEN> use current
  250.   SYSGEN> show maxbuf                (should be at least 2064)
  251.   SYSGEN> show virtualpagecnt        (should be at least 50000)
  252.   SYSGEN> show /tty                  (TTY_ALTYPAHD should be at least 2064)
  253.  
  254.    In an emergency, or for testing purposes, you can also change your
  255.    MIN_MAXBUF value "on the fly":
  256.    
  257.   $ run sys$system:sysgen
  258.   SYSGEN> set maxbuf 2300
  259.   SYSGEN> write active
  260.   SYSGEN> exit
  261.  
  262.    This operation should be used with caution, and should probably NOT be
  263.    used with values greater than about 3000. The AUTOGEN procedure is
  264.    safer because it understands the relationships among the major
  265.    parameters.
  266.    
  267.    NOTE: Although it is still recommended that you make your MAXBUF
  268.    setting large enough for Kermit packets, it is (as of C-Kermit edit
  269.    190) no longer strictly necessary. C-Kermit's packet writer now
  270.    recovers from MAXBUF and quota-exceeded errors automatically by
  271.    backing off and retransmitting the packet in appropriate-size chunks
  272.    (size determined by trial and error). But this involves a small amount
  273.    of additional overhead, so it's still best to have adequate MAXBUF and
  274.    quotas.
  275.    
  276.   3.2. User Quotas and Privileges
  277.   
  278.    C-Kermit communications are also affected by the user's BYTLM quota
  279.    and possibly also the process page quota (PGFLQUO). Also the BIOLM
  280.    quota (should be at least 10 or 20).
  281.    
  282.    In modern versions of VMS, the default BYTLM quota is 8192, which
  283.    should normally be adequate. If C-Kermit users experience error
  284.    messages informing them that a quota was exceeded during terminal
  285.    emulation or file transfer, the system manager should increase the
  286.    user's BYTLM and/or process page quota. To find out the user's quotas,
  287.    the system manager should:
  288.    
  289.   set default sys$system
  290.   run authorize
  291.   UAF> show <username>
  292.  
  293.    Then look for the relevant quotas and adjust them as required. The
  294.    BYTLM quota should be somewhat greater than the product of Kermit's
  295.    window size and packet size, for example, 8192 for 4 window slots and
  296.    2000-byte-packets. PGFLQUO should be 20,000 or higher.
  297.    
  298.    If users will be using C-Kermit's PUSH command or issuing REMOTE
  299.    commands (such as REMOTE DIR) to the VMS C-Kermit server, the user
  300.    will need to have the ability to create subprocesses (AUTHORIZE
  301.    parameter PRCLM). If Kermit will itself be invoked as a subprocess
  302.    (for example, from within a menu system) this should be considered as
  303.    well. Kermit uses local mailboxes for remote command execution, so
  304.    users will also need the TMPMBX privilege if these commands are to be
  305.    used.
  306.    
  307.   3.3. Configuring Serial Communication Ports
  308.   
  309.    If your system has a port that is frequently used for file transfers
  310.    (for example, with a modem), you should have your system manager
  311.    enable the alternate type-ahead buffer, and direct memory access, by
  312.    placing the command:
  313.    
  314.   $ SET TERMINAL ddcu:/PERMANENT/ALTYPEAHD/DMA
  315.  
  316.    in the system-wide startup command file, where ddcu: is the name of
  317.    the device, for each such device. If DMA is not enabled, Kermit will
  318.    run more slowly and use a lot more CPU time. (Note: DMA is only
  319.    available on certain types of devices; e.g. TX but not TT or LTA).
  320.    
  321.    If the device is connected to a modem, and is to be used for dialing
  322.    out, also include the /MODEM qualifier:
  323.    
  324.   $ SET TERMINAL ddcu:/PERMANENT/ALTYPEAHD/DMA/MODEM
  325.  
  326.    The modem must also be configured to make DSR follow CD. In modems
  327.    that use the Hayes AT command set, the command is AT&S1. If you can't
  328.    configure your modem this way, then VMS will hang up on it during the
  329.    dialing process, preventing you from completing calls (C-Kermit's DIAL
  330.    command will make this setting in the modem for you on a per-call
  331.    basis, but only if this information is in its internal modems
  332.    database; tell C-Kermit to SET MODEM TYPE xxx and then SHOW MODEM to
  333.    find out). A less desirable workaround is to configure the modem to
  334.    ignore DTR (AT&D0), but this can block normal hangup methods even when
  335.    you want to use them, thus opening security loopholes. A third
  336.    possibility is to jumper the CD and DSR wires in your modem cable.
  337.    
  338.    If the VMS port is not connected to a modem or other data
  339.    communications device that follows the RS-232 (V.24) signaling
  340.    conventions, or if the VMS port does not have a full complement of
  341.    RS-232 wires (which are lacking in modular MMJ ports, for example),
  342.    you might have to set the /NOMODEM qualifier instead:
  343.    
  344.   $ SET TERMINAL ddcu:/PERMANENT/ALTYPEAHD/DMA/NOMODEM
  345.  
  346.    Even with these settings you might experience what UNIX users know
  347.    fondly as "getty babble", which occurs when logins are enabled on the
  348.    device. This occurs with Kermit, SET HOST/DTE, or any other method of
  349.    communication; for example, AT<CR> is sent to the modem, the modem
  350.    echoes AT<CRLF> and then says OK<CRLF>. VMS thinks a user named AT is
  351.    trying to log in with a password of OK, and says "User authorization
  352.    failure", but the modem echoes this too, and so on, back and forth,
  353.    many times, maybe forever. Reportedly, this can be prevented by giving
  354.    the SECURE attribute to the port in question, e.g.:
  355.    
  356.   $ SET TERMINAL ddcu:/PERMANENT/SECURE
  357.  
  358.    which disables logins on the port until a BREAK signal is received.
  359.    
  360.    Additionally, for non-privileged users to access a terminal device,
  361.    they need to be granted access to it. The default for terminals is
  362.    access only by users with SYSTEM privileges (UIC group less than or
  363.    equal to MAXSYSGROUP, or with SYSPRV privilege). See the VMS
  364.    documentation for the SET PROTECTION command for more information.
  365.    Note that if you grant everyone access to the port, anyone can make
  366.    phone calls via the modem, so you might want to limit this to
  367.    particular users, possibly by using a device ACL (VMS V5.0 and later
  368.    only).
  369.    
  370.   3.4. Configuring LAT Devices
  371.   
  372.    In this discussion, we are using a DECserver 700-16 (the kind with
  373.    RJ45 connectors that lack a full complement of modem signals). (For
  374.    examples of configuring the DECserver 200, also see [34]Section 5.)
  375.    
  376.     3.4.1. Connecting a LAT Port to a PC
  377.     
  378.    We'll begin by connecting a PC's serial port to DECserver Port 2.
  379.    Commands are given at the DECserver's console, normally Port 1. In
  380.    case it is a new DECserver and you haven't yet given it a name:
  381.    
  382.   Local> set privilege
  383.   Local> define server name latbox
  384.   Local> initialize delay 0
  385.  
  386.    We'll be using the server name "latbox" in the examples. Now set up
  387.    port minimally for a test:
  388.    
  389.   Local> define port 2 autobaud disable
  390.   Local> define port 2 speed 19200
  391.   Local> define port 2 signal check disable
  392.   Local> logout port 2
  393.  
  394.    Then:
  395.    
  396.     1. Plug a BN25G-04 cable into LAT port 2.
  397.     2. Plug the appropriate adapter (H8585-something) into the other end
  398.        and connect it to the PC's serial port. In this case, the PC has a
  399.        DB-9, so we use the H8585-AA.
  400.     3. Start Kermit on the PC and tell it to:
  401.  
  402.   SET PORT COM1 (or whatever)
  403.   SET SPEED 19200
  404.   SET FLOW NONE
  405.   SET CARRIER OFF
  406.   CONNECT
  407.     4. Press the Enter key. You should see the Local> prompt, and you
  408.        should be able to type commands, e.g. to connect to your VMS
  409.        system.
  410.        
  411.    OK, so it works in local mode. If not, check your cabling. Now to set
  412.    it up for remote mode, i.e. to allow VMS to make a connection to the
  413.    PC through the DECserver port:
  414.    
  415.   Local> change port 2 access remote
  416.   Local> show port 2
  417.  
  418.    Take note of the port's name; by default it is PORT_2, but you can
  419.    change it to anything you like with:
  420.    
  421.   Local> change port 2 name blah
  422.  
  423.    We'll stick with PORT_2 in this discussion.
  424.    
  425.    With Kermit on the PC is still in CONNECT mode, do:
  426.    
  427.   Local> test port 2
  428.  
  429.    This should put a test pattern on PC screen.
  430.    
  431.    Now to set up the port for use from VMS. First enable SYSPRV, CMKRNL,
  432.    LOG_IO, and SYSNAM privileges, then:
  433.    
  434.   $ run sys$system:latcp
  435.   LATCP> create port lta600:
  436.   LATCP> set port lta600: /application /node=latbox /port=port_2 /noqueue
  437.   LATCP> exit
  438.  
  439.    The /NODE switch gives the nodename of the DECserver; the /PORT switch
  440.    gives the port *name* (not number) of the port on the DECserver. The
  441.    /NOQUEUE switch is important; otherwise if somebody does "set port
  442.    lta600" when it is in use, they will sit there and wait until it
  443.    becomes free.
  444.    
  445.    Then in VMS:
  446.    
  447.   $ set terminal LTA600: /permanent /fullduplex /altypeahd /speed=19200
  448.  
  449.    This sets the typeahead buffer and makes the speeds match. You can use
  450.    LATCP again to verify the setup:
  451.    
  452.   $ run sys$system:latcp
  453.   LATCP> show port lta600:
  454.  
  455.   Target Port Name: PORT_2       Actual Port Name:
  456.   Target Node Name: LATBOX       Actual Node Name:
  457.   Target Service Name:           Actual Service Name:
  458.  
  459.    (Use "show port" without any port number to look at all defined LAT
  460.    ports.)
  461.    
  462.    That's it. Now start kermit and assign the port:
  463.    
  464.   $ kermit
  465.   C-Kermit> set line lta600:
  466.   C-Kermit> show communications
  467.  
  468.    This should display the name and speed of the LAT device, as
  469.    configured above. Then to make the connection:
  470.    
  471.   C-Kermit> connect
  472.  
  473.    Type some characters to VMS C-Kermit -- you should see them come out
  474.    on the PC's screen. Type some characters on the PC keyboard and they
  475.    should come out on VMS C-Kermit's screen.
  476.    
  477.    On the PC, escape back to the Kermit prompt and type "show comm" or
  478.    "show modem" to see what modem signals are being presented by the
  479.    connection. DECservers that have 25-pin serial connectors, such as the
  480.    200 and the 700-8, can do full modem control, but those with mini
  481.    connectors, such as the 700-16, make you choose between limited sets
  482.    of modem signals; the DECserver can be configured for either hardware
  483.    flow control (recommended for high-speed connections) or DTR/CD
  484.    (allowing each end of the connection to tell when the other end has
  485.    hung up), but you can't have both. On the DECserver, use:
  486.    
  487.   Local> define port 2 signal select xxx
  488.  
  489.    where xxx is CTS-DSR-RTS-DTR or RI-DCD-DSR-DTR, to select the desired
  490.    complement of modem signals; the first one for hardware flow control,
  491.    the second one for ring/hangup control.
  492.    
  493.   Local> define port 2 signal control enable
  494.   Local> logo port 2
  495.  
  496.    On the PC, use "show comm" to make sure the PC sees the CTS signal. If
  497.    so, tell Kermit to:
  498.    
  499.   set flow rts/cts
  500.  
  501.    Then put the PC Kermit in server mode and, using VMS C-Kermit as
  502.    client, transfer some files. Experiment with window size, packet
  503.    length, and unprefixing to achieve the highest transfer rate. Then
  504.    experiment with higher serial speeds -- this will require a LATCP
  505.    command on VMS, "change port" and "logout port" commands on the
  506.    DECserver, and a "set speed" command in PC Kermit.
  507.    
  508.     3.4.2. Setting Up a Dialout Port
  509.     
  510.    Now let's connect a modem to DECserver Port 3 for high-speed data
  511.    transfer (RTS/CTS, but no RI/CD). In this example the modem is a USR
  512.    Courier.
  513.    
  514.    Connect port 3 (in this case with BN25G-04 cable with an H8585-AC
  515.    adapter) to the modem. Then at the DECserver:
  516.    
  517.   Local> set privilege
  518.   Local> define port 3 autobaud disable
  519.   Local> define port 3 speed 38400
  520.   Local> define port 3 signal select cts
  521.   Local> define port 3 signal check enable
  522.   Local> define port 3 access remote
  523.   Local> define port 3 name dialout
  524.   Local> logout port 3
  525.   Local> show port 3
  526.  
  527.    Back at VMS:
  528.    
  529.   $ run sys$system:latcp
  530.   LATCP> create port lta601:
  531.   LATCP> set port lta601: /application /node=latbox /port=dialout /noqueue
  532.   LATCP> exit
  533.   $ set terminal LTA601: /permanent /fullduplex /altypeahd /speed=38400
  534.  
  535.    Now start C-Kermit and assign the port:
  536.    
  537.   $ kermit
  538.   C-Kermit> set modem type usr
  539.   C-Kermit> set line lta601:
  540.   C-Kermit> show comm           ; Speed should be 38400
  541.   C-Kermit> set dial display on ; To verify modem dialog
  542.   C-Kermit> dial 7654321
  543.  
  544.    And off you go.
  545.    
  546.    For other configurations, refer to your DECserver and LATCP
  547.    documentation. You can set up port "hunt groups", you can assign
  548.    logical names to the VMS ports, which can refer to single LAT ports or
  549.    entire hunt groups, and so on. You can even define "bidirectional"
  550.    ports for both calling in and calling out, but these are difficult to
  551.    troubleshoot when there are problems.
  552.    
  553.   3.4.3. DECservers and Telnet
  554.   
  555.    DECservers that support TCP/IP connections can be used by C-Kermit for
  556.    shared dialout modem access. The DECserver can be configured for this
  557.    using a command like:
  558.    
  559.   CHANGE TELNET LISTENER 2001 PORT 1 ENABLE
  560.  
  561.    This associates TCP socket 2001 with serial port 1 on the DECserver.
  562.    Then you can use Kermit to Telnet to port 2001 on the DECserver and
  563.    dial the modem that is on the DECserver's serial port 1.
  564.    
  565.    If you cannot get reverse LAT working, but LAT is working, it is still
  566.    possible to use Kermit via LAT so long as your system (and Kermit)
  567.    support TCP. Start Kermit, tell it to "set host localhost" (the TCP
  568.    loopback name). In connect mode you can log back on to the same system
  569.    (see the cautions in [35]Using C-Kermit about "C-Kermit in the
  570.    Middle").
  571.    
  572.    Then you can use SET HOST/LAT from the CONNECT session to dial out,
  573.    login to the remote system and start the remote Kermit. Now go back to
  574.    the original Kermit session to transfer the files. You should try it
  575.    first with SET PREFIXING ALL in C-Kermit, and probably also SET PARITY
  576.    SPACE, and relatively short packets. If that works, you can try
  577.    settings that give higher performance at your own risk.
  578.    
  579.   3.5. The Virtual Terminal Driver
  580.   
  581.    For incoming modem connections, it can be very useful if the VMS
  582.    system is set up to support Virtual Terminals. Once these have been
  583.    set up, then if an incoming connection fails because of line problems,
  584.    it should be possible to reconnect to the original session by
  585.    redialling and logging in again. You should then get a prompt asking
  586.    if you wish to connect to your disconnected session, allowing you to
  587.    resume where you left off. You should see something like this:
  588.    
  589.       You have the following disconnected process:
  590.   Terminal   Process name    Image name
  591.   VTA456:    ABCDEF          (none)
  592.   Connect to above listed process [YES]: Y
  593.   Connecting to terminal _VTA456:
  594.   ABCDEF>
  595.  
  596.    There is a timeout of something like an hour, after which the
  597.    disconnected session is deleted entirely.
  598.    
  599.    [If on re-dialing the host you find you are reconnected to the
  600.    original session without needing to login, then that host has a
  601.    security problem, as well as a misconfigured DECserver and/or modem or
  602.    lead...]
  603.    
  604.    The virtual terminal driver is loaded at startup (or later) using
  605.    SYSGEN or SYSMAN as appropriate. The definition for TTY_DEFCHAR2 in
  606.    MODPARAMS.DAT also needs to be changed to set the appropriate bit to
  607.    enable the disconnect processing by default on all terminals. [This
  608.    change needs a reboot.]
  609.    
  610.    Something like the following should work (check the VMS manuals):
  611.    
  612.    VAX:
  613.           $ MCR SYSGEN VTA0/NOADAPTER/DRIVER=TTDRIVER
  614.           
  615.    Alpha:
  616.           $ MCR SYSMAN IO CONNECT VTA0/NOADAPTER -
  617.           /DRIVER=SYS$LOADABLE_IMAGES:SYS$TTDRIVER.EXE
  618.           
  619.    MODPARAMS.DAT:
  620.           TTY_DEFCHAR2 = 135170 ! = %x21002. Check the manual!
  621.           (%x20000 = Disconnect, %x1000 = Line Edit, %x2 = Autobaud)
  622.           
  623.   3.6. Captive Accounts and Restricted Access
  624.   
  625.    Some VMS sites restrict users from getting at the DCL prompt and
  626.    services by setting their accounts to be "captive". This should
  627.    automatically prevent C-Kermit's DCL-access commands (such as PUSH)
  628.    from working. Any attempt to execute such a command should result in
  629.    C-Kermit issuing an error message. Should a user circumvent this, VMS
  630.    will automatically terminate the user's process. In addition to
  631.    CAPTIVE, accounts can also be set to RESTRICTED, to disable all types
  632.    of spawning. Note that DEC says that RESTRICTED is only used "to
  633.    ensure users complete login processing without interruption". DEC
  634.    further states that they intend to modify VMS utilities to no longer
  635.    prohibit spawning in a future release.
  636.    
  637.    Further, you should be aware that preventing users from getting to DCL
  638.    only provides an illusion of security. There are many ways of getting
  639.    to DCL which are non-obvious. For cases where absolute security is
  640.    required, you should in- vestigate the AUTHORIZE flags CAPTIVE and
  641.    DISIMAGE. Consult the VMS Security Manual for more information.
  642.    
  643.    C-Kermit itself can be configured to prevent system access, by
  644.    compiling it with the NOPUSH option (for this you would have to edit
  645.    CKVKER.COM file and add a definition for the symbol NOPUSH to the
  646.    CFLAGS). This disables not only the PUSH command and its synonyms
  647.    (RUN, @, SPAWN), but also OPEN !READ, OPEN !WRITE, as well as the
  648.    server's execution of REMOTE HOST commands. See CKCCFG.DOC for further
  649.    information.
  650.    
  651.    There is also a runtime approach for this: put the (invisible) command
  652.    NOPUSH someplace where it will always be executed; for example, the
  653.    system-wide CKERMIT.INI file, or in the "kermit" command definition:
  654.    
  655.   $ KERMIT :== "$SYS$TOOLS:KERMIT ""-C"" ""NOPUSH"""
  656.  
  657.    You can also define the logical name (environment variable) CK_NOPUSH
  658.    to achieve the same effect.
  659.    
  660.    The NOPUSH command does at runtime exactly what defining the NOPUSH
  661.    symbol at compile time does.
  662.    
  663.    [ [36]Contents ] [ [37]C-Kermit ] [ [38]Kermit Home ]
  664.     ________________________________________________________________________
  665.   
  666.   4. DECODING VMS C-KERMIT HEX FILES
  667.   
  668.    If you have obtained the executable VMS C-Kermit program encoded in
  669.    printable "hex" format on magnetic tape or over a network, you can
  670.    decode it back into a runnable .EXE program image using the CKVDEH.MAR
  671.    program. This is an assembly-language program for the VAX or Alpha,
  672.    which you should assemble, link, and run as follows:
  673.    
  674.   $ macro ckvdeh  (on the Alpha, substitute "macro/migrate ckvdeh")
  675.   $ link ckvdeh
  676.   $ run ckvdeh
  677.  
  678.    CKVDEH prompts you for the input file name and then creates a .EXE
  679.    file with the same root name. For example, if you enter CKVKER.HEX as
  680.    the source file, the resulting executable will be CKVKER.EXE. This
  681.    procedure works on both the VAX and the Alpha -- the same program,
  682.    CKVDEH.MAR, compiles and runs on both platforms.
  683.    
  684.    The C-Kermit .EXE files were built under VAX/(Open)VMS 5.x and Alpha
  685.    OpenVMS 1.x (whenever possible; otherwise under 6.1). The VAX versions
  686.    will not run under pre-5.0 VMS releases. If you have a VMS 4.x system
  687.    with C compiler, however, you should be able to build C-Kermit using
  688.    the CKVOLD.COM procedure.
  689.    
  690.    Since VMS C-Kermit can be built with no TCP/IP support or with support
  691.    for several different TCP/IP packages, and it can be built on both the
  692.    VAX and Alpha platforms, you should pick the right .HEX file for your
  693.    environment.
  694.    
  695.    The naming conventions are as follows:
  696.    
  697.   CKVaKER-VMSnn-tttvv.xxx
  698.  
  699.    where:
  700.    
  701.   CKV = "C-Kermit for VMS".
  702.     a = architecture: A for Alpha, V for VAX.
  703.   KER = Kermit
  704.    nn = VMS version, e.g. 55 for VMS 5.5, 70 for VMS 7.0.
  705.   ttt = TCP/IP product, if any:
  706.         CMU = CMU-OpenVMS/IP ("CMU/Tek")
  707.         UCX = Compaq (DEC) TCP/IP(*)
  708.         PST = Process Software TCPware
  709.         TGV = Process Software (Cisco (TGV)) MultiNet(*)
  710.         WIN = Attachmate (Wollongong) WIN/TCP (PathWay)(*)
  711.    vv = The version number of the TCP/IP product (may be 2 or more characters)
  712.   xxx = HEX (text-encoded binary) or EXE (true binary)
  713.  
  714.    When there is no TCP/IP support built in, tttvv is "NONET".
  715.    
  716.      * It's a bit of a task to keep up with all the buyouts and renaming.
  717.        Any of these companies or products can be snapped up and/or
  718.        renamed at any time, and most of them have been, including DEC
  719.        itself.
  720.        
  721.    Examples:
  722.    
  723.   CKVVKER-VMS55-NONET.HEX:   VAX, VMS 5.5, no TCP/IP, hex format.
  724.   CKVAKER-VMS62-TGV40.EXE: Alpha, VMS 6.2, Multinet 4.0, binary format.
  725.  
  726.    Not every combination is necessarily available. In general, an .EXE
  727.    built under a certain version of VMS will also run under later VMS
  728.    versions, but the opposite is usually not true. Also, if a version was
  729.    built under the same VMS version that you have, but with a higher ECO
  730.    level (OS or library patches), it might not run.
  731.    
  732.    So try to pick one that was built under a VMS version less than or
  733.    equal to yours, and with the the same TCP/IP product you have having
  734.    with a version number less than or equal to yours. If that doesn't
  735.    work, try the next earlier one, etc. If you can't find one for your
  736.    TCP/IP product, try the lowest-numbered UCX (DEC TCP/IP) version; most
  737.    third-party TCP/IP products also support UCX applications. In any
  738.    case, after getting the appropriate executable onto your VMS disk,
  739.    rename it to KERMIT.EXE, e.g.:
  740.    
  741.   $ RENAME CKVAKER-VMS62-TGV40.EXE KERMIT.EXE
  742.  
  743.    The "labeled file converter" is simple; it comes in a VAX version,
  744.    CKVVCVT-VMSnn.{HEX,EXE}, and an Alpha version,
  745.    CKVACVT-VMSnn.{HEX,EXE}. Rename it to CKVCVT.EXE so VAX and Alpha
  746.    users don't have to use different names for the same program.
  747.    
  748.    [ [39]Contents ] [ [40]C-Kermit ] [ [41]Kermit Home ]
  749.     ________________________________________________________________________
  750.   
  751.   5. INSTALLING VMS C-KERMIT
  752.   
  753.    VMS C-Kermit must be installed on your VMS system by hand. There is no
  754.    VMSINSTAL kit because it would have to include many megabytes of
  755.    differently- configured executables to choose from, and many of
  756.    system-configuration items discussed above are best done by the system
  757.    manager manually, in privileged mode, after some thought and
  758.    consideration.
  759.    
  760.      IMPORTANT: DO NOT INSTALL VMS C-KERMIT AS A PRIVILEGED PROGRAM!
  761.      Instead, install it as a foreign command.
  762.      
  763.    To install C-Kermit, follow this procedure:
  764.    
  765.     1. If you have the old Bliss Kermit-32 on your system, rename it to
  766.        KERMIT32.EXE. If you have a symbol KERMIT defined to run
  767.        Kermit-32, change the symbol name to KERMIT32.
  768.     2. Identify the directory where you want to install the C-Kermit
  769.        program. Normally this would be a directory that is unaffected by
  770.        installation of DEC software, such as SYS$TOOLS =
  771.        SYS$SYSDEVICE[SYSTOOLS]. From now on, we will assume you are using
  772.        SYS$TOOLS:.
  773.     3. Copy the desired .EXE file (VAX or Alpha, with the appropriate
  774.        networking support) to that directory, rename it to KERMIT.EXE,
  775.        and give users permission to run it, for example:
  776.  
  777.   $ COPY CKVVKER-VMS55-UCX20.EXE SYS$TOOLS:KERMIT.EXE
  778.   $ SET PROTECTION=(S:RWED,O:RWED,G:RE,W:RE) SYS$TOOLS:KERMIT.EXE
  779.        If Kermit is going to be used a lot, you can have it preloaded and
  780.        its pure memory segments shared:
  781.  
  782.   $ INSTALL ADD SYS$TOOLS:KERMIT.EXE/OPEN/HEADER/SHARE
  783.     4. Copy the standard CKERMIT.INI file to the same directory:
  784.  
  785.   $ COPY CKERMIT.INI SYS$TOOLS:
  786.   $ SET PROTECTION=(S:RWED,O:RWED,G:RE,W:RE) SYS$TOOLS:CKERMIT.INI
  787.     5. Add the following line to SYS$COMMON:[SYSMGR]SYSTARTUP_V5.COM (or
  788.        whatever your system startup file is):
  789.  
  790.   $ DEFINE/SYSTEM CKERMIT_INI SYS$TOOLS:CKERMIT.INI
  791.     6. Find your system-wide login DCL command procedure:
  792.  
  793.   $ SHOW LOGICAL SYS$SYLOGIN
  794.   "SYS$SYLOGIN" = "SYS$TOOLS:SYLOGIN.COM" (LNM$SYSTEM_TABLE)
  795.        and then add the following line to it:
  796.  
  797.   $ KERMIT :== $SYS$TOOLS:KERMIT
  798.        This defines SYS$TOOLS:KERMIT.EXE as a "foreign command".
  799.        NOTE: VMS 6.2 and later support automatic creation of foreign
  800.        commands by placing the corresponding .EXE (or .COM) files in any
  801.        directory that is included in the DCL$PATH logical name; e.g.:
  802.  
  803.   $ DEFINE DCL$PATH SYS$DISK:[],DISK1:[TOOLS],SYS$SYSTEM:
  804.     7. Install the C-Kermit HELP file in your VMS HELP library. First
  805.        delete any earlier KERMIT help entry, then install the new one:
  806.  
  807.   $ LIBRARY/HELP/DELETE=KERMIT SYS$HELP:HELPLIB.HLB
  808.   $ LIBRARY/INSERT/HELP SYS$HELP:HELPLIB.HLB CKVKER.HLP
  809.     8. Create a publicly accessible directory, such as [KERMIT], in which
  810.        to make other C-Kermit files available to your users:
  811.        
  812.         CKERMIT.KDD
  813.                 Sample dialing directory file.
  814.                 
  815.         CKERMIT.KSD
  816.                 Sample services directory.
  817.                 
  818.         CKERMIT.KND
  819.                 Sample network directory.
  820.                 
  821.         CKEDEMO.KSC
  822.                 Macro definitions from "Using C-Kermit".
  823.                 
  824.         CKEVT.INI
  825.                 Command file to demonstrate special screen effects from
  826.                 "Using C-Kermit".
  827.                 
  828.         CKCKER.UPD
  829.                 A supplement to the book, "Using C-Kermit", describing
  830.                 features added since the book was published.
  831.                 
  832.         CKCKER.BWR
  833.                 The general C-Kermit beware file.
  834.                 
  835.         CKVKER.BWR
  836.                 The VMS-specific C-Kermit beware file.
  837.                 
  838.        If the Kermit program is not installed as a "foreign command" as
  839.        in (6) above, you can still RUN it, but you can't pass
  840.        command-line arguments to it this way. However, you can pass
  841.        command-line arguments if you invoke it with the MCR command:
  842.  
  843.   $ mcr kermit -s oofa.txt ; (assumes "kermit.exe" in sys$system)
  844.        or:
  845.  
  846.   $ mcr disk1:[olga]kermit -s oofa.txt ; (explicit path given)
  847.  
  848.    [ [42]Contents ] [ [43]C-Kermit ] [ [44]Kermit Home ]
  849.     ________________________________________________________________________
  850.   
  851.   6. USING MODEMS
  852.   
  853.    If you have a VAX or Alpha with a real serial port (DB-9 or DB-25),
  854.    you can use it with a modem. If your machine has MMJ (assymetrical
  855.    RJ-45) modular jack sockets (like a VAXstation 3100), you won't be
  856.    able to make very good use of modems since these ports do not support
  857.    modem signals.
  858.    
  859.    Before attempting to use a modem on port (say) TTA0, you (or the
  860.    system manager) will need to configure the port as a modem port:
  861.    
  862.  $ SET TERMINAL TTA0 /MODEM /ALTYP /PERM
  863.  
  864.    From section 5.2.3.1 of the I/O User's Reference Manual:
  865.    
  866.      Remote terminal connections have a timeout feature for the security
  867.      of dial-up lines. If no channel is assigned to the port within 30
  868.      seconds, or a port with an assigned channel is not allocated, the
  869.      DTR signal is dropped. Such action prevents an unused terminal from
  870.      tying up a line. However, there are configurations (such as a
  871.      printer connected to a remote line) in which the line should not be
  872.      dropped even though it is not being used interactively. To bypass
  873.      the 30-second timeout, set the system generation parameter
  874.      TTY_DIALTYPE to 4. (Note that if TTY_DIALTYPE is equal to 4, all
  875.      dial-up lines will skip the timeout waiting for a channel to be
  876.      assigned.)
  877.      
  878.    The following is reprinted by permission; references to Kermit-32 are
  879.    obsolete.
  880.    
  881.                   How to Use a MODEM With Your VMS System
  882.                              Richard B. Gilbert
  883.                         Computer Systems Consultant
  884.               76702.1567@CompuServe.Com Revised July 30, 1996
  885.    
  886.    Most MODEMs come with factory defaults intended for dialout use with
  887.    PCs. The MODEM is typically set to ignore DTR; e.g., assume that it is
  888.    always asserted and to assert CD at all times regardless of the actual
  889.    state of the received carrier. The user is not required to do much, if
  890.    anything, to get it to work. Such a MODEM requires some configuration
  891.    before it will work properly, or at all, with a VMS System.
  892.    
  893.    Be sure that the serial port you are using supports MODEM control
  894.    signals. On the DMF32, for example, only ports 0 and 1 can be used
  895.    with MODEMS. These ports on the DMF32 must have DIP switches set to
  896.    enable MODEM control signals. The VAXStation 3100 does NOT support
  897.    MODEM control! (It is possible to use a MODEM but the VAXstation
  898.    cannot detect the loss of the connection; the next person to dial in
  899.    could find himself logged in to your account!) The MicroVAX 3100 does
  900.    support MODEM control. As a general rule, anything with a DEC Modified
  901.    Modular Jack (MMJ) connector does not support full MODEM control; the
  902.    MMJ has only six pins and nine are required. Eight pin RJ45 connectors
  903.    are sometimes used; e.g. on some models of the DECserver 700, where a
  904.    choice is offered as to the signals supported.
  905.    
  906.    Connect the MODEM with a cable that supports MODEM control signals,
  907.    such as Digital's BC22E. The BC22F, connecting all twenty-five pins,
  908.    is overkill but will work quite well. A twenty-five conductor ribbon
  909.    cable will also work but a shielded cable is highly recommended in
  910.    order to comply with Radio Frequency Interference (RFI) requirements.
  911.    
  912.    Note that while it was possible to "fake it" with VMS V4.x and
  913.    earlier, VMS V5 requires that all of the MODEM control signals be
  914.    connected. (Pins 2-8, 20 and 22 should be connected straight through;
  915.    i.e., 2-2, 3-3, 4-4, ...). If you are forced to sacrifice one signal,
  916.    try RI (Ring Indicator) first. For reference, here is the standard
  917.    pinout for the RS-232-C DB-25 connector.
  918.    
  919.    Pin Description
  920.    1 Protective ground (may be connected to shield at ONE end only)
  921.    2* Transmitted data (TxD)
  922.    3* Received data (RxD)
  923.    4* Request to send (RTS)
  924.    5* Clear to send (CTS)
  925.    6* Data set ready (DSR)
  926.    7* Signal ground
  927.    8* Carrier detect (CD)
  928.    12 Speed Mode Indicate (or secondary CD)
  929.    15 Synchronous transmit clock
  930.    17 Synchronous receive clock
  931.    19 Speed select (or secondary RTS)
  932.    20* Data terminal ready (DTR)
  933.    22* Ring indicator (RI)
  934.    23 Data Signal Rate Select (DSRS)
  935.    
  936.    It should be noted that not all devices connect or support all these
  937.    pins and not all those listed are necessary for "full MODEM control".
  938.    The pins marked with an asterisk are generally essential to
  939.    satisfactory and secure operation of your modem.
  940.    
  941.    You will need to make some switch settings on your MODEM. The
  942.    following settings are for a U.S. Robotics Courier V32bis FAX Modem.
  943.    Other U.S. Robotics MODEMs use quite similar switch numbers and
  944.    settings. Other manufacturers may use different switch numbers but the
  945.    functions available are typical. See your MODEM's instruction manual
  946.    for the sordid details. The settings marked with an asterisk are
  947.    critical to the successful use of your MODEM. Some settings can also
  948.    be made from the CPU via the MODEM's AT command set, in which case the
  949.    hardware switch settings determine the MODEM's power on defaults. The
  950.    AT commands in parentheses, following the switch settings, are the
  951.    commands for a U.S. Robotics Courier HST Dual Standard MODEM. Check
  952.    your manual for the proper commands for your MODEM.
  953.    
  954.     1. (*) DTR Normal (controlled by CPU) (AT&D2&W)
  955.     2. Verbal result codes (Useful during dialout) (ATV1)
  956.     3. (*) Do not display result codes (Quiet mode) (ATQ1)
  957.     4. Echo off line commands (Useful during dialout) (ATE1)
  958.     5. (*) Auto answer (MODEM will answer the phone if DTR is asserted)
  959.        (ATS0=1)
  960.     6. (*) Normal Carrier detect (controlled by MODEM) (AT&C1&W)
  961.     7. Display originate result codes only.
  962.     8. Normal At command set (Must be enabled for auto dial.)
  963.     9. Online after +++
  964.    10. Load NVRAM defaults on power up.
  965.        
  966.    Many users have observed a VMS System dropping DTR (Data Terminal
  967.    Ready) while a user is trying to dial in, causing the MODEM to hang up
  968.    the phone. The terminal driver will drop DTR if it sees DSR (Data Set
  969.    Ready) for more than thirty seconds, without also seeing CD (Carrier
  970.    Detect). If it is possible to configure the MODEM so that it does not
  971.    assert DSR until it asserts CD (AT &S1&W), do so. Otherwise it will be
  972.    necessary to use a modified cable. At the VAX end of the cable, cut
  973.    the wire leading to pin 6 (DSR) and jumper pin 6 to pin 8 (CD).
  974.    Commands similar to the following should be placed in your
  975.    SYS$MANAGER:SYSTARTUP_VMS.COM (SYSTARTUP_V5.COM for VMS V5.X) file to
  976.    set up an asynchronous port for use with a MODEM. You may want to add
  977.    some more qualifiers but this will get you going.
  978.    
  979. $       SET TERMINAL -
  980.         /PERMANENT -    ! Make settings permanent
  981.         /MODEM -        ! Use MODEM control signals
  982.         /DIALUP -       ! Gives the DIALUP identifier to user.
  983.         /HANGUP -       ! Hang up the phone when user logs off
  984.         /AUTOBAUD -     ! Detect the user's baud rate and set it.*
  985.         /ALTYPEAHD -    ! Use the alternate typeahead buffer.  The
  986.                         ! alternate typeahead buffer can be made larger
  987.                         ! than the regular one.  This is helpful if you
  988.                         ! are doing file transfers.  See SYSGEN parameter
  989.                         ! TTY_ALTYPAHD.
  990.         /HOSTSYNC -     ! VMS System will send XOFF when its buffer is
  991.                         ! nearly full and XON when it is ready for more
  992.                         ! input.  See SYSGEN parameter TTY_ALTALARM.
  993.         _TXA0:
  994.  
  995. $       SET SECURITY /CLASS=DEVICE /PROTECTION=W:R      ! VMS V6
  996.                         ! Sets device protection to allow non-privileged
  997.                         ! users to allocate the device for dialing out.
  998.                         ! Otherwise user must own device or hold SYSPRV.
  999. or
  1000. $       SET PROTECTION=W:R /DEVICE                      ! VMS V5
  1001.  
  1002.      * Many modern MODEMs are capable of using a fixed DTE rate to talk
  1003.        to the computer; e.g. if they are set to 19200, they will talk to
  1004.        the computer at 19200 regardless of what speed they are using to
  1005.        talk to the remote MODEM. This feature has performance
  1006.        implications for MODEMs that do data compression using either
  1007.        CCITT V.41 or MNP. For such MODEMs, set a speed that is at least
  1008.        four times the rated DCE speed of the MODEM or the highest
  1009.        available speed using /SPEED=xxxxx rather than using /AUTOBAUD.
  1010.        The MODEM must be set to use the corresponding speed. The U.S.
  1011.        Robotics Courier series are set to a particular DTE rate by the
  1012.        most recent AT&W command; the rate set is the current speed of the
  1013.        port. See your MODEM's instructions for details.
  1014.        
  1015.    The following commands should probably go in SYS$SYLOGIN, your
  1016.    system-wide login command file:
  1017.    
  1018.  
  1019. $! Test for interactive or batch mode
  1020. $!
  1021. $       IF F$MODE() .NES. "INTERACTIVE" THEN GOTO 10$
  1022. $!   Set up device dependant terminal characteristics.  This only works
  1023. $! if the terminal responds to ANSI Device Attributes (DA) control string.
  1024. $! Most DEC terminals (VT1xx, VT2xx, VT3xx, VT4xx, VT5xx, LAxxx) and
  1025. $! compatibles will do so.
  1026. $       IF F$GETDVI("TT", "TT_MODEM") THEN $ SET TERMINAL /INQUIRE
  1027. $ 10$:
  1028. **************************************************************************
  1029.  
  1030.    To set the terminal for temporary dialout use, execute the following
  1031.    commands:
  1032.    
  1033. $       ALLOCATE TXA0:  KER$COMM        ! Logical is useful for Kermit-32.
  1034. $       SPEED="''P1'"
  1035. $! Default to 1200 baud.                ! Pick a suitable default value.
  1036. $       IF SPEED .EQ. "" THEN SPEED=1200
  1037. $       SET TERMINAL /NOAUTOBAUD /SPEED='SPEED' KER$COMM:
  1038.  
  1039.    You may need to add a /NOECHO qualifier if your terminal program is
  1040.    too stupid to read with no echo. It is not necessary with SET
  1041.    HOST/DTE, KERMIT, XMODEM, or HOST32.
  1042.    
  1043.    To support a MODEM on a DECServer 200:
  1044.    
  1045.     1. Set up the terminal server as follows: (assuming port 8)
  1046.  
  1047.   Local> DEFINE PORT 8 ACCESS DYNAMIC AUTOBAUD DISABLED
  1048.   Local> DEFINE PORT 8 DSRLOGOUT DISABLED FLOWCONTROL XON
  1049.   Local> DEFINE PORT 8 INACTIVITY ENABLED MODEM ENABLED
  1050.   Local> DEFINE PORT 8 SIGNAL CHECK ENABLED
  1051.   Local> DEFINE PORT 8 SPEED 2400 ALTERNATE SPEED 1200
  1052.   Local> DEFINE PORT 8 DIALUP ENABLED
  1053.   Local> LOGOUT PORT 8
  1054.   Local> DEFINE SERVICE service_name PORT 8 IDENT "string"
  1055.   Local> SET SERVICE service_name PORT 8 IDENT "string"
  1056.        Other port characteristics may be defined "to taste".
  1057.     2. Insert the following statements in SYS$STARTUP:LAT$SYSTARTUP.COM
  1058.        (SYS$MANAGER:LTLOAD.COM for VMS V5.4 and below):
  1059.  
  1060.   CREATE PORT LTA100: /NOLOG
  1061.   SET PORT LTA100: /APPLICATION /NODE=server_name /SERVICE=service_name -
  1062.         /NOQUEUE /NOLOG
  1063.        The LTA number is more or less arbitrary but must take into
  1064.        account the fact that LAT startup creates a few ports temporarily
  1065.        (starting at LTA1) and the number you choose must not conflict.
  1066.        The server_name and service_name must correspond exactly to the
  1067.        names used in the DECserver DEFINE SERVER server_name and DEFINE
  1068.        SERVICE service_name commands!
  1069.     3. Insert the following statements in SYS$MANAGER:SYSTARTUP_VMS.COM
  1070.        (SYS$MANAGER:SYSTARTUP_V5.COM for VMS V5.X):
  1071.  
  1072. $!
  1073. $       @SYS$STARTUP:LAT$STARTUP.COM    ! Start LAT.
  1074. $! Note that SYS$STARTUP:LAT$STARTUP.COM starts LAT and then invokes
  1075. $! LAT$SYSTARTUP.COM to complete the system specific part of the startup.
  1076. $! VMS V5.4 and below would use @SYS$MANAGER:LTLOAD.COM.
  1077. $!
  1078. $! Set up MODEM port on terminal server.  The SET TERMINAL may not
  1079. $! be necessary at all since the DECserver DEFINE commands include equivalents
  1080. $! for everything except /ALTYPEAHD.
  1081. $       SET TERMINAL /PERMANENT /DIALUP /ALTYPEAHD /HOSTSYNC    LTA100:
  1082. $       SET SECURITY /CLASS=DEVICE /PROTECTION=W:R              LTA100:
  1083.     4. Reboot or execute the commands in steps 2 and 3.
  1084.        
  1085.    [ [45]Contents ] [ [46]C-Kermit ] [ [47]Kermit Home ]
  1086.     ________________________________________________________________________
  1087.   
  1088.   7. BUILDING VMS C-KERMIT FROM THE SOURCE CODE
  1089.   
  1090.    If you have the VMS C-Kermit source files in a ZIP archive, unpack the
  1091.    archive with:
  1092.    
  1093. unzip -aa ckv206.zip
  1094.  
  1095.    C-Kermit is written in the C programming language. To build C-Kermit
  1096.    on the VAX, you must have VAX C, DEC C, or GNU GCC. At some sites, the
  1097.    C header files are archived in a VMS library and then VMS C-Kermit
  1098.    might not be compilable. If the C compiler (preprocessor) complains
  1099.    about not being able to find header files, you'll have to extract them
  1100.    from the library. A sample DCL procedure for this can be found at the
  1101.    end of this file.
  1102.    
  1103.    WARNING: When building with GCC on a VMS system that has Multinet
  1104.    installed, you must ensure that the GCC TIME.H file is used instead of
  1105.    the Multinet TIME.H; otherwise there will be a fatal error in CKVTIO.C
  1106.    at the declaration of "tcount", around line 450. Other warnings appear
  1107.    to be harmless.
  1108.    
  1109.    WARNING: DEC C 4.0 has a bug in which the XABALL struct member
  1110.    xab$b_bkz (used in CKVFIO.C) is not defined. DEC gives a simple
  1111.    example -- compiling the following code with DEC C using either /DECC
  1112.    and /VAXC:
  1113.    
  1114.   #include <rms.h>
  1115.   struct XABALL xabDATAall;
  1116.   int f() {
  1117.       xabDATAall.xab$b_bkz = 63;
  1118.       return 1;
  1119.   }
  1120.  
  1121.    Results in:
  1122.    
  1123.   %CC-E-NEEDMEMBER, In this statement, "xab$b_bkz" is not a member of "xabDATAa
  1124. ll"
  1125.  
  1126.    If you find that the above code produces the same problem on your
  1127.    system, define BUGFILL7, e.g.:
  1128.    
  1129.   @ckvker.com "" "" "BUGFILL7"
  1130.  
  1131.    BEWARE: Certain versions of VAX C can generate incorrect code when a
  1132.    function is used before it is declared, and it generates a return
  1133.    value (via a return statement) that is not used; other functions might
  1134.    have their entry masks (argument lists) corrupted. If you experience
  1135.    bizarre behavior from a version of C-Kermit built with VAX C, try
  1136.    recompiling with /OPT=NOINLINE and /NOOPT, or some other reduced
  1137.    optimization level.
  1138.    
  1139.    Both VAX C and DEC C are moving targets. A version of C-Kermit that
  1140.    was built successfully with version x.y of the compiler almost always
  1141.    fails to build under version x.y+1. Thus you will find increasing
  1142.    numbers of #ifdefs in the code (mostly CKCNET.C and .H and the CKV*.*
  1143.    modules) keyed on explicit C compiler version numbers. Note the form
  1144.    of these carefully -- they have to be just right). Also note that you
  1145.    can't use constructions like:
  1146.    
  1147.   #if __DECC_VER >= 500000000
  1148.  
  1149.    ANYWHERE in a portable module because neither "#if" nor relational
  1150.    operators in preprocessor statements are portable.
  1151.    
  1152.    The number of possible VMS C-Kermit configurations is large, perhaps
  1153.    not even countable: VAX vs Alpha, VAXC vs DECC vs GCC, no network
  1154.    support vs Multinet vs TCPware vs Wollongong vs UCX vs CMU/Tek, and
  1155.    this release of VMS versus all the others. The kicker is in the
  1156.    releases; for example DEC C 4.0 vs 4.1 vs 5.0 vs 5.3 (etc) versus the
  1157.    TCP/IP product's header files, which themselves go through all sorts
  1158.    of releases and patches. We can't guarantee that C-Kermit can be
  1159.    successfully built on every combination, but in version 6.0 we are
  1160.    much closer to that goal than ever before.
  1161.    
  1162.    Before leaving this topic, let's look at how to find out the relevant
  1163.    version numbers. SHOW SYSTEM (among other commands) tells you the VMS
  1164.    version number. To find the C version number, try:
  1165.    
  1166.   $ CC /VER
  1167.  
  1168.    which works for recent DECC versions, or:
  1169.    
  1170.   $ CC NLA0: /NOOBJ /VERSION
  1171.  
  1172.    or (when the above doesn't work):
  1173.    
  1174.   $ CC/LIST=FOO SYS$INPUT
  1175.   ^Z
  1176.  
  1177.    and then look at the first line of FOO.LIS.
  1178.    
  1179.    The method for finding out the TCP/IP product version number depends
  1180.    on the product. For Multinet:
  1181.    
  1182.   $ MU SHOW /VERSION
  1183.  
  1184.    For DEC TCP/IP (UCX) versions 3.0 and later:
  1185.    
  1186.   $ UCX SHOW VERSION
  1187.  
  1188.    For earlier releases, or ones where the above command doesn't work,
  1189.    try:
  1190.    
  1191.   $ RUN SYS$SYSTEM:UCX$VERSIONS
  1192.  
  1193.    or:
  1194.    
  1195.   $ ANALYZE/IMAGE SYS$SYSTEM:*BGDRIVER
  1196.  
  1197.    or:
  1198.    
  1199.   $ ANALYZE/IMAGE SYS$LOADABLE_IMAGES:*BGDRIVER
  1200.  
  1201.    For others: (somebody please fill this in)
  1202.    
  1203.    Before trying to compile, make sure you've got the disk space and
  1204.    quotas, etc, that are needed. In version 6.0 and later, you'll
  1205.    probably need as much as 8 or 10 megabytes for all the sources,
  1206.    objects, and binaries.
  1207.    
  1208.    The User Authorization File (UAF) parameters of the account in which
  1209.    C-Kermit will be built must be set to accomodate the large size of
  1210.    some source modules. Recommended values are:
  1211.    
  1212.   PAGE FILE QUOTA:  at least 60000
  1213.   Working set extent:  at least 5012
  1214.  
  1215.    To modify: Suppose a user KERMIT is the VMS account from which Kermit
  1216.    is maintained. To set these values, the system manager must do the
  1217.    following:
  1218.    
  1219.   $ set default sys$system
  1220.   $ mcr authorize
  1221.   UAF> modify kermit/pgflquo=60000/wsextent=5012
  1222.   UAF> exit
  1223.  
  1224.    If errors such as:
  1225.    
  1226.   %cc-f-text Virtual Memory limits exceeded
  1227.  
  1228.    occur during the build procedure, these parameters may need adjustment
  1229.    (upwards).
  1230.    
  1231.    To build C-Kermit, create a new directory and make it your current
  1232.    directory:
  1233.    
  1234.   $ CREATE/DIR [.KERMIT]
  1235.   $ SET DEFAULT [.KERMIT]
  1236.  
  1237.    and put the C-Kermit source files and build procedures there, for
  1238.    example by copying them from the distribution tape or cartridge.
  1239.    
  1240.    Two build procedures are provided for C-Kermit 6.0 and later; one
  1241.    (CKVOLD.COM) for VMS 4.x, the other (CKVKER.COM) for VMS 5.0 and
  1242.    later. The two are equivalent except for syntax, and should work
  1243.    everywhere. No extra products (MAKE, MMS, MMK, etc) are required (but
  1244.    MMS or MMK will be used if present). The auxilliary file CKVKER.MMS is
  1245.    used if MMS or MMK are present. To build C-Kermit:
  1246.    
  1247.    $ @CKVKER  (or @CKVOLD)
  1248.  
  1249.    Please read the comments at the top of CKVKER.COM itself for further
  1250.    instructions and information.
  1251.    
  1252.    NOTE: if you get messages like this in the link step:
  1253.    
  1254.   %LINK-I-OPENIN, Error opening SYS$COMMON:[SYSLIB]VAXCRTLG.OLB; as input,
  1255.   %RMS-E-FNF, file not found
  1256.   %LINK-I-OPENIN, Error opening SYS$COMMON:[SYSLIB]VAXCRTL.OLB; as input,
  1257.   %RMS-E-FNF, file not found
  1258.  
  1259.    it probably means you have a LNK$LIBRARY symbol defined in your job
  1260.    (or system-wide) and the definition is inappropriate. DEASSIGN it if
  1261.    possible. If not, and if the LINK step produced no other error
  1262.    messages, and the WERMIT.EXE binary seems to run OK, then you can
  1263.    ignore the error messages.
  1264.    
  1265.    If you get huge amounts of warnings like:
  1266.    
  1267.               getsockname(sock,(struct sockaddr *)&l_sa,&slen);
  1268.   ............^
  1269.   %CC-W-PTRMISMATCH, In this statement, the referenced type of the pointer
  1270.   value "&slen" is "int", which is not compatible with "unsigned int".
  1271.   at line number 5870 in file DISK$USRG:[FDC.KERMIT]CKCNET.C;20
  1272.  
  1273.    this indicates that some essential header file is not being executed,
  1274.    which can happen for all sorts of reasons (usually some symbol was
  1275.    defined by some other header file that interferes with a subsequent
  1276.    one). The trick here is to get an include-file listing, which is
  1277.    possible with DECC (maybe VAXC too):
  1278.    
  1279.   @ckvker.com "" "" "" /LIST/SHOW=INCLUDE
  1280.  
  1281.    and then look through the CK????.LIS file of the offending module.
  1282.    
  1283.   7.1. Programming Tips
  1284.   
  1285.    For testing the DEC C version number:
  1286.    
  1287.   #ifdef __DECC_VER
  1288.   #if (__DEC_VER >= 050100000)
  1289.   blah
  1290.   #endif
  1291.   #endif
  1292.  
  1293.    Note: the version number is vvuuteeee; vv is the major version (like
  1294.    5), uu is the update number (like the "3" in 5.3), t is a code for
  1295.    field test, real release, etc, and eeee is the edit suffix. This is
  1296.    available only in DECC 5.0 and later. It also has a __VMS_VER... Note
  1297.    #2: Remember not to add a leading zero because that changes it to
  1298.    octal.
  1299.    
  1300.   7.2. VMS TCP/IP Networking Support for C-Kermit
  1301.   
  1302.    VMS C-Kermit is capable of establishing TCP/IP TELNET connections and
  1303.    acting as a TELNET program with built-in file transfer, script
  1304.    programming, character-set translation, etc, if it is built
  1305.    appropriately. If you have one of the following products installed on
  1306.    your system, complete with libraries and header files:
  1307.    
  1308.     1. DEC TCP/IP (UCX)
  1309.     2. TGV MultiNet TCP/IP
  1310.     3. Wollongong WIN/TCP or PathWay
  1311.     4. Process Software TCPware
  1312.     5. CMU-OpenVMS/IP with Mike O'Malley's sockets library
  1313.        
  1314.    then you can include TCP/IP capability in your version of VMS
  1315.    C-Kermit.
  1316.    
  1317.    The TCP/IP product is selected automatically by the build procedure
  1318.    based on the presence or absence of certain files on your system. To
  1319.    override the automatic selection, define the symbol NET_OPTION in one
  1320.    of the following ways before running the build procedure:
  1321.    
  1322.   $ NET_OPTION = "NONET"      ! Build with no TCP/IP networking support
  1323.   $ NET_OPTION = "CMU_TCPIP"  ! Build with CMU/Tek TCP/IP networking support
  1324.   $ NET_OPTION = "DEC_TCPIP"  ! Build with DEC TCP/IP (UCX) support
  1325.   $ NET_OPTION = "MULTINET"   ! Build with TGV MultiNet TCP/IP support
  1326.   $ NET_OPTION = "TCPWARE"    ! Build with Process Software TCPware support
  1327.   $ NET_OPTION = "WINTCP"     ! Build with WIN/TCP or PathWay support
  1328.  
  1329.    That is, type one of the commands listed above at the DCL prompt
  1330.    (shown above as "$") before running the build procedure. You can also
  1331.    force a "NONET" build with the CKVKER.COM "N" command-line option.
  1332.    
  1333.    Note: If you are building a version with TCP/IP support, and you have
  1334.    the required TCP/IP libraries and header files, but the #include files
  1335.    can't be found at compile time, then maybe they were put into a text
  1336.    library, in which case you need to unpack the include-file library
  1337.    into separate files using the VMS LIBRARY command.
  1338.    
  1339.     7.2.1. DEC TCP/IP (UCX) If the C-Kermit build procedure does not notice
  1340.     that you have DEC TCP/IP installed when you really do, it is likely because
  1341.     the file SYS$STARTUP:UCX$STARTUP.COM is read-protected (e.g. because your
  1342.     site runs DECinspect). Turn on READONLY privilege.
  1343.     
  1344.     If the DEC TCP/IP version of KERMIT.EXE crashes immediately upon startup
  1345.     with a message like:
  1346.     
  1347.   %LIB-E-ACTIMAGE, error activating image
  1348.    R4GRIE$DIA0:[SYS0.SYSCOMMON.][SYSLIB]UCX$IPC_SHR.EXE;1
  1349.   -SYSTEM-F-PRIVINSTALL
  1350.  
  1351.    it means the system manager has to install the UCX sharable library:
  1352.    
  1353.   INSTALL ADD SYS$SHARE:UCX$IPC_SHR.EXE
  1354.  
  1355.     7.2.2. Wollongong / Attachmate TCP/IP Wollongong (now Attachmate (now
  1356.     defunct)) support should work for both new (PathWay) and older (WIN/TCP)
  1357.     versions, and C-Kermit versions linked under older Wollongong versions
  1358.     should still run under the newer version. But note that the pieces of the
  1359.     Wollongong package are now unbundled -- you have to buy the runtime,
  1360.     access, API, etc, pieces separately, and (of course) you need the API to
  1361.     compile C-Kermit with Wollongong TCP/IP support.
  1362.     
  1363.     C-Kermit 7.0 has been verified to build on VMS ... with Pathway 3.1 with a
  1364.     few harmless warning messages, but the following change is required to the
  1365.     Attachmate-supplied file TWG$TCP:[NETDIST.MISC]DEF.COM to remove the
  1366.     definition of DECC$SYSTEM_INCLUDE:
  1367.     
  1368.   $ diff twg$tcp:[netdist.misc]def.com
  1369.   ************
  1370.   File TWG$COMMON:[NETDIST.MISC]DEF.COM;2
  1371.      37   $! define decc$system_include   twg$tcp:[netdist.include],      -
  1372.      38   $!                              twg$tcp:[netdist.include.sys]
  1373.      39   $!
  1374.   ******
  1375.   File TWG$COMMON:[NETDIST.MISC]DEF.COM;1
  1376.      37   $ define decc$system_include    twg$tcp:[netdist.include],      -
  1377.      38                                   twg$tcp:[netdist.include.sys]
  1378.      39   $!
  1379.  
  1380.    You can't build VMS C-Kermit with Wollongong TCP/IP support using GCC
  1381.    due to the use of "noshare" in the Wollongong header files.
  1382.    
  1383.    Reportedly, when building C-Kermit with WIN/TCP support with older
  1384.    versions (5.1 and earlier?) of WIN/TCP, the symbol WIN$PERROR is
  1385.    undefined at link time and the build fails. Workaround: change the one
  1386.    reference to win$perror(), which occurs in the contti() function in
  1387.    CKVTIO.C, to be simply perror().
  1388.    
  1389.     7.2.3. TGV / Cisco / Process MultiNet If your VAX has the TGV MultiNet
  1390.     TCP/IP networking product, CKVKER.COM automatically builds C-Kermit with
  1391.     MultiNet TCP/IP support included. However:
  1392.     
  1393.      * In older (pre-V3.1) MultiNet installations, the header files might
  1394.        not be installed. Without these, C-Kermit will not build
  1395.        correctly. The system manager can add Multinet 3.1 programming
  1396.        support by installing MNETLIB031 from the Multinet distribution,
  1397.        if licensed to do so.
  1398.      * Anyone building the VMS version with certain versions of TGV
  1399.        MultiNet support under VAX C 3.1 might get an error message about
  1400.        conficting definitions of "time_t". This is because of a conflict
  1401.        between DEC's <types.h> and MultiNet's <types.h> caused because
  1402.        DEC changed the definition between VAX C 3.0 and 3.1. Kermit can't
  1403.        do anything about this because CKVTIO.C #includes <time.h>, which
  1404.        itself includes <types.h>. The warning is not fatal.
  1405.        
  1406.     7.2.4. CMU-OpenVMS/IP CMU-OpenVMS/IP (CMUIP), originally CMU/Tek-TCP/IP, is
  1407.     a public domain TCP/IP package originally developed at Carnegie-Mellon
  1408.     University (CMU) by Tektronix (Tek). CMUIP was released to the public trust
  1409.     in December 1992 as CMU-OpenVMS/IP and is now maintained by a diligent
  1410.     group from around the Internet. Support is provided through the usenet
  1411.     group:
  1412.     
  1413.   vmsnet.networks.tcp-ip.cmu-tek
  1414.  
  1415.    BSD socket support for C-Kermit is supported thanks to a new
  1416.    CMU-OpenVMS/IP socket library written by Mike O'Malley of Digital
  1417.    Equipment Corporation. If you have this library installed on your VMS
  1418.    system, the build procedure will find the file
  1419.    CMUIP_ROOT:[SYSLIB]LIBCMU.OLB and C-Kermit will be built automatically
  1420.    with CMU-OpenVMS/IP support unless you define NET_OPTION to say
  1421.    otherwise. The LIBCMU socket library can be found on the
  1422.    kermit.columbia.edu anonymous ftp server.
  1423.    
  1424.    [ [48]Contents ] [ [49]C-Kermit ] [ [50]Kermit Home ]
  1425.     ________________________________________________________________________
  1426.   
  1427.   8. CASE STUDY: ALPHA SETUP AND TEST RESULTS
  1428.   
  1429.    Written by Peter Mossel.
  1430.    
  1431.    Model number: DEC3000/400, a workstation with 64MB of memory.
  1432.    Ports used: OPA1: (a MMJ connector for the alternate operator console)
  1433.    TTA1: (a 25-pin male D-connector on the back)
  1434.    Operating System: OpenVMS V1.0
  1435.    Firmware: V1.1
  1436.    
  1437.    Upon power-up, the console displays something like:
  1438.    
  1439.   ...
  1440.   CPU   OK  KN15-BA V1.1-S11A IO20 sV1.0 DECchip 21064 P2.1
  1441.   ...
  1442.  
  1443.    Testing setup 1: OPA1:
  1444.    
  1445.   +-------+
  1446.   |     MMJ--- DECconnect cable ---MMJ H8571-A--- modem cable to PC
  1447.   +-------+                            (passive adapter)
  1448.  
  1449.    In words, plug a DECconnect cable with MMJ plugs on both ends in the
  1450.    alternate console port on the back of the DEC3000/400. Make sure S3 is
  1451.    in the "up" position. The workstation screen is now the console
  1452.    (OPA0:) and the extra port, OPA1:, is available for connecting a
  1453.    terminal or printer. This MMJ plug is the only MMJ plug on the back of
  1454.    this machine.
  1455.    
  1456.    My other host for the test is a DECpc 466, a 66MHz i486 with DOS 5.0
  1457.    and MS-DOS Kermit 3.12. The 466 has 2 serial ports, both 9-pin. I
  1458.    attached a standard 9-pin to 25-pin modem cable (the ones that came
  1459.    into existence with the IBM PC/AT which originally had only a 9-pin
  1460.    serial port) to the serial port on the 466.
  1461.    
  1462.    Now we must join a 25-pin connector and a MMJ connector. This is done
  1463.    with a passive adapter (H8571-A) which converts the RS423 signalling
  1464.    standard (balanced TX+ TX- RX+ RX-, DTR, DSR) to RS-232. All this is
  1465.    fairly standard for DEC sites. Note that when connecting a modem to an
  1466.    MMJ connector, we have only a subset of the required modem signals, so
  1467.    this is not supported via MMJ. The other port (TTA1) has full modem
  1468.    control. Note that the DECconnect cable always reverses TX and RX, so
  1469.    it effectively functions as a NULL-modem cable.
  1470.    
  1471.    Testing setup 2: TTA1
  1472.    
  1473.   +-------+
  1474.   |     25-pin D connector --- NULL modem cable to PC
  1475.   +-------+
  1476.  
  1477.    Use the (only) 25-pin D-connector on the back. Now we need a null
  1478.    modem cable (see the Kermit book), and, because my PC has a 9-pin
  1479.    serial port, I also need a 9-pin to 25-pin modem cable.
  1480.    
  1481.    Testing setup 3: LAT
  1482.    
  1483.    Connect the PC with a standard cable to the terminal server, which
  1484.    speaks LAT to my DEC3000/400. The speed can be set up to 19200 baud
  1485.    with the terminal server in use.
  1486.    
  1487.    Test script for setup 1 and 2:
  1488.    
  1489.    On DEC3000:
  1490.           
  1491.  
  1492. $ kermit
  1493. C-Kermit>set line xxx
  1494.    (where xxx is OPA1 or TTA1)
  1495. C-Kermit>set speed 19200
  1496.  
  1497.    On the PC:
  1498.           
  1499. C:\kermit
  1500. MS-Kermit>set port 1
  1501. MS-Kermit>set speed 19200
  1502. MS-Kermit>server
  1503.  
  1504.    On the DEC3000:
  1505.           
  1506. C-Kermit>get test.fil
  1507. C-Kermit>finish
  1508.  
  1509.    On the PC
  1510.           
  1511. MS-Kermit>quit
  1512.  
  1513.    Test script for setup 3 (LAT):
  1514.    
  1515.    On the PC
  1516.           
  1517. C:\kermit
  1518. MS-Kermit>set port 1
  1519. MS-Kermit>set speed 19200
  1520. MS-Kermit>connect
  1521.  
  1522.           ( Now log into DEC3000 as host )
  1523.           
  1524. $ kermit -x
  1525.  
  1526.           ( back to the PC )
  1527.           
  1528. MS-Kermit>get test.fil
  1529. MS-Kermit>bye
  1530.  
  1531.    Results:
  1532.    
  1533.    In all three cases, the data transfer speed is excellent. Over 80% of
  1534.    the bandwidth of the communication channel is used for the file
  1535.    transfer, sometimes even more. The DEC3000 is loaded with processes
  1536.    (MOTIF, Sybase DBMS, NFS clients and servers,...) and heavy network
  1537.    activity (DECnet, LAT, TCP/IP but no characters have ever been lost,
  1538.    even when the DBMS fires up. No special SYSGEN parameters, just
  1539.    configured for a normal workstation with MOTIF.
  1540.    
  1541.    Notes:
  1542.    
  1543.     1. Device protection
  1544.        In a system like this out of the box, the device protection on
  1545.        TTA1 and OPA1 does not allow an unprivileged user to use these
  1546.        lines for DIAL-OUT from Kermit. Thus, the system manager must set
  1547.        every time the system is rebooted:
  1548.  
  1549.   $ set protection=w:rwlp/device OPA1:
  1550.   $ set protection=w:rwlp/device TTA1:
  1551.        Without these special protections, a terminal connected to these
  1552.        ports will still be able to login and get the "Username:" prompt.
  1553.     2. Console device speed
  1554.        The Alpha VMS V1.0 cover letter mentions that the command
  1555.  
  1556.   $ set terminal/speed=nnnn/perm/opa1:
  1557.        will have no effect on the speed of OPA1. In practice, there is no
  1558.        problem with Kermit file transfers. The data just get thru fine
  1559.        and file transfers are OK. The release notes also mention that
  1560.        setting the speed of OPA1 can be accomplished by setting the
  1561.        console environment variable "tta1_baud" to the desired speed. See
  1562.        the hardware guide on how to do this. The problem will be fixed in
  1563.        a future release.
  1564.        
  1565.    [ [51]Contents ] [ [52]C-Kermit ] [ [53]Kermit Home ]
  1566.     ________________________________________________________________________
  1567.   
  1568.   9. MAKING AND USING VMSINSTAL KITS
  1569.   
  1570.    (NOTE: This section is only for future reference, in case it becomes
  1571.    practical to distribute VMSINSTAL kits for C-Kermit. For now, please
  1572.    ignore.)
  1573.    
  1574.    (The reason it isn't practical to build VMSINSTAL kits is that they
  1575.    would be HUGE -- we have five networking options times two processors
  1576.    (VAX and Alpha) times two choices of whether you want to build from
  1577.    the source code or accept the included binary, and the resulting kit
  1578.    still would not solve the many VMS configuration problems discussed
  1579.    above.)
  1580.    
  1581.    After building C-Kermit using one of the procedures outlined above,
  1582.    execute the DCL procedure CKVMSI.COM to create a VMSINSTAL kit. This
  1583.    kit can be created either with or without the source code. In any
  1584.    case, it includes the C-Kermit executable program, the C-Kermit help
  1585.    file (for installation in your HELP library), plus a sample
  1586.    CKERMIT.INI (C-Kermit initialization) file, and release notes. You may
  1587.    now install C-Kermit using the command:
  1588.    
  1589.   @sys$update:vmsinstal kermit
  1590.  
  1591.    It will prompt you for which components you want installed, and where
  1592.    to put them. CKVMSI and CKVKIT were written by Terry Kennedy of Saint
  1593.    Peters College.
  1594.     ________________________________________________________________________
  1595.   
  1596.   9.1. Sample Header-File Extraction Procedure
  1597.   
  1598.    This one is for VAX C, and probably needs a few more files extracted
  1599.    from it than are shown below.
  1600.    
  1601. $!
  1602. $! XTRACTHD.COM
  1603. $! By Robert Weiner, Programming PLUS, rweiner@watsun.cc.columbia.edu
  1604. $! FEB-1992
  1605. $! Use this Extract Header command script to extract the VAXC header files
  1606. $! from sys$library:vaxcdef into the current directory inorder to compile
  1607. $! ckermit if you don't have the include files already in sys$library:
  1608. $! You must also modify the CKVKER.COM procedure to include
  1609. $! "CCFLAGS = /INC=([])" for this to work, ie. search current directory too.
  1610. $!
  1611. $ write sys$output "Extracting CKERMIT Include Files into Local Directory..."
  1612. $!
  1613. $lib /log /extract=CTYPE        /output=CTYPE.h         sys$library:vaxcdef.tlb
  1614. $lib /log /extract=DCDEF        /output=DCDEF.h         sys$library:vaxcdef.tlb
  1615. $lib /log /extract=DESCRIP      /output=DESCRIP.h       sys$library:vaxcdef.tlb
  1616. $lib /log /extract=DEVDEF       /output=DEVDEF.h        sys$library:vaxcdef.tlb
  1617. $lib /log /extract=DVIDEF       /output=DVIDEF.h        sys$library:vaxcdef.tlb
  1618. $lib /log /extract=ERRNO        /output=ERRNO.h         sys$library:vaxcdef.tlb
  1619. $lib /log /extract=FILE         /output=FILE.h          sys$library:vaxcdef.tlb
  1620. $lib /log /extract=IN           /output=IN.h            sys$library:vaxcdef.tlb
  1621. $lib /log /extract=INET         /output=INET.h          sys$library:vaxcdef.tlb
  1622. $lib /log /extract=IODEF        /output=IODEF.h         sys$library:vaxcdef.tlb
  1623. $lib /log /extract=JPIDEF       /output=JPIDEF.h        sys$library:vaxcdef.tlb
  1624. $lib /log /extract=LIMITS       /output=LIMITS.h        sys$library:vaxcdef.tlb
  1625. $lib /log /extract=NETDB        /output=NETDB.h         sys$library:vaxcdef.tlb
  1626. $lib /log /extract=RMS          /output=RMS.h           sys$library:vaxcdef.tlb
  1627. $lib /log /extract=SETJMP       /output=SETJMP.h        sys$library:vaxcdef.tlb
  1628. $lib /log /extract=SIGNAL       /output=SIGNAL.h        sys$library:vaxcdef.tlb
  1629. $lib /log /extract=SOCKET       /output=SOCKET.h        sys$library:vaxcdef.tlb
  1630. $lib /log /extract=SSDEF        /output=SSDEF.h         sys$library:vaxcdef.tlb
  1631. $lib /log /extract=STARLET      /output=STARLET.h       sys$library:vaxcdef.tlb
  1632. $lib /log /extract=STAT         /output=STAT.h          sys$library:vaxcdef.tlb
  1633. $lib /log /extract=STDIO        /output=STDIO.h         sys$library:vaxcdef.tlb
  1634. $lib /log /extract=STDLIB       /output=STDLIB.h        sys$library:vaxcdef.tlb
  1635. $lib /log /extract=STRING       /output=STRING.h        sys$library:vaxcdef.tlb
  1636. $lib /log /extract=STSDEF       /output=STSDEF.h        sys$library:vaxcdef.tlb
  1637. $lib /log /extract=SYIDEF       /output=SYIDEF.h        sys$library:vaxcdef.tlb
  1638. $lib /log /extract=TIME         /output=TIME.h          sys$library:vaxcdef.tlb
  1639. $lib /log /extract=TIMEB        /output=TIMEB.h         sys$library:vaxcdef.tlb
  1640. $lib /log /extract=TT2DEF       /output=TT2DEF.h        sys$library:vaxcdef.tlb
  1641. $lib /log /extract=TTDEF        /output=TTDEF.h         sys$library:vaxcdef.tlb
  1642. $lib /log /extract=TYPES        /output=TYPES.h         sys$library:vaxcdef.tlb
  1643. $lib /log /extract=UAIDEF       /output=UAIDEF.h        sys$library:vaxcdef.tlb
  1644. $!
  1645. $! The end
  1646. $!
  1647.  
  1648.    [ [54]Top ] [ [55]Contents ] [ [56]C-Kermit Home ] [ [57]C-Kermit 8.0
  1649.    Overview ] [ [58]Kermit Home ]
  1650.      _________________________________________________________________
  1651.    
  1652.    C-Kermit 8.0 VMS Installation Instructions / The Kermit Project /
  1653.    Columbia University / 24 Oct 2002
  1654.  
  1655. References
  1656.  
  1657.    1. http://www.columbia.edu/kermit/ckvins.html#contents
  1658.    2. http://www.columbia.edu/kermit/ckermit.html
  1659.    3. http://www.columbia.edu/kermit/index.html
  1660.    4. http://www.columbia.edu/kermit/ckvins.html
  1661.    5. http://www.columbia.edu/kermit/ckvins.html#x1
  1662.    6. http://www.columbia.edu/kermit/ckvins.html#x2
  1663.    7. http://www.columbia.edu/kermit/ckvins.html#x3
  1664.    8. http://www.columbia.edu/kermit/ckvins.html#x3.1
  1665.    9. http://www.columbia.edu/kermit/ckvins.html#x3.2
  1666.   10. http://www.columbia.edu/kermit/ckvins.html#x3.3
  1667.   11. http://www.columbia.edu/kermit/ckvins.html#x3.4
  1668.   12. http://www.columbia.edu/kermit/ckvins.html#x3.5
  1669.   13. http://www.columbia.edu/kermit/ckvins.html#x3.6
  1670.   14. http://www.columbia.edu/kermit/ckvins.html#x4
  1671.   15. http://www.columbia.edu/kermit/ckvins.html#x5
  1672.   16. http://www.columbia.edu/kermit/ckvins.html#x6
  1673.   17. http://www.columbia.edu/kermit/ckvins.html#x7
  1674.   18. http://www.columbia.edu/kermit/ckvins.html#x7.1
  1675.   19. http://www.columbia.edu/kermit/ckvins.html#x7.2
  1676.   20. http://www.columbia.edu/kermit/ckvins.html#x8
  1677.   21. http://www.columbia.edu/kermit/ckvins.html#x9
  1678.   22. http://www.columbia.edu/kermit/ckvins.html#x3
  1679.   23. http://www.columbia.edu/kermit/ckvins.html#x4
  1680.   24. http://www.columbia.edu/kermit/ckvins.html#x5
  1681.   25. http://www.columbia.edu/kermit/ckvins.html#x5
  1682.   26. http://www.columbia.edu/kermit/ckvins.html#contents
  1683.   27. http://www.columbia.edu/kermit/ckermit.html
  1684.   28. http://www.columbia.edu/kermit/index.html
  1685.   29. ftp://kermit.columbia.edu/kermit/b
  1686.   30. http://www.columbia.edu/kermit/ckermit.html
  1687.   31. http://www.columbia.edu/kermit/ckvins.html#contents
  1688.   32. http://www.columbia.edu/kermit/ckermit.html
  1689.   33. http://www.columbia.edu/kermit/index.html
  1690.   34. http://www.columbia.edu/kermit/ckvins.html#x5
  1691.   35. http://www.columbia.edu/kermit/ck60manual.html
  1692.   36. http://www.columbia.edu/kermit/ckvins.html#contents
  1693.   37. http://www.columbia.edu/kermit/ckermit.html
  1694.   38. http://www.columbia.edu/kermit/index.html
  1695.   39. http://www.columbia.edu/kermit/ckvins.html#contents
  1696.   40. http://www.columbia.edu/kermit/ckermit.html
  1697.   41. http://www.columbia.edu/kermit/index.html
  1698.   42. http://www.columbia.edu/kermit/ckvins.html#contents
  1699.   43. http://www.columbia.edu/kermit/ckermit.html
  1700.   44. http://www.columbia.edu/kermit/index.html
  1701.   45. http://www.columbia.edu/kermit/ckvins.html#contents
  1702.   46. http://www.columbia.edu/kermit/ckermit.html
  1703.   47. http://www.columbia.edu/kermit/index.html
  1704.   48. http://www.columbia.edu/kermit/ckvins.html#contents
  1705.   49. http://www.columbia.edu/kermit/ckermit.html
  1706.   50. http://www.columbia.edu/kermit/index.html
  1707.   51. http://www.columbia.edu/kermit/ckvins.html#contents
  1708.   52. http://www.columbia.edu/kermit/ckermit.html
  1709.   53. http://www.columbia.edu/kermit/index.html
  1710.   54. http://www.columbia.edu/kermit/ckvins.html#top
  1711.   55. http://www.columbia.edu/kermit/ckvins.html#contents
  1712.   56. http://www.columbia.edu/kermit/ckermit.html
  1713.   57. http://www.columbia.edu/kermit/ck80.html
  1714.   58. http://www.columbia.edu/kermit/index.html
  1715.