home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / drappn.zip / APPNDR.TXT next >
Text File  |  1993-11-01  |  5KB  |  79 lines

  1.                         Dr. APPN Diagnosis  Version 1.00        11/01/93
  2. *******************************************************************************
  3. Purpose: DRAPPN.EXE was created by a need for customers and support staff to be
  4.          able to quickly check for connectivity while not having to remember
  5.          all of the verbose options required to execute some of the IBM Sample
  6.          utility programs. Because of this need and the desire to make it into
  7.          a simple PM based utility, VX-Rexx was chosen as a simple front end
  8.          to the existing IBM sample programs to allow upgrades to these without
  9.          requiring rebuilding the front end.
  10.  
  11. Design:  The design started with a main menu selection of 10 different options
  12.          which appeared to be the most common for most people's use. They
  13.          include the following:
  14.          APING Mainframe       - These options issue a standard APING to either
  15.          APING Network Node      an APPC/MVS Application, an APPN Network Node,
  16.          APING Prompt            or any other name that will be prompted for.
  17.                                  They interrogate the response to issue a
  18.                                  single reply indicating whether or not the
  19.                                  connectivity test was good or bad.
  20.                                  There are 2 user customizeable files called
  21.                                  MFLIST.DAT and NNLIST.DAT which contain the
  22.                                  fully qualified names of APPC/MVS Appls and
  23.                                  Network Node names. Of course you can include
  24.                                  End Nodes,LEN's,etc if desired in either list.
  25.                                  The distinction was to be able to show that
  26.                                  there is a relationship between End Node and
  27.                                  Network Node(most likely) before End Node to
  28.                                  APPC/MVS host. E.G. Check your Network Node
  29.                                  and then check the Mainframe to ensure the
  30.                                  proper connectivity. If this is distributed to
  31.                                  end user's, my suggestion would be to only
  32.                                  include the user's Preferred and possibly
  33.                                  their backup NN server.
  34.  
  35.          APING Options MFLIST  - This is pretty much the same as above options
  36.          APING Options NNLIST    except that the output is not interrogated but
  37.          APING Options Prompt    merely presented to the user with EPM.EXE.
  38.                                  Since this data is most likely being used for
  39.                                  performance measurements, I wanted an easy way
  40.                                  for the user/support person to save the data
  41.                                  into another file,etc.
  42.  
  43.          Display Links NNLIST  - This option issues the DISPLAY -LI command to
  44.          Display Links Prompt    find out the Active links to a particular
  45.                                  Network Node or Prompt for any node. This also
  46.                                  implies that they must have RDSPSRVR.EXE
  47.                                  available on that node. The same NNLIST.DAT
  48.                                  file is used here. EPM.EXE is used to present
  49.                                  this data to the user for the same reason as
  50.                                  APING Options, historical purposes.
  51.  
  52.          Display Options NNLIST- This option prompts the user for which of the
  53.          Display Options Prompt  24 available options to query for. They are
  54.                                  Check box selectable and multiple options can
  55.                                  be selected. If no option is marked, then ALL
  56.                                  options are used.
  57.  
  58.  
  59. General Information - Error's from APING and DISPLAY programs are not routed to
  60.                       the standard output, therefore, if an error of this type
  61.                       occurs, I decided to go ahead and let it flow to the
  62.                       VX-Rexx Console for interrogation.
  63.  
  64. Files distributed   - MFLIST.DAT   Sample list of APPC/MVS Appls
  65.                       MODLIST.DAT  Sample list of Mode names
  66.                       NNLIST.DAT   Sample list of Network Node names
  67.                       VROBJ.DLL    VX-Rexx Object DLL
  68.                       DRAPPN.EXE   DRAPPN Executable
  69.                       DRAPPN.ICO   DRAPPN Icon
  70.                       APPNDR.TXT   This help file
  71.  
  72. Files Needed        - APING.EXE    Available on Compuserv,OS2BBS,etc
  73.                       DISPLAY.EXE  Available on API diskette for Comm Mgr and
  74.                                    distributed automatically with CM/2.
  75.  
  76.  
  77. If problems are encountered or you have suggestions, please route them to
  78. Kerry Mercer via Compuserv @ 75000,175
  79.