home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / dirsta.zip / DIRSTAT.ABS next >
Text File  |  1995-06-22  |  3KB  |  95 lines

  1.                        ***************************
  2.                        *  DIRSTAT and DIRSTATC   *
  3.                        ***************************
  4.  
  5. DIRSTAT is a simple PM program that can be used to obtain information from
  6. a LAN adapter in your PC.  The primary purpose of this program is to
  7. provide an easy way of finding out the universal address (UAA) of the adapter
  8. and the current local address (LAA) of the adapter.  In addition, DIRSTAT
  9. provides the user with other helpful information that it has obtained from
  10. the LAN adapter.
  11.  
  12.    Valid parameters for DIRSTAT are:
  13.       None
  14.  
  15.    Example:
  16.       DIRSTAT
  17.  
  18. DIRSTATC is identical in function to DIRSTAT except it runs from the command
  19. line in DOS or OS/2.  All output from the program is to stdout.  You must
  20. specify which adapters you want information for when invoking DIRSTATC.
  21.  
  22.    Valid parameters for DIRSTATC are:
  23.       /0 - Information on adapter 0
  24.       /1 - Information on adapter 1
  25.       /2 - Information on adapter 2
  26.       /3 - Information on adapter 3
  27.  
  28.    Example:
  29.  
  30.       Get information on the primary adapter. (Adapter 0)
  31.       DIRSTATC /0
  32.  
  33.  
  34. The programs provide you with the following adapter information:
  35.    - Adapter Type
  36.         i.e. Token Ring, PC Network, Ethernet, etc.
  37.    - Adapter Specific Info
  38.         Ring Number
  39.         Data Rate
  40.         Microcode Level
  41.         Early Token Release
  42.         Ring Utilization (must have proper hardware and software)
  43.         Shared Ram
  44.    - Addresses
  45.         Local        (Canonical form also provided)
  46.         Universal    (Canonical form also provided)
  47.         Group
  48.         Functional
  49.    - SAP Info
  50.         Maximum
  51.         Open
  52.    - Station Info
  53.         Maximum
  54.         Open
  55.  
  56.  
  57. Anyone who manages PCs on a LAN can see the benefits offered by DIRSTAT.
  58. It will allow you to easily figure out network addresses, ring speed, and
  59. other adapter specific information that is needed for day to day operations.
  60.  
  61.  
  62. NOTES:
  63.    - Ring utilization is only supported if you are running:
  64.        1. The latest LAN device drivers such as the ones shipped with OS/2 2.0
  65.           and ES 1.0 or DOS and Lan Support Program 1.2
  66.        2. You have a new Token-Ring adapter that supports this function
  67.           such as adapter part number 74F9410, feature code 0149,
  68.                           part number 0933931, feature code 3931,
  69.                           part number 0933462, feature code 8072,
  70.                           part number 73G2032, feature code 7462,
  71.                           part number 74G0801, feature code 8998,
  72.                           part number 74G0103, feature code 8942.
  73.  
  74.    - Ring utilization always zero
  75.      This is a LAPS bug.  You need to get APAR IC07486 to fix the problem.
  76.  
  77.    - NETWARE users will get incorrect output.  The problem is being looked at.
  78.  
  79.    - You may get several errors when trying to run DIRSTAT or DIRSTATC.
  80.      A return code of 0x5? usually indicates that:
  81.  
  82.         - The 802.2 interface is not installed for the adapter
  83.           Use Comm. Mgr or Lan Services to add 802.2 to the adapter
  84.  
  85.         - You need to increase the number of users of the 802.2 interface
  86.           Use Comm. Mgr or Lan Services to increase the number of users
  87.  
  88.    - All errors returned by DIRSTAT and DIRSTATC are CCB return codes which
  89.      are documented in the IBM Local Area Network Technical Reference.
  90.      (Pub. #SC30-3383-xx or #SC30-3587-xx)
  91.  
  92.  
  93. Chris Ahl
  94. RTP, NC
  95.