home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / opennv.exe / OPENNV.TXT < prev    next >
Text File  |  1995-03-24  |  5KB  |  113 lines

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              OPENNV.EXE
  5. DOCUMENT ID:        TID251090
  6. DOCUMENT REVISION:  A
  7. DATE:               20MAR95
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Issue
  10. README FOR:         OPENNV.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. NetWare for SAA 2.0
  14. NetWare Management Agent for NetView 1.3B
  15. NetWare for SAA 1.3B
  16.  
  17. ABSTRACT:
  18.  
  19. Files for Developers Only.  Expands NetWare Management Agent for NetView 1.3B,
  20. so that developers can write NLMs or DOS applications which can be managed by
  21. IBM's NetView.  Compatible with NetWare for SAA 2.0 and NetWare for SAA 1.3B. 
  22. Also, includes corrections to the Open NetView Programmer's Guide.
  23.  
  24. -----------------------------------------------------------------
  25. DISCLAIMER
  26. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL.  NOVELL
  27. MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION.  HOWEVER, THE
  28. INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION ONLY.  NOVELL
  29. MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS INFORMATION.
  30. -----------------------------------------------------------------
  31.  
  32. ISSUE
  33.  
  34. Files for Developers Only.  Open NetView Software Developers' Kit (SDK)
  35. Version 1.0, expands NetWare Management Agent for NetView 1.3B, so that
  36. developers can write NLMs or DOS applications which can be managed by IBM's
  37. NetView.  Compatible with NetWare for SAA 2.0.
  38.  
  39. The NetWare Open NetView API allows developers to easily instrument their
  40. applications to support IBM NetView alerts and run commands (RUNCMDs). 
  41. NetWare for SAA and the NetWare Management Agent (NMA) for NetView both
  42. include an Open NetView interface that can be used by any NLM application.
  43.  
  44. Self-Extracting File Name:  OPENNV.EXE     Revision:  A
  45.  
  46. Files Included     Size     Date      Time
  47.  
  48. \
  49.   OPENNV.TXT         (This File)
  50.      NVAPI.H       7376   11-04-92    5:34p
  51.      NVCMD.C       7607   11-04-92    5:41p
  52.      NVIPX.C       6035   04-14-93    4:15p
  53.      NVIPX.H       1761   10-16-92    8:36a
  54.     $RUN.OVL       2744   09-02-92   10:33a
  55.    BTRIEVE.H       9992   01-15-92    3:33p
  56.    CSPRIMS.H       5327   04-09-92    5:09p
  57.    CSTYPES.H       5824   03-10-93    5:11p
  58.    NMVTDEF.H       2202   09-21-92    4:06p
  59.    NVALERT.C       6668   04-14-93    4:15p
  60.    NVAPI.IMP         43   04-15-92    9:18a
  61.    NVCMD.DEF        271   10-09-92   11:38a
  62.    NVIPX.DEF        287   10-12-92   12:34p
  63.    NVIPXWS.C       5938   11-03-92    6:27p
  64.  IBM$RUN.OVL       2744   09-02-92   10:33a
  65.  NVALERT.CPG        608   12-15-92   10:58a
  66.  NVALERT.DEF        281   10-02-92    6:54p
  67.  NVALTDB.NLM      13417   04-30-93   10:01a
  68.  SYS$ERR.IDX       9170   12-10-90    1:37p
  69.  SYS$MSG.MSG      28458   08-11-92    2:25p
  70. CPGENMSG.MSG       6308   11-08-92    4:23p
  71. NVALTGEN.EXE     245907   04-14-93    8:55a
  72. SYS$HELP.HEP       9417   08-11-92    3:13p
  73.  
  74.  
  75. Installation Instructions:
  76.  
  77. See Page 2-1 of "Open NetView Utilities Users Guide". 
  78.  
  79. Corrections to the Open NetView Programmer's Guide
  80. --------------------------------------------------
  81. On page 2-24, the note in the "Sending Predefined Alert Requests" section
  82. should read: "This output was obtained by using the Output to Print File
  83. option in NVALTGEN.  It was run on the NVALERT.CPG sample file that is
  84. supplied with this SDK."
  85.  
  86. On page 2-27, the comment at the top of the page should read: 
  87. "The following structure specifies six entries containing runtime parameter
  88. data for this predefined alert.  For example, the first entry specifies the
  89. Failure Causes subvector (96), Detailed Data subfield (82), Data ID (35), Data
  90. Position (1), Data type (PRINTABLESTRING), value length (20), and value
  91. (&adapter_type)."
  92.  
  93. The structure that follows this comment should be:
  94.  
  95. NVParm_t parms[] = {
  96. {0x96, 0x82, 0x35, 1, PRINTABLESTRING, 20, &adapter_type},
  97. {0x96, 0x82, 0x61, 2, OCTETSTRING, 1, &value},
  98. {0x96, 0x82, 0x07, 3, OCTETSTRING, 1, &value},
  99. {0x96, 0x83, 0x00, 1, OCTETSTRING, 1, &psid1},
  100. {0x96, 0x83, 0x00, 2, OCTETSTRING, 1, &psid1},
  101. {0x51, 0x03, 0x00, 1, OCTETSTRING, 6, &addr}
  102. };
  103.  
  104. Patch History:
  105. This is the only time these files have been released on NetWire.
  106.  
  107. -----------------------------------------------------------------
  108. Any trademarks referenced in this document are the property of their
  109. respective owners.  Consult your product manuals for complete trademark
  110. information.
  111. -----------------------------------------------------------------
  112.  
  113.