home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / rfc / 3 / rfc2287.txt < prev    next >
Encoding:
Text File  |  2003-06-11  |  95.9 KB  |  2,470 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                       C. Krupczak
  8. Request for Comments: 2287                    Empire Technologies, Inc.
  9. Category: Standards Track                                    J. Saperia
  10.                                                        BGS Systems Inc.
  11.                                                           February 1998
  12.  
  13.  
  14.       Definitions of System-Level Managed Objects for Applications
  15.  
  16. Status of this Memo
  17.  
  18.    This document specifies an Internet standards track protocol for the
  19.    Internet community, and requests discussion and suggestions for
  20.    improvements.  Please refer to the current edition of the "Internet
  21.    Official Protocol Standards" (STD 1) for the standardization state
  22.    and status of this protocol.  Distribution of this memo is unlimited.
  23.  
  24. Copyright Notice
  25.  
  26.    Copyright (C) The Internet Society (1998).  All Rights Reserved.
  27.  
  28. Table of Contents
  29.  
  30.    1 Abstract ..............................................    2
  31.    2 The SNMPv2 Network Management Framework ...............    2
  32.    2.1 Object Definitions ..................................    2
  33.    3 Overview ..............................................    3
  34.    4 Architecture for Application Management ...............    3
  35.    5 The Structure of the MIB ..............................    4
  36.    5.1 System Application Installed Group ..................    5
  37.    5.2 System Application Run Group ........................    5
  38.    5.2.1 sysApplRunTable and sysApplPastRunTable ...........    5
  39.    5.2.2 sysApplElmtRunTable and  sysApplElmtPastRunTable
  40.         ....................................................    6
  41.    5.3 System Application Map Group ........................    7
  42.    6 Definitions ...........................................    7
  43.    7 Implementation Issues .................................   40
  44.    7.1 Implementation with Polling Agents ..................   40
  45.    7.2 sysApplElmtPastRunTable Entry Collisions ............   40
  46.    8 Security Considerations ...............................   41
  47.    9 Acknowledgements ......................................   42
  48.    10 Author's Address .....................................   42
  49.    11 References ...........................................   42
  50.    12 Full Copyright Statement .............................   44
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. Krupczak & Saperia          Standards Track                     [Page 1]
  59.  
  60. RFC 2287                  MIB for Applications             February 1998
  61.  
  62.  
  63. 1.  Abstract
  64.  
  65.    This memo defines a portion of the Management Information Base (MIB)
  66.    for use with network management protocols in the Internet community.
  67.    In particular, it describes a basic set of managed objects for fault,
  68.    configuration and performance management of applications from a
  69.    systems perspective.  More specifically, the managed objects are
  70.    restricted to information that can be determined from the system
  71.    itself and which does not require special instrumentation within the
  72.    applications to make the information available.
  73.  
  74.    This memo does not specify a standard for the Internet community.
  75.  
  76. 2.  The SNMPv2 Network Management Framework
  77.  
  78.    The SNMPv2 Network Management Framework consists of the following
  79.    major components:
  80.  
  81.    o    RFC 1902 Structure of Management Information for Version
  82.         2 of the Simple Network Management Protocol (SNMPv2) [2]
  83.  
  84.    o    RFC 1903 Textual Conventions for Version 2 of the Simple
  85.         Network Management Protocol (SNMPv2) [3]
  86.  
  87.    o    RFC 1904 Conformance Statements for Version 2 of the
  88.         Simple Network Management Protocol (SNMPv2) [4]
  89.  
  90.    o    RFC 1905 Protocol Operations for Version 2 of the Simple
  91.         Network Management Protocol (SNMPv2) [5]
  92.  
  93.    o    RFC 1906 Transport Mappings for Version 2 of the Simple
  94.         Network Management Protocol (SNMPv2) [6]
  95.  
  96.    o    RFC 1907 Management Information Base for Version 2 of the
  97.         Simple Network Management Protocol (SNMPv2) [7]
  98.  
  99.    o    RFC 1908 Coexistence between Version 1 and Version 2 of
  100.         the Internet-standard Network Management Framework [8]
  101.  
  102.    The Framework permits new objects to be defined for the purpose of
  103.    experimentation and evaluation.
  104.  
  105. 2.1.  Object Definitions
  106.  
  107.    Managed objects are accessed via a virtual information store, termed
  108.    the Management Information Base or MIB. Objects in the MIB are
  109.    defined using the subset of Abstract Syntax Notation One (ASN.1) [1],
  110.    defined in the Structure of Management Information (SMI)  (See RFC
  111.  
  112.  
  113.  
  114. Krupczak & Saperia          Standards Track                     [Page 2]
  115.  
  116. RFC 2287                  MIB for Applications             February 1998
  117.  
  118.  
  119.    1902 [2]). In particular, each object type is named by an OBJECT
  120.    IDENTIFIER, an administratively assigned name. The object type
  121.    together with an object instance serves to uniquely identify a
  122.    specific instantiation of the object. For human convenience, we often
  123.    use a textual string, termed the object descriptor, to refer to the
  124.    object type.
  125.  
  126. 3.  Overview
  127.  
  128.    The primary purpose of computing technologies is the execution of
  129.    application software. These applications, typically specialized
  130.    collections of executables, files, and interprocess communications,
  131.    exist to solve business, scientific or other "problems". The
  132.    configuration, fault detection, performance monitoring and control of
  133.    application software across its life on a host computer is of great
  134.    economic importance. For the purposes of our work, we define
  135.    applications as one or more units of executable code and other
  136.    resources, installed on a single host system that a manager may think
  137.    of as a single object for management purposes.
  138.  
  139.    The information described by the objects in the System Application
  140.    MIB support configuration, fault, and performance management; they
  141.    represent some of the basic attributes of application software from a
  142.    systems (non-application specific) perspective.  The information
  143.    allows for the description of applications as collections of
  144.    executables and files installed and executing on a host computer.
  145.  
  146.    This memo is concerned primarily with, and defines a model for,
  147.    application information resident on a host computer which can be
  148.    determined from the system itself, and not from the individual
  149.    applications.  This system-level view of applications is designed to
  150.    provide information about software applications installed and running
  151.    on the host system without requiring modifications and code additions
  152.    to the applications themselves.  This approach was taken to insure
  153.    ease and speed of implementation, while allowing room for future
  154.    growth.
  155.  
  156. 4.  Architecture for Application Management
  157.  
  158.    In the area of application management it is fully acknowledged and
  159.    even expected that additional MIB modules will be defined over time
  160.    to provide an even greater level of detail regarding applications.
  161.    This MIB module presents the most general case:  a set of management
  162.    objects for providing generic information about applications and
  163.    whose object values can be determined from the computer system itself
  164.    without requiring instrumentation within the application.
  165.  
  166.  
  167.  
  168.  
  169.  
  170. Krupczak & Saperia          Standards Track                     [Page 3]
  171.  
  172. RFC 2287                  MIB for Applications             February 1998
  173.  
  174.  
  175.    A finer-grained level of detail is planned for the future "appl MIB"
  176.    which will be a common set of management objects relating to generic
  177.    applications, but which require some type of instrumentation in the
  178.    application in order to be determined.  Since the applmib MIB module
  179.    will provide a finer level of detail, any connection to the sysAppl
  180.    MIB should be made by having references from the more detailed appl
  181.    MIB back to the more generic sysAppl MIB.  Likewise, as application-
  182.    specific MIB modules such as the WWW MIB, etc., are developed over
  183.    time, these more specific MIBs should reference back to the more
  184.    generic MIBs.
  185.  
  186.    While this MIB module does not attempt to provide every detailed
  187.    piece of information for managing applications, it does provide a
  188.    basic systems-level view of the applications and their components on
  189.    a single host system.
  190.  
  191. 5.  The Structure of the MIB
  192.  
  193.    The System Application MIB structure models application packages as a
  194.    whole, and also models the individual elements (files and
  195.    executables) which collectively form an application.  The MIB is
  196.    structured to model information regarding installed application
  197.    packages and the elements which make up each application package. The
  198.    MIB also models activity information on applications (and in turn,
  199.    their components) that are running or have previously run on the host
  200.    system.  In modeling applications and their elements, this MIB module
  201.    provides the necessary link for associating executing processes with
  202.    the applications of which they are a part.
  203.  
  204.    The objects are arranged into the following groups:
  205.  
  206.        -  System Application Installed Group
  207.               - sysApplInstallPkgTable
  208.               - sysApplInstallElmtTable
  209.  
  210.        -  System Application Run Group
  211.               - sysApplRunTable
  212.               - sysApplPastRunTable
  213.               - sysApplElmtRunTable
  214.               - sysApplElmtPastRunTable
  215.               - (scalars for restricting table sizes)
  216.  
  217.        -  System Application Map Group
  218.               - sysApplMapTable
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226. Krupczak & Saperia          Standards Track                     [Page 4]
  227.  
  228. RFC 2287                  MIB for Applications             February 1998
  229.  
  230.  
  231.    As can be seen by the arrangement above, for each category, the MIB
  232.    first treats an application package as a whole, and then breaks down
  233.    the package to provide information about each of the elements
  234.    (executable and non-executable files) of the package.
  235.  
  236. 5.1.  System Application Installed Group
  237.  
  238.    The System Application Installed group consists of two tables.
  239.    Through these two tables, administrators will be able to determine
  240.    which applications have been installed on a system and what their
  241.    constituent components are.  The first table, the
  242.    sysApplInstallPkgTable, lists the application packages installed on a
  243.    particular host. The second, the sysApplInstallElmtTable, provides
  244.    information regarding the executables and non-executable files, or
  245.    elements, which collectively compose an application.
  246.  
  247.    NOTE: This MIB is intended to work with applications that have been
  248.    installed on a particular host, where "installed" means that the
  249.    existence of the application and the association between an
  250.    application and its component files can be discovered without
  251.    requiring additional instrumentation of the application itself.  This
  252.    may require that certain conventions be used, such as using a central
  253.    software installation mechanism or registry, when installing
  254.    application packages.  For example, many UNIX systems utilize a
  255.    "pkgadd" utility to track installed application packages, while many
  256.    PC systems utilize a global registry.
  257.  
  258. 5.2.  System Application Run Group
  259.  
  260.    This group models activity information for applications that have
  261.    been invoked and are either currently running, or have previously
  262.    run, on the host system.  Likewise, the individual elements of an
  263.    invoked application are also modeled to show currently running
  264.    processes, and processes that have run in the past.  This information
  265.    is modeled using two pairs of tables: a pair of tables for currently
  266.    running applications and past run applications, and a pair of tables
  267.    for the currently running elements and the past run elements.  Seven
  268.    scalars are also defined to control the size of the past run tables.
  269.  
  270. 5.2.1.  sysApplRunTable and sysApplPastRunTable
  271.  
  272.    The sysApplRunTable and the sysApplPastRunTable make up the first
  273.    pair of tables.  The sysApplRunTable contains the application
  274.    instances which are currently running on the host.  Each time an
  275.    application is invoked, a new entry is created in the sysApplRunTable
  276.    to provide information about that particular invocation of the
  277.    application.  An entry will remain in this table until the
  278.  
  279.  
  280.  
  281.  
  282. Krupczak & Saperia          Standards Track                     [Page 5]
  283.  
  284. RFC 2287                  MIB for Applications             February 1998
  285.  
  286.  
  287.    application instance terminates, at which time the entry will be
  288.    deleted from the sysApplRunTable and placed in the
  289.    sysApplPastRunTable.
  290.  
  291.    The sysApplPastRunTable maintains a history of instances of
  292.    applications which have previously executed on the host.  Entries to
  293.    this table are made when an invoked application from the
  294.    sysApplRunTable terminates; the table entry which represents the
  295.    application instance is removed from the SysApplRunTable and a
  296.    corresponding entry is added to the sysApplPastRunTable.
  297.  
  298.    Because the sysApplPastRunTable will continuously grow as
  299.    applications are executed and terminate, two scalars are defined to
  300.    control the aging-out of table entries. The value of
  301.    sysApplPastRunMaxRows specifies the maximum number of entries the
  302.    table may contain, while the sysApplPastRunTblTimeLimit specifies the
  303.    maximum age of the table entries.  Oldest entries are removed first.
  304.  
  305.    It is important to note that the sysApplRunTable and
  306.    sysApplPastRunTable contain entries for each INVOCATION of an
  307.    application. A single application package might be invoked multiple
  308.    times; each invocation is properly recorded by a separate entry in
  309.    the sysApplRunTable.
  310.  
  311.    In order to implement this group, the agent must be able to recognize
  312.    that an application has been invoked, and be able to determine when
  313.    that invocation terminates.  This poses a complex problem since a
  314.    single application invocation may involve numerous processes, some of
  315.    which may be required to remain running throughout the duration of
  316.    the application, others which might come and go.  The
  317.    sysApplInstallElmtRole columnar object in the sysApplInstallElmtTable
  318.    is meant to assist in this task by indicating which element is the
  319.    application's primary executable, which elements must be running in
  320.    order for the application to be running, which elements are dependent
  321.    on required elements, etc.  See the description of
  322.    sysApplInstallElmtRole for more details.
  323.  
  324. 5.2.2.  sysApplElmtRunTable and sysApplElmtPastRunTable
  325.  
  326.    While the sysApplRunTable and sysApplPastRunTable focus on
  327.    applications as a whole, the sysApplElmtRunTable and
  328.    sysApplElmtPastRunTable provide information regarding an
  329.    application's executable elements, (processes), which are either
  330.    currently executing or have executed in the past.
  331.  
  332.    The sysApplElmtRunTable contains an entry for every process currently
  333.    running on the host.  An entry is created in this table for each
  334.    process at the time it is started, and will remain in the table until
  335.  
  336.  
  337.  
  338. Krupczak & Saperia          Standards Track                     [Page 6]
  339.  
  340. RFC 2287                  MIB for Applications             February 1998
  341.  
  342.  
  343.    the process terminates.  Note that in order to provide complete
  344.    information on the load on the system, this table lists EVERY running
  345.    process, not just those processes that are running as part of an
  346.    identified application.  However, when processes terminate, only
  347.    information from entries corresponding to elements of an identified
  348.    application are moved to the sysApplElmtPastRunTable.
  349.  
  350.    The sysApplElmtPastRunTable maintains a history of processes which
  351.    have previously executed on the host as part of an application. When
  352.    a process from the sysApplElmtRunTable terminates, the entry's
  353.    information is moved to this sysApplElmtPastRunTable provided that
  354.    the process was part of an identified application.  If the process
  355.    cannot be associated with any 'parent' application, then it is simply
  356.    removed from the sysApplElmtRunTable.  This allows for processes like
  357.    'ps' or 'grep' to show up in the sysApplElmtRunTable, (where they are
  358.    consuming resources and are thus "interesting"), but not in the
  359.    sysApplElmtPastRunTable.
  360.  
  361.    Because the sysApplElmtPastRunTable will continuously grow as
  362.    processes are executed and terminate, two scalars are defined to
  363.    control the aging-out of table entries.  The value of
  364.    sysApplElmtPastRunMaxRows specifies the maximum number of entries the
  365.    table may contain, while the sysApplElmtPastRunTblTimeLimit specifies
  366.    the maximum age of the table entries.  Oldest entries are removed
  367.    first.
  368.  
  369. 5.3.  System Application Map Group
  370.  
  371.    The System Application Map group contains a single table, the
  372.    sysApplMapTable, whose sole purpose is to provide a backwards mapping
  373.    for determining the invoked application, installed element, and
  374.    installed application package given a known process identification
  375.    number.
  376.  
  377. 6.  Definitions
  378.  
  379.    SYSAPPL-MIB DEFINITIONS ::= BEGIN
  380.  
  381.    IMPORTS
  382.        MODULE-IDENTITY, OBJECT-TYPE,
  383.        Unsigned32, TimeTicks, Counter32, Gauge32
  384.            FROM SNMPv2-SMI
  385.        DateAndTime, TEXTUAL-CONVENTION
  386.            FROM SNMPv2-TC
  387.        MODULE-COMPLIANCE, OBJECT-GROUP
  388.            FROM SNMPv2-CONF
  389.        mib-2 FROM SNMPv2-SMI;
  390.  
  391.  
  392.  
  393.  
  394. Krupczak & Saperia          Standards Track                     [Page 7]
  395.  
  396. RFC 2287                  MIB for Applications             February 1998
  397.  
  398.  
  399.    -- System Application MIB
  400.  
  401.    sysApplMIB MODULE-IDENTITY
  402.        LAST-UPDATED "9710200000Z"
  403.        ORGANIZATION "IETF Applications MIB Working Group"
  404.        CONTACT-INFO
  405.              "Cheryl Krupczak (Editor, WG Advisor)
  406.               Postal: Empire Technologies, Inc.
  407.               541 Tenth Street NW
  408.               Suite 169
  409.               Atlanta, GA 30318
  410.               USA
  411.               Phone: (770) 384-0184
  412.               Email: cheryl@empiretech.com
  413.  
  414.               Jon Saperia (WG Chair)
  415.               Postal:  BGS Systems, Inc.
  416.               One First Avenue
  417.               Waltham, MA 02254-9111
  418.               USA
  419.               Phone: (617) 891-0000
  420.               Email: saperia@networks.bgs.com"
  421.        DESCRIPTION
  422.            "The MIB module defines management objects that model
  423.            applications as collections of executables and files
  424.            installed and executing on a host system.  The MIB
  425.            presents a system-level view of applications; i.e.,
  426.            objects in this MIB are limited to those attributes
  427.            that can typically be obtained from the system itself
  428.            without adding special instrumentation to the applications."
  429.        ::= { mib-2 54  }
  430.  
  431.  
  432.    sysApplOBJ               OBJECT IDENTIFIER ::= { sysApplMIB 1 }
  433.    sysApplInstalled         OBJECT IDENTIFIER ::= { sysApplOBJ 1 }
  434.    sysApplRun               OBJECT IDENTIFIER ::= { sysApplOBJ 2 }
  435.    sysApplMap               OBJECT IDENTIFIER ::= { sysApplOBJ 3 }
  436.    sysApplNotifications     OBJECT IDENTIFIER ::= { sysApplMIB 2 }
  437.    sysApplConformance       OBJECT IDENTIFIER ::= { sysApplMIB 3 }
  438.  
  439.    -- Textual Conventions
  440.  
  441.    RunState ::= TEXTUAL-CONVENTION
  442.        STATUS      current
  443.        DESCRIPTION
  444.            "This TC describes the current execution state of
  445.            a running application or process.  The possible
  446.            values are:
  447.  
  448.  
  449.  
  450. Krupczak & Saperia          Standards Track                     [Page 8]
  451.  
  452. RFC 2287                  MIB for Applications             February 1998
  453.  
  454.  
  455.              running(1),
  456.              runnable(2),  - waiting for a resource (CPU, etc.)
  457.              waiting(3),   - waiting for an event
  458.              exiting(4),
  459.              other(5)      - other invalid state"
  460.        SYNTAX      INTEGER {
  461.                    running (1),
  462.                    runnable (2), -- waiting for resource (CPU, etc.)
  463.                    waiting (3),  -- waiting for event
  464.                    exiting (4),
  465.                    other (5)     -- other invalid state
  466.                    }
  467.  
  468.  LongUtf8String ::= TEXTUAL-CONVENTION
  469.          DISPLAY-HINT "1024a"
  470.          STATUS  current
  471.          DESCRIPTION
  472.                  "To facilitate internationalization, this TC
  473.                   represents information taken from the ISO/IEC IS
  474.                   10646-1 character set, encoded as an octet string
  475.                   using the UTF-8 character encoding scheme described
  476.                   in RFC 2044 [10].  For strings in 7-bit US-ASCII,
  477.                   there is no impact since the UTF-8 representation
  478.                   is identical to the US-ASCII encoding."
  479.          SYNTAX  OCTET STRING (SIZE (0..1024))
  480.  
  481.  Utf8String ::= TEXTUAL-CONVENTION
  482.          DISPLAY-HINT "255a"
  483.          STATUS  current
  484.          DESCRIPTION
  485.                  "To facilitate internationalization, this TC
  486.                   represents information taken from the ISO/IEC IS
  487.                   10646-1 character set, encoded as an octet string
  488.                   using the UTF-8 character encoding scheme described
  489.                   in RFC 2044 [10].  For strings in 7-bit US-ASCII,
  490.                   there is no impact since the UTF-8 representation
  491.                   is identical to the US-ASCII encoding."
  492.          SYNTAX  OCTET STRING (SIZE (0..255))
  493.  
  494.  
  495.  
  496.    -- sysApplInstalled Group
  497.    -- This group provides information about application packages
  498.    -- that have been installed on the host computer.  The group
  499.    -- contains two tables.  The first, the sysApplInstallPkgTable,
  500.    -- describes the application packages, the second, the
  501.    -- sysApplInstallElmtTable, describes the constituent elements
  502.    -- (files and executables) which compose an application package.
  503.  
  504.  
  505.  
  506. Krupczak & Saperia          Standards Track                     [Page 9]
  507.  
  508. RFC 2287                  MIB for Applications             February 1998
  509.  
  510.  
  511.    --
  512.    -- In order to appear in this group, an application and its
  513.    -- component files must be discoverable by the system itself,
  514.    -- possibly through some type of software installation mechanism
  515.    -- or registry.
  516.  
  517.    -- sysApplInstallPkgTable
  518.    -- The system installed application packages table provides
  519.    -- information on the software packages installed on a system.
  520.    -- These packages may consist of many different files including
  521.    -- executable and non-executable files.
  522.  
  523.    sysApplInstallPkgTable OBJECT-TYPE
  524.        SYNTAX      SEQUENCE OF SysApplInstallPkgEntry
  525.        MAX-ACCESS  not-accessible
  526.        STATUS      current
  527.        DESCRIPTION
  528.            "The table listing the software application packages
  529.            installed on a host computer. In order to appear in
  530.            this table, it may be necessary for the application
  531.            to be installed using some type of software
  532.            installation mechanism or global registry so that its
  533.            existence can be detected by the agent implementation."
  534.  
  535.        ::= { sysApplInstalled 1 }
  536.  
  537.    sysApplInstallPkgEntry OBJECT-TYPE
  538.        SYNTAX      SysApplInstallPkgEntry
  539.        MAX-ACCESS  not-accessible
  540.        STATUS      current
  541.        DESCRIPTION
  542.            "The logical row describing an installed application
  543.            package."
  544.        INDEX    { sysApplInstallPkgIndex }
  545.        ::= { sysApplInstallPkgTable 1 }
  546.  
  547.    SysApplInstallPkgEntry ::= SEQUENCE {
  548.        sysApplInstallPkgIndex               Unsigned32,
  549.        sysApplInstallPkgManufacturer        Utf8String,
  550.        sysApplInstallPkgProductName         Utf8String,
  551.        sysApplInstallPkgVersion             Utf8String,
  552.        sysApplInstallPkgSerialNumber        Utf8String,
  553.        sysApplInstallPkgDate                DateAndTime,
  554.        sysApplInstallPkgLocation            LongUtf8String
  555.    }
  556.  
  557.    sysApplInstallPkgIndex OBJECT-TYPE
  558.        SYNTAX      Unsigned32 (1..'ffffffff'h)
  559.  
  560.  
  561.  
  562. Krupczak & Saperia          Standards Track                    [Page 10]
  563.  
  564. RFC 2287                  MIB for Applications             February 1998
  565.  
  566.  
  567.        MAX-ACCESS  not-accessible
  568.        STATUS      current
  569.        DESCRIPTION
  570.            "An integer used only for indexing purposes.
  571.            Generally monotonically increasing from 1 as new
  572.            applications are installed.
  573.  
  574.            The value for each installed application must
  575.            remain constant at least from one re-initialization of
  576.            the network management entity which implements this
  577.            MIB module to the next re-initialization.
  578.  
  579.            The specific value is meaningful only within a given SNMP
  580.            entity. A sysApplInstallPkgIndex value must not be re-used
  581.            until the next agent entity restart in the event the
  582.            installed application entry is deleted."
  583.        ::= { sysApplInstallPkgEntry 1 }
  584.  
  585.    sysApplInstallPkgManufacturer OBJECT-TYPE
  586.        SYNTAX      Utf8String
  587.        MAX-ACCESS  read-only
  588.        STATUS      current
  589.        DESCRIPTION
  590.            "The Manufacturer of the software application package."
  591.        ::= { sysApplInstallPkgEntry 2 }
  592.  
  593.    sysApplInstallPkgProductName OBJECT-TYPE
  594.        SYNTAX      Utf8String
  595.        MAX-ACCESS  read-only
  596.        STATUS      current
  597.        DESCRIPTION
  598.            "The name assigned to the software application package
  599.            by the Manufacturer."
  600.        ::= { sysApplInstallPkgEntry 3 }
  601.  
  602.    sysApplInstallPkgVersion OBJECT-TYPE
  603.        SYNTAX      Utf8String
  604.        MAX-ACCESS  read-only
  605.        STATUS      current
  606.        DESCRIPTION
  607.            "The version number assigned to the application package
  608.            by the manufacturer of the software."
  609.        ::= { sysApplInstallPkgEntry 4 }
  610.  
  611.    sysApplInstallPkgSerialNumber OBJECT-TYPE
  612.        SYNTAX      Utf8String
  613.        MAX-ACCESS  read-only
  614.        STATUS      current
  615.  
  616.  
  617.  
  618. Krupczak & Saperia          Standards Track                    [Page 11]
  619.  
  620. RFC 2287                  MIB for Applications             February 1998
  621.  
  622.  
  623.        DESCRIPTION
  624.            "The serial number of the software assigned by the
  625.            manufacturer."
  626.        ::= { sysApplInstallPkgEntry 5 }
  627.  
  628.    sysApplInstallPkgDate OBJECT-TYPE
  629.        SYNTAX      DateAndTime
  630.        MAX-ACCESS  read-only
  631.        STATUS      current
  632.        DESCRIPTION
  633.            "The date and time this software application was installed
  634.            on the host."
  635.        ::= { sysApplInstallPkgEntry 6 }
  636.  
  637.    sysApplInstallPkgLocation OBJECT-TYPE
  638.        SYNTAX      LongUtf8String
  639.        MAX-ACCESS  read-only
  640.        STATUS      current
  641.        DESCRIPTION
  642.            "The complete path name where the application package
  643.            is installed.  For example, the value would be
  644.            '/opt/MyapplDir' if the application package was installed
  645.            in the /opt/MyapplDir directory."
  646.        ::= { sysApplInstallPkgEntry 7 }
  647.  
  648.  
  649.    -- sysApplInstallElmtTable
  650.    -- The table describing the individual application package
  651.    -- elements (files and executables) installed on the host computer.
  652.  
  653.    sysApplInstallElmtTable OBJECT-TYPE
  654.        SYNTAX      SEQUENCE OF SysApplInstallElmtEntry
  655.        MAX-ACCESS  not-accessible
  656.        STATUS      current
  657.        DESCRIPTION
  658.            "This table details the individual application package
  659.            elements (files and executables) which comprise the
  660.            applications defined in the sysApplInstallPkg Table.
  661.            Each entry in this table has an index to the
  662.            sysApplInstallPkg table to identify the application
  663.            package of which it is a part. As a result, there may
  664.            be many entries in this table for each instance in the
  665.            sysApplInstallPkg Table.
  666.  
  667.            Table entries are indexed by sysApplInstallPkgIndex,
  668.            sysApplInstallElmtIndex to facilitate retrieval of
  669.            all elements associated with a particular installed
  670.            application package."
  671.  
  672.  
  673.  
  674. Krupczak & Saperia          Standards Track                    [Page 12]
  675.  
  676. RFC 2287                  MIB for Applications             February 1998
  677.  
  678.  
  679.        ::= { sysApplInstalled 2 }
  680.  
  681.    sysApplInstallElmtEntry OBJECT-TYPE
  682.        SYNTAX      SysApplInstallElmtEntry
  683.        MAX-ACCESS  not-accessible
  684.        STATUS      current
  685.        DESCRIPTION
  686.            "The logical row describing an element of an installed
  687.            application.  The element may be an executable or
  688.            non-executable file."
  689.        INDEX    {sysApplInstallPkgIndex, sysApplInstallElmtIndex}
  690.        ::= { sysApplInstallElmtTable 1 }
  691.  
  692.    SysApplInstallElmtEntry ::= SEQUENCE {
  693.        sysApplInstallElmtIndex                 Unsigned32,
  694.        sysApplInstallElmtName                  Utf8String,
  695.        sysApplInstallElmtType                  INTEGER,
  696.        sysApplInstallElmtDate                  DateAndTime,
  697.        sysApplInstallElmtPath                  LongUtf8String,
  698.        sysApplInstallElmtSizeHigh              Unsigned32,
  699.        sysApplInstallElmtSizeLow               Unsigned32,
  700.        sysApplInstallElmtRole                  BITS,
  701.        sysApplInstallElmtModifyDate            DateAndTime,
  702.        sysApplInstallElmtCurSizeHigh           Unsigned32,
  703.        sysApplInstallElmtCurSizeLow            Unsigned32
  704.  
  705.    }
  706.  
  707.    sysApplInstallElmtIndex OBJECT-TYPE
  708.        SYNTAX      Unsigned32 (1..'ffffffff'h)
  709.        MAX-ACCESS  not-accessible
  710.        STATUS      current
  711.        DESCRIPTION
  712.            "An arbitrary integer used for indexing.  The value
  713.            of this index is unique among all rows in this table
  714.            that exist or have existed since the last agent restart."
  715.        ::= { sysApplInstallElmtEntry 1 }
  716.  
  717.  
  718.    sysApplInstallElmtName OBJECT-TYPE
  719.        SYNTAX      Utf8String
  720.        MAX-ACCESS  read-only
  721.        STATUS      current
  722.        DESCRIPTION
  723.            "The name of this element which is contained in the
  724.            application."
  725.        ::= { sysApplInstallElmtEntry 2 }
  726.  
  727.  
  728.  
  729.  
  730. Krupczak & Saperia          Standards Track                    [Page 13]
  731.  
  732. RFC 2287                  MIB for Applications             February 1998
  733.  
  734.  
  735.    sysApplInstallElmtType OBJECT-TYPE
  736.        SYNTAX      INTEGER {
  737.                    unknown(1),
  738.                    nonexecutable(2),
  739.                    operatingSystem(3),  -- executable
  740.                    deviceDriver(4),     -- executable
  741.                    application(5)       -- executable
  742.                    }
  743.        MAX-ACCESS  read-only
  744.        STATUS      current
  745.        DESCRIPTION
  746.            "The type of element that is part of the installed
  747.            application."
  748.        ::= { sysApplInstallElmtEntry 3 }
  749.  
  750.    sysApplInstallElmtDate OBJECT-TYPE
  751.        SYNTAX      DateAndTime
  752.        MAX-ACCESS  read-only
  753.        STATUS      current
  754.        DESCRIPTION
  755.            "The date and time that this component was installed on
  756.            the system."
  757.        ::= { sysApplInstallElmtEntry 4 }
  758.  
  759.    sysApplInstallElmtPath OBJECT-TYPE
  760.        SYNTAX      LongUtf8String
  761.        MAX-ACCESS  read-only
  762.        STATUS      current
  763.        DESCRIPTION
  764.            "The full directory path where this element is installed.
  765.            For example, the value would be '/opt/EMPuma/bin' for an
  766.            element installed in the directory '/opt/EMPuma/bin'.
  767.            Most application packages include information about the
  768.            elements contained in the package. In addition, elements
  769.            are typically installed in sub-directories under the
  770.            package installation directory.  In cases where the
  771.            element path names are not included in the package
  772.            information itself, the path can usually be determined
  773.            by a simple search of the sub-directories.  If the
  774.            element is not installed in that location and there is
  775.            no other information available to the agent implementation,
  776.            then the path is unknown and null is returned."
  777.        ::= { sysApplInstallElmtEntry 5}
  778.  
  779.    sysApplInstallElmtSizeHigh OBJECT-TYPE
  780.        SYNTAX      Unsigned32
  781.        MAX-ACCESS  read-only
  782.        STATUS      current
  783.  
  784.  
  785.  
  786. Krupczak & Saperia          Standards Track                    [Page 14]
  787.  
  788. RFC 2287                  MIB for Applications             February 1998
  789.  
  790.  
  791.        DESCRIPTION
  792.            "The installed file size in 2^32 byte blocks. This is
  793.            the size of the file on disk immediately after installation.
  794.  
  795.            For example, for a file with a total size of 4,294,967,296
  796.            bytes, this variable would have a value of 1; for a file
  797.            with a total size of 4,294,967,295 bytes this variable
  798.            would be 0."
  799.        ::= { sysApplInstallElmtEntry 6 }
  800.  
  801.    sysApplInstallElmtSizeLow OBJECT-TYPE
  802.        SYNTAX      Unsigned32
  803.        MAX-ACCESS  read-only
  804.        STATUS      current
  805.        DESCRIPTION
  806.            "The installed file size modulo 2^32 bytes.  This is
  807.            the size of the file on disk immediately after installation.
  808.  
  809.            For example, for a file with a total size of 4,294,967,296
  810.            bytes this variable would have a value of 0; for a file with
  811.            a total size of 4,294,967,295 bytes this variable would be
  812.            4,294,967,295."
  813.        ::= { sysApplInstallElmtEntry 7 }
  814.  
  815.    sysApplInstallElmtRole  OBJECT-TYPE
  816.        SYNTAX      BITS {
  817.                    executable(0),
  818.                       -- An application may have one or
  819.                       -- more executable elements.  The rest of the
  820.                       -- bits have no meaning if the element is not
  821.                       -- executable.
  822.                    exclusive(1),
  823.                       -- Only one copy of an exclusive element may be
  824.                       -- running per invocation of the running
  825.                       -- application.
  826.                    primary(2),
  827.                       -- The primary executable.  An application can
  828.                       -- have one, and only one element that is designated
  829.                       -- as the primary executable.  The execution of
  830.                       -- this element constitutes an invocation of
  831.                       -- the application.  This is used by the agent
  832.                       -- implementation to determine the initiation of
  833.                       -- an application.  The primary executable must
  834.                       -- remain running long enough for the agent
  835.                       -- implementation to detect its presence.
  836.                    required(3),
  837.                       -- An application may have zero or more required
  838.                       -- elements. All required elements must be running
  839.  
  840.  
  841.  
  842. Krupczak & Saperia          Standards Track                    [Page 15]
  843.  
  844. RFC 2287                  MIB for Applications             February 1998
  845.  
  846.  
  847.                       -- in order for the application to be judged to be
  848.                       -- running and healthy.
  849.                    dependent(4),
  850.                       -- An application may have zero or more
  851.                       -- dependent elements. Dependent elements may
  852.                       -- not be running unless required elements are.
  853.                    unknown(5)
  854.                       -- Default value for the case when an operator
  855.                       -- has not yet assigned one of the other values.
  856.                       -- When set, bits 1, 2, 3, and 4 have no meaning.
  857.                    }
  858.        MAX-ACCESS  read-write
  859.        STATUS      current
  860.        DESCRIPTION
  861.            "An operator assigned value used in the determination of
  862.            application status. This value is used by the agent to
  863.            determine both the mapping of started processes to the
  864.            initiation of an application, as well as to allow for a
  865.            determination of application health. The default value,
  866.            unknown(5), is used when an operator has not yet assigned
  867.            one of the other values.  If unknown(5) is set, bits
  868.            1 - 4 have no meaning.  The possible values are:
  869.  
  870.                    executable(0),
  871.                        An application may have one or
  872.                        more executable elements.  The rest of the
  873.                        bits have no meaning if the element is not
  874.                        executable.
  875.                    exclusive(1),
  876.                        Only one copy of an exclusive element may be
  877.                        running per invocation of the running
  878.                        application.
  879.                    primary(2),
  880.                        The primary executable.  An application can
  881.                        have one, and only one element that is designated
  882.                        as the primary executable.  The execution of
  883.                        this element constitutes an invocation of
  884.                        the application.  This is used by the agent
  885.                        implementation to determine the initiation of
  886.                        an application.  The primary executable must
  887.                        remain running long enough for the agent
  888.                        implementation to detect its presence.
  889.                    required(3),
  890.                        An application may have zero or more required
  891.                        elements. All required elements must be running
  892.                        in order for the application to be judged to be
  893.                        running and healthy.
  894.                    dependent(4),
  895.  
  896.  
  897.  
  898. Krupczak & Saperia          Standards Track                    [Page 16]
  899.  
  900. RFC 2287                  MIB for Applications             February 1998
  901.  
  902.  
  903.                        An application may have zero or more
  904.                        dependent elements. Dependent elements may
  905.                        not be running unless required elements are.
  906.                    unknown(5)
  907.                        Default value for the case when an operator
  908.                        has not yet assigned one of the other values.
  909.                        When set, bits 1, 2, 3, and 4 have no meaning.
  910.  
  911.             sysApplInstallElmtRole is used by the agent implementation
  912.             in determining the initiation of an application, the
  913.             current state of a running application (see
  914.             sysApplRunCurrentState), when an application invocation is
  915.             no longer running, and the exit status of a terminated
  916.             application invocation (see sysApplPastRunExitState)."
  917.  
  918.        DEFVAL { { unknown } }
  919.        ::= { sysApplInstallElmtEntry 8 }
  920.  
  921.    sysApplInstallElmtModifyDate OBJECT-TYPE
  922.        SYNTAX      DateAndTime
  923.        MAX-ACCESS  read-only
  924.        STATUS      current
  925.        DESCRIPTION
  926.            "The date and time that this element was last modified.
  927.            Modification of the sysApplInstallElmtRole columnar
  928.            object does NOT constitute a modification of the element
  929.            itself and should not affect the value of this object."
  930.        ::= { sysApplInstallElmtEntry 9 }
  931.  
  932.    sysApplInstallElmtCurSizeHigh OBJECT-TYPE
  933.        SYNTAX      Unsigned32
  934.        MAX-ACCESS  read-only
  935.        STATUS      current
  936.        DESCRIPTION
  937.            "The current file size in 2^32 byte blocks.
  938.            For example, for a file with a total size of 4,294,967,296
  939.            bytes, this variable would have a value of 1; for a file
  940.            with a total size of 4,294,967,295 bytes this variable
  941.            would be 0."
  942.        ::= { sysApplInstallElmtEntry 10 }
  943.  
  944.    sysApplInstallElmtCurSizeLow OBJECT-TYPE
  945.        SYNTAX      Unsigned32
  946.        MAX-ACCESS  read-only
  947.        STATUS      current
  948.        DESCRIPTION
  949.            "The current file size modulo 2^32 bytes.
  950.            For example, for a file with a total size of 4,294,967,296
  951.  
  952.  
  953.  
  954. Krupczak & Saperia          Standards Track                    [Page 17]
  955.  
  956. RFC 2287                  MIB for Applications             February 1998
  957.  
  958.  
  959.            bytes this variable would have a value of 0; for a file with
  960.            a total size of 4,294,967,295 bytes this variable would be
  961.            4,294,967,295."
  962.        ::= { sysApplInstallElmtEntry 11 }
  963.  
  964.  
  965.  
  966.    -- sysApplRun Group
  967.    -- This group models activity information for applications
  968.    -- that have been invoked and are either currently running,
  969.    -- or have previously run on the host system.  Likewise,
  970.    -- the individual elements of an invoked application are
  971.    -- also modeled to show currently running processes, and
  972.    -- processes that have run in the past.
  973.  
  974.    -- sysApplRunTable
  975.    -- The sysApplRunTable contains the application instances
  976.    -- which are currently running on the host.  Since a single
  977.    -- application might be invoked multiple times, an entry is
  978.    -- added to this table for each INVOCATION of an application.
  979.    -- The table is indexed by sysApplInstallPkgIndex, sysApplRunIndex
  980.    -- to enable managers to easily locate all invocations of
  981.    -- a particular application package.
  982.  
  983.    sysApplRunTable OBJECT-TYPE
  984.        SYNTAX      SEQUENCE OF SysApplRunEntry
  985.        MAX-ACCESS  not-accessible
  986.        STATUS      current
  987.        DESCRIPTION
  988.            "The table describes the applications which are executing
  989.            on the host.  Each time an application is invoked,
  990.            an entry is created in this table. When an application ends,
  991.            the entry is removed from this table and a corresponding
  992.                    entry is created in the SysApplPastRunTable.
  993.  
  994.            A new entry is created in this table whenever the agent
  995.            implementation detects a new running process that is an
  996.            installed application element whose sysApplInstallElmtRole
  997.            designates it as being the application's primary executable
  998.            (sysApplInstallElmtRole = primary(2) ).
  999.  
  1000.            The table is indexed by sysApplInstallPkgIndex,
  1001.            sysApplRunIndex to enable managers to easily locate all
  1002.            invocations of a particular application package."
  1003.        ::= { sysApplRun 1 }
  1004.  
  1005.    sysApplRunEntry OBJECT-TYPE
  1006.        SYNTAX      SysApplRunEntry
  1007.  
  1008.  
  1009.  
  1010. Krupczak & Saperia          Standards Track                    [Page 18]
  1011.  
  1012. RFC 2287                  MIB for Applications             February 1998
  1013.  
  1014.  
  1015.        MAX-ACCESS  not-accessible
  1016.        STATUS      current
  1017.        DESCRIPTION
  1018.            "The logical row describing an application which is
  1019.            currently running on this host."
  1020.        INDEX    { sysApplInstallPkgIndex, sysApplRunIndex }
  1021.        ::= { sysApplRunTable   1 }
  1022.  
  1023.    SysApplRunEntry ::= SEQUENCE {
  1024.        sysApplRunIndex                         Unsigned32,
  1025.        sysApplRunStarted                       DateAndTime,
  1026.        sysApplRunCurrentState                  RunState
  1027.    }
  1028.  
  1029.    sysApplRunIndex OBJECT-TYPE
  1030.        SYNTAX      Unsigned32 (1..'ffffffff'h)
  1031.        MAX-ACCESS  not-accessible
  1032.        STATUS      current
  1033.        DESCRIPTION
  1034.            "Part of the index for this table. An arbitrary
  1035.            integer used only for indexing purposes. Generally
  1036.            monotonically increasing from 1 as new applications are
  1037.            started on the host, it uniquely identifies application
  1038.            invocations.
  1039.  
  1040.            The numbering for this index increases by 1 for each
  1041.            INVOCATION of an application, regardless of which
  1042.            installed application package this entry represents a
  1043.            running instance of.
  1044.  
  1045.            An example of the indexing for a couple of entries is
  1046.            shown below.
  1047.  
  1048.                          :
  1049.                     sysApplRunStarted.17.14
  1050.                     sysApplRunStarted.17.63
  1051.                     sysApplRunStarted.18.13
  1052.                          :
  1053.  
  1054.            In this example, the agent has observed 12 application
  1055.            invocations when the application represented by entry 18
  1056.            in the sysApplInstallPkgTable is invoked.  The next
  1057.            invocation detected by the agent is an invocation of
  1058.            installed application package 17.  Some time later,
  1059.            installed application 17 is invoked a second time.
  1060.  
  1061.            NOTE: this index is not intended to reflect a real-time
  1062.            (wall clock time) ordering of application invocations;
  1063.  
  1064.  
  1065.  
  1066. Krupczak & Saperia          Standards Track                    [Page 19]
  1067.  
  1068. RFC 2287                  MIB for Applications             February 1998
  1069.  
  1070.  
  1071.            it is merely intended to uniquely identify running
  1072.            instances of applications.  Although the
  1073.            sysApplInstallPkgIndex is included in the INDEX clause
  1074.            for this table, it serves only to ease searching of
  1075.            this table by installed application and does not
  1076.            contribute to uniquely identifying table entries."
  1077.        ::= { sysApplRunEntry 1 }
  1078.  
  1079.    sysApplRunStarted OBJECT-TYPE
  1080.        SYNTAX      DateAndTime
  1081.        MAX-ACCESS  read-only
  1082.        STATUS      current
  1083.        DESCRIPTION
  1084.            "The date and time that the application was started."
  1085.        ::= { sysApplRunEntry 2 }
  1086.  
  1087.    sysApplRunCurrentState OBJECT-TYPE
  1088.        SYNTAX      RunState
  1089.        MAX-ACCESS  read-only
  1090.        STATUS      current
  1091.        DESCRIPTION
  1092.            "The current state of the running application instance.
  1093.            The possible values are running(1), runnable(2) but waiting
  1094.            for a resource such as CPU, waiting(3) for an event,
  1095.            exiting(4), or other(5). This value is based on an evaluation
  1096.            of the running elements of this application instance (see
  1097.            sysApplElmRunState) and their Roles as defined by
  1098.            sysApplInstallElmtRole.  An agent implementation may
  1099.            detect that an application instance is in the process of
  1100.            exiting if one or more of its REQUIRED elements are no
  1101.            longer running.  Most agent implementations will wait until
  1102.            a second internal poll has been completed to give the
  1103.            system time to start REQUIRED elements before marking the
  1104.            application instance as exiting."
  1105.        ::= { sysApplRunEntry 3 }
  1106.  
  1107.  
  1108.    -- sysApplPastRunTable
  1109.    -- The sysApplPastRunTable provides a history of applications
  1110.    -- previously run on the host computer. Entries are removed from
  1111.    -- the sysApplRunTable and corresponding entries are added to this
  1112.    -- table when an application becomes inactive. Entries remain in
  1113.    -- this table until they are aged out when either the table size
  1114.    -- reaches a maximum as determined by the sysApplPastRunMaxRows,
  1115.    -- or when an entry has aged to exceed a time limit as set be
  1116.    -- sysApplPastRunTblTimeLimit.
  1117.    --
  1118.    -- When aging out entries, the oldest entry, as determined by
  1119.  
  1120.  
  1121.  
  1122. Krupczak & Saperia          Standards Track                    [Page 20]
  1123.  
  1124. RFC 2287                  MIB for Applications             February 1998
  1125.  
  1126.  
  1127.    -- the value of sysApplPastRunTimeEnded, will be removed first.
  1128.  
  1129.    sysApplPastRunTable OBJECT-TYPE
  1130.        SYNTAX      SEQUENCE OF SysApplPastRunEntry
  1131.        MAX-ACCESS  not-accessible
  1132.        STATUS      current
  1133.        DESCRIPTION
  1134.            "A history of the applications that have previously run
  1135.            on the host computer.  An entry's information is moved to
  1136.            this table from the sysApplRunTable when the invoked
  1137.            application represented by the entry ceases to be running.
  1138.  
  1139.            An agent implementation can determine that an application
  1140.            invocation is no longer running by evaluating the running
  1141.            elements of the application instance and their Roles as
  1142.            defined by sysApplInstallElmtRole.  Obviously, if there
  1143.            are no running elements for the application instance,
  1144.            then the application invocation is no longer running.
  1145.            If any one of the REQUIRED elements is not running,
  1146.            the application instance may be in the process of exiting.
  1147.            Most agent implementations will wait until a second internal
  1148.            poll has been completed to give the system time to either
  1149.            restart partial failures or to give all elements time to
  1150.            exit.  If, after the second poll, there are REQUIRED
  1151.            elements that are not running, then the application
  1152.            instance may be considered by the agent implementation
  1153.            to no longer be running.
  1154.  
  1155.            Entries remain in the sysApplPastRunTable until they
  1156.            are aged out when either the table size reaches a maximum
  1157.            as determined by the sysApplPastRunMaxRows, or when an entry
  1158.            has aged to exceed a time limit as set by
  1159.            sysApplPastRunTblTimeLimit.
  1160.  
  1161.            Entries in this table are indexed by sysApplInstallPkgIndex,
  1162.            sysApplPastRunIndex to facilitate retrieval of all past
  1163.            run invocations of a particular installed application."
  1164.        ::= { sysApplRun 2 }
  1165.  
  1166.    sysApplPastRunEntry OBJECT-TYPE
  1167.        SYNTAX      SysApplPastRunEntry
  1168.        MAX-ACCESS  not-accessible
  1169.        STATUS      current
  1170.        DESCRIPTION
  1171.            "The logical row describing an invocation of an application
  1172.            which was previously run and has terminated.  The entry
  1173.            is basically copied from the sysApplRunTable when the
  1174.            application instance terminates.  Hence, the entry's
  1175.  
  1176.  
  1177.  
  1178. Krupczak & Saperia          Standards Track                    [Page 21]
  1179.  
  1180. RFC 2287                  MIB for Applications             February 1998
  1181.  
  1182.  
  1183.            value for sysApplPastRunIndex is the same as its value was
  1184.            for sysApplRunIndex."
  1185.        INDEX    { sysApplInstallPkgIndex, sysApplPastRunIndex }
  1186.        ::= { sysApplPastRunTable   1 }
  1187.  
  1188.    SysApplPastRunEntry ::= SEQUENCE {
  1189.        sysApplPastRunIndex                     Unsigned32,
  1190.        sysApplPastRunStarted                   DateAndTime,
  1191.        sysApplPastRunExitState                 INTEGER,
  1192.        sysApplPastRunTimeEnded                 DateAndTime
  1193.    }
  1194.  
  1195.    sysApplPastRunIndex OBJECT-TYPE
  1196.        SYNTAX      Unsigned32 (1..'ffffffff'h)
  1197.        MAX-ACCESS  not-accessible
  1198.        STATUS      current
  1199.        DESCRIPTION
  1200.            "Part of the index for this table. An integer
  1201.            matching the value of the removed sysApplRunIndex
  1202.            corresponding to this row."
  1203.        ::= { sysApplPastRunEntry 1 }
  1204.  
  1205.    sysApplPastRunStarted OBJECT-TYPE
  1206.        SYNTAX      DateAndTime
  1207.        MAX-ACCESS  read-only
  1208.        STATUS      current
  1209.        DESCRIPTION
  1210.            "The date and time that the application was started."
  1211.        ::= { sysApplPastRunEntry 2 }
  1212.  
  1213.    sysApplPastRunExitState OBJECT-TYPE
  1214.        SYNTAX      INTEGER {
  1215.                    complete (1), -- normal exit at sysApplRunTimeEnded
  1216.                    failed (2),   -- abnormal exit
  1217.                    other (3)
  1218.                    }
  1219.        MAX-ACCESS  read-only
  1220.        STATUS      current
  1221.        DESCRIPTION
  1222.          "The state of the application instance when it terminated.
  1223.           This value is based on an evaluation of the running elements
  1224.           of an application and their Roles as defined by
  1225.           sysApplInstallElmtRole.  An application instance is said to
  1226.           have exited in a COMPLETE state and its entry is removed
  1227.           from the sysApplRunTable and added to the sysApplPastRunTable
  1228.           when the agent detects that ALL elements of an application
  1229.           invocation are no longer running.  Most agent implementations
  1230.           will wait until a second internal poll has been completed to
  1231.  
  1232.  
  1233.  
  1234. Krupczak & Saperia          Standards Track                    [Page 22]
  1235.  
  1236. RFC 2287                  MIB for Applications             February 1998
  1237.  
  1238.  
  1239.           give the system time to either restart partial failures or
  1240.           to give all elements time to exit.  A failed state occurs if,
  1241.           after the second poll, any elements continue to run but
  1242.           one or more of the REQUIRED elements are no longer running.
  1243.           All other combinations MUST be defined as OTHER."
  1244.        ::= { sysApplPastRunEntry 3 }
  1245.  
  1246.    sysApplPastRunTimeEnded OBJECT-TYPE
  1247.        SYNTAX      DateAndTime
  1248.        MAX-ACCESS  read-only
  1249.        STATUS      current
  1250.        DESCRIPTION
  1251.            "The DateAndTime the application instance was determined
  1252.            to be no longer running."
  1253.        ::= { sysApplPastRunEntry 4 }
  1254.  
  1255.    -- sysApplElmtRunTable
  1256.    -- The sysApplElmtRunTable contains an entry for each process that
  1257.    -- is currently running on the host.  An entry is created in
  1258.    -- this table for each process at the time it is started, and will
  1259.    -- remain in the table until the process terminates.
  1260.    --
  1261.    -- The table is indexed by sysApplElmtRunInstallPkg,
  1262.    -- sysApplElmtRunInvocID, and sysApplElmtRunIndex to make it easy
  1263.    -- to locate all running elements of a particular invoked application
  1264.    -- which has been installed on the system.
  1265.  
  1266.  
  1267.    sysApplElmtRunTable OBJECT-TYPE
  1268.        SYNTAX      SEQUENCE OF SysApplElmtRunEntry
  1269.        MAX-ACCESS  not-accessible
  1270.        STATUS      current
  1271.        DESCRIPTION
  1272.            "The table describes the processes which are
  1273.            currently executing on the host system. Each entry
  1274.            represents a running process and is associated with
  1275.            the invoked application of which that process is a part, if
  1276.            possible.  This table contains an entry for every process
  1277.            currently running on the system, regardless of whether its
  1278.            'parent' application can be determined.  So, for example,
  1279.            processes like 'ps' and 'grep' will have entries though they
  1280.            are not associated with an installed application package.
  1281.  
  1282.            Because a running application may involve
  1283.            more than one executable, it is possible to have
  1284.            multiple entries in this table for each application.
  1285.            Entries are removed from this table when the process
  1286.            terminates.
  1287.  
  1288.  
  1289.  
  1290. Krupczak & Saperia          Standards Track                    [Page 23]
  1291.  
  1292. RFC 2287                  MIB for Applications             February 1998
  1293.  
  1294.  
  1295.            The table is indexed by sysApplElmtRunInstallPkg,
  1296.            sysApplElmtRunInvocID, and sysApplElmtRunIndex to
  1297.            facilitate the retrieval of all running elements of a
  1298.            particular invoked application which has been installed on
  1299.            the system."
  1300.        ::= { sysApplRun 3 }
  1301.  
  1302.    sysApplElmtRunEntry OBJECT-TYPE
  1303.        SYNTAX      SysApplElmtRunEntry
  1304.        MAX-ACCESS  not-accessible
  1305.        STATUS      current
  1306.        DESCRIPTION
  1307.            "The logical row describing a process currently
  1308.            running on this host.  When possible, the entry is
  1309.            associated with the invoked application of which it
  1310.            is a part."
  1311.        INDEX    { sysApplElmtRunInstallPkg, sysApplElmtRunInvocID,
  1312.                   sysApplElmtRunIndex }
  1313.        ::= { sysApplElmtRunTable   1 }
  1314.  
  1315.    SysApplElmtRunEntry ::= SEQUENCE {
  1316.        sysApplElmtRunInstallPkg        Unsigned32,
  1317.        sysApplElmtRunInvocID           Unsigned32,
  1318.        sysApplElmtRunIndex             Unsigned32,
  1319.        sysApplElmtRunInstallID         Unsigned32,
  1320.        sysApplElmtRunTimeStarted       DateAndTime,
  1321.        sysApplElmtRunState             RunState,
  1322.        sysApplElmtRunName              LongUtf8String,
  1323.        sysApplElmtRunParameters        Utf8String,
  1324.        sysApplElmtRunCPU               TimeTicks,
  1325.        sysApplElmtRunMemory            Gauge32,
  1326.        sysApplElmtRunNumFiles          Gauge32,
  1327.        sysApplElmtRunUser              Utf8String
  1328.    }
  1329.  
  1330.    sysApplElmtRunInstallPkg OBJECT-TYPE
  1331.        SYNTAX      Unsigned32 (0..'ffffffff'h)
  1332.        MAX-ACCESS  not-accessible
  1333.        STATUS      current
  1334.        DESCRIPTION
  1335.            "Part of the index for this table, this value
  1336.            identifies the installed software package for
  1337.            the application of which this process is a part.
  1338.            Provided that the process's 'parent' application can be
  1339.            determined, the value of this object is the same
  1340.            value as the sysApplInstallPkgIndex for the
  1341.            entry in the sysApplInstallPkgTable that corresponds
  1342.            to the installed application of which this process
  1343.  
  1344.  
  1345.  
  1346. Krupczak & Saperia          Standards Track                    [Page 24]
  1347.  
  1348. RFC 2287                  MIB for Applications             February 1998
  1349.  
  1350.  
  1351.            is a part.
  1352.  
  1353.            If, however, the 'parent' application cannot be
  1354.            determined, (for example the process is not part
  1355.            of a particular installed application), the value
  1356.            for this object is then '0', signifying that this
  1357.            process cannot be related back to an application,
  1358.            and in turn, an installed software package."
  1359.        ::= { sysApplElmtRunEntry 1 }
  1360.  
  1361.    sysApplElmtRunInvocID OBJECT-TYPE
  1362.        SYNTAX      Unsigned32 (0..'ffffffff'h)
  1363.        MAX-ACCESS  not-accessible
  1364.        STATUS      current
  1365.        DESCRIPTION
  1366.            "Part of the index for this table, this value
  1367.            identifies the invocation of an application of which
  1368.            this process is a part.  Provided that the 'parent'
  1369.            application can be determined, the value of this object
  1370.            is the same value as the sysApplRunIndex for the
  1371.            corresponding application invocation in the
  1372.            sysApplRunTable.
  1373.  
  1374.            If, however, the 'parent' application cannot be
  1375.            determined, the value for this object is then '0',
  1376.            signifying that this process cannot be related back
  1377.            to an invocation of an application in the
  1378.            sysApplRunTable."
  1379.        ::= { sysApplElmtRunEntry 2 }
  1380.  
  1381.    sysApplElmtRunIndex OBJECT-TYPE
  1382.        SYNTAX      Unsigned32 (0..'ffffffff'h)
  1383.        MAX-ACCESS  not-accessible
  1384.        STATUS      current
  1385.        DESCRIPTION
  1386.            "Part of the index for this table.  A unique value
  1387.            for each process running on the host.  Wherever
  1388.            possible, this should be the system's native, unique
  1389.            identification number."
  1390.        ::= { sysApplElmtRunEntry 3 }
  1391.  
  1392.  
  1393.    sysApplElmtRunInstallID OBJECT-TYPE
  1394.        SYNTAX      Unsigned32 (0..'ffffffff'h)
  1395.        MAX-ACCESS  read-only
  1396.        STATUS      current
  1397.        DESCRIPTION
  1398.            "The index into the sysApplInstallElmtTable. The
  1399.  
  1400.  
  1401.  
  1402. Krupczak & Saperia          Standards Track                    [Page 25]
  1403.  
  1404. RFC 2287                  MIB for Applications             February 1998
  1405.  
  1406.  
  1407.            value of this object is the same value as the
  1408.            sysApplInstallElmtIndex for the application element
  1409.            of which this entry represents a running instance.
  1410.            If this process cannot be associated with an installed
  1411.            executable, the value should be '0'."
  1412.        ::= { sysApplElmtRunEntry 4 }
  1413.  
  1414.    sysApplElmtRunTimeStarted OBJECT-TYPE
  1415.        SYNTAX      DateAndTime
  1416.        MAX-ACCESS  read-only
  1417.        STATUS      current
  1418.        DESCRIPTION
  1419.            "The time the process was started."
  1420.        ::= { sysApplElmtRunEntry 5 }
  1421.  
  1422.    sysApplElmtRunState OBJECT-TYPE
  1423.        SYNTAX      RunState
  1424.        MAX-ACCESS  read-only
  1425.        STATUS      current
  1426.        DESCRIPTION
  1427.            "The current state of the running process. The
  1428.            possible values are running(1), runnable(2) but waiting
  1429.            for a resource such as CPU, waiting(3) for an event,
  1430.            exiting(4), or other(5)."
  1431.        ::= { sysApplElmtRunEntry 6 }
  1432.  
  1433.    sysApplElmtRunName OBJECT-TYPE
  1434.        SYNTAX      LongUtf8String
  1435.        MAX-ACCESS  read-only
  1436.        STATUS      current
  1437.        DESCRIPTION
  1438.            "The full path and filename of the process.
  1439.            For example, '/opt/MYYpkg/bin/myyproc' would
  1440.            be returned for process 'myyproc' whose execution
  1441.            path is '/opt/MYYpkg/bin/myyproc'."
  1442.        ::= { sysApplElmtRunEntry 7 }
  1443.  
  1444.    sysApplElmtRunParameters OBJECT-TYPE
  1445.        SYNTAX      Utf8String
  1446.        MAX-ACCESS  read-only
  1447.        STATUS      current
  1448.        DESCRIPTION
  1449.            "The starting parameters for the process."
  1450.    ::= { sysApplElmtRunEntry 8 }
  1451.  
  1452.    sysApplElmtRunCPU OBJECT-TYPE
  1453.        SYNTAX      TimeTicks
  1454.        MAX-ACCESS  read-only
  1455.  
  1456.  
  1457.  
  1458. Krupczak & Saperia          Standards Track                    [Page 26]
  1459.  
  1460. RFC 2287                  MIB for Applications             February 1998
  1461.  
  1462.  
  1463.        STATUS      current
  1464.        DESCRIPTION
  1465.             "The number of centi-seconds of the total system's
  1466.             CPU resources consumed by this process.  Note that
  1467.             on a multi-processor system, this value may
  1468.             have been incremented by more than one centi-second
  1469.             in one centi-second of real (wall clock) time."
  1470.        ::= { sysApplElmtRunEntry 9 }
  1471.  
  1472.    sysApplElmtRunMemory OBJECT-TYPE
  1473.        SYNTAX      Gauge32
  1474.        UNITS       "Kbytes"
  1475.        MAX-ACCESS  read-only
  1476.        STATUS      current
  1477.        DESCRIPTION
  1478.            "The total amount of real system memory measured in
  1479.            Kbytes currently allocated to this process."
  1480.  
  1481.        ::= { sysApplElmtRunEntry 10 }
  1482.  
  1483.    sysApplElmtRunNumFiles OBJECT-TYPE
  1484.        SYNTAX      Gauge32
  1485.        MAX-ACCESS  read-only
  1486.        STATUS      current
  1487.        DESCRIPTION
  1488.            "The number of regular files currently open by the
  1489.            process.  Transport connections (sockets)
  1490.            should NOT be included in the calculation of
  1491.            this value, nor should operating system specific
  1492.            special file types."
  1493.        ::= { sysApplElmtRunEntry 11 }
  1494.  
  1495.    sysApplElmtRunUser OBJECT-TYPE
  1496.        SYNTAX      Utf8String
  1497.        MAX-ACCESS  read-only
  1498.        STATUS      current
  1499.        DESCRIPTION
  1500.            "The process owner's login name (e.g. root)."
  1501.        ::= { sysApplElmtRunEntry 12 }
  1502.  
  1503.    -- sysApplElmtPastRunTable
  1504.    -- The sysApplElmtPastRunTable maintains a history of
  1505.    -- processes which have previously executed on
  1506.    -- the host as part of an application. Upon termination
  1507.    -- of a process, the entry representing the process is removed from
  1508.    -- the sysApplElmtRunTable and a corresponding entry is created in
  1509.    -- this table provided that the process was part of an
  1510.    -- identifiable application.  If the process could not be associated
  1511.  
  1512.  
  1513.  
  1514. Krupczak & Saperia          Standards Track                    [Page 27]
  1515.  
  1516. RFC 2287                  MIB for Applications             February 1998
  1517.  
  1518.  
  1519.    -- with an invoked application, no corresponding entry is created.
  1520.    -- Hence, whereas the sysApplElmtRunTable contains an entry for
  1521.    -- every processpplPastRunEntry 2 }
  1522.  
  1523. on the system, the
  1524.    -- sysApplElmtPastRunTable only contains entries for processes
  1525.    -- that previously executed as part of an invoked application.
  1526.    --
  1527.    -- Entries remain in this table until they are aged out when
  1528.    -- either the number of entries in the table reaches a
  1529.    -- maximum as determined by sysApplElmtPastRunMaxRows, or
  1530.    -- when an entry has aged to exceed a time limit as set by
  1531.    -- sysApplElmtPastRunTblTimeLimit.  When aging out entries,
  1532.    -- the oldest entry, as determined by the value of
  1533.    -- sysApplElmtPastRunTimeEnded, will be removed first.
  1534.    --
  1535.    -- The table is indexed by sysApplInstallPkgIndex (from the
  1536.    -- sysApplInstallPkgTable), sysApplElmtPastRunInvocID, and
  1537.    -- sysApplElmtPastRunIndex to make it easy to locate all
  1538.    -- previously executed processes of a particular invoked application
  1539.    -- that has been installed on the system.
  1540.  
  1541.  
  1542.    sysApplElmtPastRunTable OBJECT-TYPE
  1543.        SYNTAX      SEQUENCE OF SysApplElmtPastRunEntry
  1544.        MAX-ACCESS  not-accessible
  1545.        STATUS      current
  1546.        DESCRIPTION
  1547.            "The table describes the processes which have previously
  1548.            executed on the host system as part of an application.
  1549.            Each entry represents a process which has previously
  1550.            executed and is associated with the invoked application
  1551.            of which it was a part.  Because an invoked application
  1552.            may involve more than one executable, it is possible
  1553.            to have multiple entries in this table for
  1554.            each application invocation. Entries are added
  1555.            to this table when the corresponding process in the
  1556.            sysApplElmtRun Table terminates.
  1557.  
  1558.            Entries remain in this table until they are aged out when
  1559.            either the number of entries in the table reaches a
  1560.            maximum as determined by sysApplElmtPastRunMaxRows, or
  1561.            when an entry has aged to exceed a time limit as set by
  1562.            sysApplElmtPastRunTblTimeLimit.  When aging out entries,
  1563.            the oldest entry, as determined by the value of
  1564.            sysApplElmtPastRunTimeEnded, will be removed first.
  1565.  
  1566.            The table is indexed by sysApplInstallPkgIndex (from the
  1567.            sysApplInstallPkgTable), sysApplElmtPastRunInvocID,
  1568.            and sysApplElmtPastRunIndex to make it easy to locate all
  1569.  
  1570.  
  1571.  
  1572. Krupczak & Saperia          Standards Track                    [Page 28]
  1573.  
  1574. RFC 2287                  MIB for Applications             February 1998
  1575.  
  1576.  
  1577.            previously executed processes of a particular invoked
  1578.            application that has been installed on the system."
  1579.        ::= { sysApplRun 4 }
  1580.  
  1581.    sysApplElmtPastRunEntry OBJECT-TYPE
  1582.        SYNTAX      SysApplElmtPastRunEntry
  1583.        MAX-ACCESS  not-accessible
  1584.        STATUS      current
  1585.        DESCRIPTION
  1586.            "The logical row describing a process which was
  1587.            previously executed on this host as part of an
  1588.            installed application.  The entry is basically copied
  1589.            from the sysApplElmtRunTable when the process
  1590.            terminates.  Hence, the entry's value for
  1591.            sysApplElmtPastRunIndex is the same as its value
  1592.            was for sysApplElmtRunIndex.  Note carefully: only those
  1593.            processes which could be associated with an
  1594.            identified application are included in this table."
  1595.        INDEX    { sysApplInstallPkgIndex, sysApplElmtPastRunInvocID,
  1596.                   sysApplElmtPastRunIndex }
  1597.        ::= { sysApplElmtPastRunTable   1 }
  1598.  
  1599.    SysApplElmtPastRunEntry ::= SEQUENCE {
  1600.        sysApplElmtPastRunInvocID           Unsigned32,
  1601.        sysApplElmtPastRunIndex             Unsigned32,
  1602.        sysApplElmtPastRunInstallID         Unsigned32,
  1603.        sysApplElmtPastRunTimeStarted       DateAndTime,
  1604.        sysApplElmtPastRunTimeEnded         DateAndTime,
  1605.        sysApplElmtPastRunName              LongUtf8String,
  1606.        sysApplElmtPastRunParameters        Utf8String,
  1607.        sysApplElmtPastRunCPU               TimeTicks,
  1608.        sysApplElmtPastRunMemory            Unsigned32,
  1609.        sysApplElmtPastRunNumFiles          Unsigned32,
  1610.        sysApplElmtPastRunUser              Utf8String
  1611.    }
  1612.  
  1613.    sysApplElmtPastRunInvocID OBJECT-TYPE
  1614.        SYNTAX      Unsigned32 (1..'ffffffff'h)
  1615.        MAX-ACCESS  not-accessible
  1616.        STATUS      current
  1617.        DESCRIPTION
  1618.            "Part of the index for this table, this value
  1619.            identifies the invocation of an application of which
  1620.            the process represented by this entry was a part.
  1621.            The value of this object is the same value as the
  1622.            sysApplRunIndex for the corresponding application
  1623.            invocation in the sysApplRunTable.  If the invoked
  1624.            application as a whole has terminated, it will be the
  1625.  
  1626.  
  1627.  
  1628. Krupczak & Saperia          Standards Track                    [Page 29]
  1629.  
  1630. RFC 2287                  MIB for Applications             February 1998
  1631.  
  1632.  
  1633.            same as the sysApplPastRunIndex."
  1634.        ::= { sysApplElmtPastRunEntry 1 }
  1635.  
  1636.    sysApplElmtPastRunIndex OBJECT-TYPE
  1637.        SYNTAX      Unsigned32 (0..'ffffffff'h)
  1638.        MAX-ACCESS  not-accessible
  1639.        STATUS      current
  1640.        DESCRIPTION
  1641.            "Part of the index for this table. An integer
  1642.            assigned by the agent equal to the corresponding
  1643.            sysApplElmtRunIndex which was removed from the
  1644.            sysApplElmtRunTable and moved to this table
  1645.            when the element terminated.
  1646.  
  1647.            Note: entries in this table are indexed by
  1648.            sysApplElmtPastRunInvocID, sysApplElmtPastRunIndex.
  1649.            The possibility exists, though unlikely, of a
  1650.            collision occurring by a new entry which was run
  1651.            by the same invoked application (InvocID), and
  1652.            was assigned the same process identification number
  1653.            (ElmtRunIndex) as an element which was previously
  1654.            run by the same invoked application.
  1655.  
  1656.            Should this situation occur, the new entry replaces
  1657.            the old entry.
  1658.  
  1659.            See Section: 'Implementation Issues -
  1660.            sysApplElmtPastRunTable Entry Collisions' for the
  1661.            conditions that would have to occur in order for a
  1662.            collision to occur."
  1663.        ::= { sysApplElmtPastRunEntry 2 }
  1664.  
  1665.  
  1666.    sysApplElmtPastRunInstallID OBJECT-TYPE
  1667.        SYNTAX      Unsigned32 (1..'ffffffff'h)
  1668.        MAX-ACCESS  read-only
  1669.        STATUS      current
  1670.        DESCRIPTION
  1671.            "The index into the installed element table. The
  1672.            value of this object is the same value as the
  1673.            sysApplInstallElmtIndex for the application element
  1674.            of which this entry represents a previously executed
  1675.            process."
  1676.        ::= { sysApplElmtPastRunEntry 3 }
  1677.  
  1678.    sysApplElmtPastRunTimeStarted OBJECT-TYPE
  1679.        SYNTAX      DateAndTime
  1680.        MAX-ACCESS  read-only
  1681.  
  1682.  
  1683.  
  1684. Krupczak & Saperia          Standards Track                    [Page 30]
  1685.  
  1686. RFC 2287                  MIB for Applications             February 1998
  1687.  
  1688.  
  1689.        STATUS      current
  1690.        DESCRIPTION
  1691.            "The time the process was started."
  1692.        ::= { sysApplElmtPastRunEntry 4 }
  1693.  
  1694.    sysApplElmtPastRunTimeEnded OBJECT-TYPE
  1695.        SYNTAX      DateAndTime
  1696.        MAX-ACCESS  read-only
  1697.        STATUS      current
  1698.        DESCRIPTION
  1699.            "The time the process ended."
  1700.        ::= { sysApplElmtPastRunEntry 5 }
  1701.  
  1702.    sysApplElmtPastRunName OBJECT-TYPE
  1703.        SYNTAX      LongUtf8String
  1704.        MAX-ACCESS  read-only
  1705.        STATUS      current
  1706.        DESCRIPTION
  1707.            "The full path and filename of the process.
  1708.            For example, '/opt/MYYpkg/bin/myyproc' would
  1709.            be returned for process 'myyproc' whose execution
  1710.            path was '/opt/MYYpkg/bin/myyproc'."
  1711.        ::= { sysApplElmtPastRunEntry 6 }
  1712.  
  1713.    sysApplElmtPastRunParameters OBJECT-TYPE
  1714.        SYNTAX      Utf8String
  1715.        MAX-ACCESS  read-only
  1716.        STATUS      current
  1717.        DESCRIPTION
  1718.            "The starting parameters for the process."
  1719.        ::= { sysApplElmtPastRunEntry 7 }
  1720.  
  1721.    sysApplElmtPastRunCPU OBJECT-TYPE
  1722.        SYNTAX      TimeTicks
  1723.        MAX-ACCESS  read-only
  1724.        STATUS      current
  1725.        DESCRIPTION
  1726.             "The last known number of centi-seconds of the total
  1727.             system's CPU resources consumed by this process.
  1728.             Note that on a multi-processor system, this value may
  1729.             increment by more than one centi-second in one
  1730.             centi-second of real (wall clock) time."
  1731.        ::= { sysApplElmtPastRunEntry 8 }
  1732.  
  1733.    sysApplElmtPastRunMemory OBJECT-TYPE
  1734.        SYNTAX      Unsigned32 (0..'ffffffff'h)
  1735.        UNITS       "Kbytes"
  1736.        MAX-ACCESS  read-only
  1737.  
  1738.  
  1739.  
  1740. Krupczak & Saperia          Standards Track                    [Page 31]
  1741.  
  1742. RFC 2287                  MIB for Applications             February 1998
  1743.  
  1744.  
  1745.        STATUS      current
  1746.        DESCRIPTION
  1747.            "The last known total amount of real system memory
  1748.            measured in Kbytes allocated to this process before it
  1749.            terminated."
  1750.        ::= { sysApplElmtPastRunEntry 9 }
  1751.  
  1752.    sysApplElmtPastRunNumFiles OBJECT-TYPE
  1753.        SYNTAX      Unsigned32 (0..'ffffffff'h)
  1754.        MAX-ACCESS  read-only
  1755.        STATUS      current
  1756.        DESCRIPTION
  1757.            "The last known number of files open by the
  1758.            process before it terminated.  Transport
  1759.            connections (sockets) should NOT be included in
  1760.            the calculation of this value."
  1761.        ::= { sysApplElmtPastRunEntry 10 }
  1762.  
  1763.    sysApplElmtPastRunUser OBJECT-TYPE
  1764.        SYNTAX      Utf8String
  1765.        MAX-ACCESS  read-only
  1766.        STATUS      current
  1767.        DESCRIPTION
  1768.            "The process owner's login name (e.g. root)."
  1769.        ::= { sysApplElmtPastRunEntry 11 }
  1770.  
  1771.  
  1772.    -- Additional Scalar objects to control table sizes
  1773.  
  1774.    sysApplPastRunMaxRows OBJECT-TYPE
  1775.        SYNTAX      Unsigned32 (0..'ffffffff'h)
  1776.        MAX-ACCESS  read-write
  1777.        STATUS      current
  1778.        DESCRIPTION
  1779.            "The maximum number of entries allowed in the
  1780.            sysApplPastRunTable.  Once the number of rows in
  1781.            the sysApplPastRunTable reaches this value, the
  1782.            management subsystem will remove the oldest entry
  1783.            in the table to make room for the new entry to be added.
  1784.            Entries will be removed on the basis of oldest
  1785.            sysApplPastRunTimeEnded value first.
  1786.  
  1787.            This object may be used to control the amount of
  1788.            system resources that can used for sysApplPastRunTable
  1789.            entries. A conforming implementation should attempt
  1790.            to support the default value, however, a lesser value
  1791.            may be necessary due to implementation-dependent issues
  1792.            and resource availability."
  1793.  
  1794.  
  1795.  
  1796. Krupczak & Saperia          Standards Track                    [Page 32]
  1797.  
  1798. RFC 2287                  MIB for Applications             February 1998
  1799.  
  1800.  
  1801.        DEFVAL      { 500 }
  1802.        ::= { sysApplRun 5 }
  1803.  
  1804.    sysApplPastRunTableRemItems OBJECT-TYPE
  1805.        SYNTAX      Counter32
  1806.        MAX-ACCESS  read-only
  1807.        STATUS      current
  1808.        DESCRIPTION
  1809.            "A counter of the number of entries removed from
  1810.            the sysApplPastRunTable because of table size limitations
  1811.            as set in sysApplPastRunMaxRows.  This counter is the
  1812.            number of entries the management subsystem has had to
  1813.            remove in order to make room for new entries (so as not
  1814.            to exceed the limit set by sysApplPastRunMaxRows) since
  1815.            the last initialization of the management subsystem."
  1816.        ::= { sysApplRun 6 }
  1817.  
  1818.    sysApplPastRunTblTimeLimit OBJECT-TYPE
  1819.        SYNTAX      Unsigned32 (0..'ffffffff'h)
  1820.        UNITS       "seconds"
  1821.        MAX-ACCESS  read-write
  1822.        STATUS      current
  1823.        DESCRIPTION
  1824.            "The maximum time in seconds which an entry in the
  1825.             sysApplPastRunTable may exist before it is removed.
  1826.             Any entry that is older than this value will be
  1827.             removed (aged out) from the table.
  1828.  
  1829.             Note that an entry may be aged out prior to reaching
  1830.             this time limit if it is the oldest entry in the
  1831.             table and must be removed to make space for a new
  1832.             entry so as to not exceed sysApplPastRunMaxRows."
  1833.        DEFVAL      { 7200 }
  1834.        ::= { sysApplRun 7 }
  1835.  
  1836.    sysApplElemPastRunMaxRows OBJECT-TYPE
  1837.        SYNTAX      Unsigned32 (0..'ffffffff'h)
  1838.        MAX-ACCESS  read-write
  1839.        STATUS      current
  1840.        DESCRIPTION
  1841.            "The maximum number of entries allowed in the
  1842.            sysApplElmtPastRunTable.  Once the number of rows in
  1843.            the sysApplElmtPastRunTable reaches this value,
  1844.            the management subsystem will remove the oldest entry
  1845.            to make room for the new entry to be added.  Entries
  1846.            will be removed on the basis of oldest
  1847.            sysApplElmtPastRunTimeEnded value first.
  1848.  
  1849.  
  1850.  
  1851.  
  1852. Krupczak & Saperia          Standards Track                    [Page 33]
  1853.  
  1854. RFC 2287                  MIB for Applications             February 1998
  1855.  
  1856.  
  1857.            This object may be used to control the amount of
  1858.            system resources that can used for sysApplElemPastRunTable
  1859.            entries. A conforming implementation should attempt
  1860.            to support the default value, however, a lesser value
  1861.            may be necessary due to implementation-dependent issues
  1862.            and resource availability."
  1863.        DEFVAL      { 500 }
  1864.        ::= { sysApplRun 8 }
  1865.  
  1866.    sysApplElemPastRunTableRemItems OBJECT-TYPE
  1867.        SYNTAX      Counter32
  1868.        MAX-ACCESS  read-only
  1869.        STATUS      current
  1870.        DESCRIPTION
  1871.            "A counter of the number of entries removed from the
  1872.            sysApplElemPastRunTable because of table size limitations
  1873.            as set in sysApplElemPastRunMaxRows.  This counter is the
  1874.            number of entries the management subsystem has had to
  1875.            remove in order to make room for new entries (so as not
  1876.            to exceed the limit set by sysApplElemPastRunMaxRows) since
  1877.            the last initialization of the management subsystem."
  1878.        ::= { sysApplRun 9 }
  1879.  
  1880.    sysApplElemPastRunTblTimeLimit OBJECT-TYPE
  1881.        SYNTAX      Unsigned32 (0..'ffffffff'h)
  1882.        UNITS       "seconds"
  1883.        MAX-ACCESS  read-write
  1884.        STATUS      current
  1885.        DESCRIPTION
  1886.            "The maximum time in seconds which an entry in the
  1887.             sysApplElemPastRunTable may exist before it is removed.
  1888.             Any entry that is older than this value will be
  1889.             removed (aged out) from the table.
  1890.  
  1891.             Note that an entry may be aged out prior to reaching
  1892.             this time limit if it is the oldest entry in the
  1893.             table and must be removed to make space for a new
  1894.             entry so as to not exceed sysApplElemPastRunMaxRows."
  1895.        DEFVAL      { 7200 }
  1896.        ::= { sysApplRun 10 }
  1897.  
  1898.    sysApplAgentPollInterval  OBJECT-TYPE
  1899.        SYNTAX      Unsigned32 (0..'ffffffff'h)
  1900.        UNITS       "seconds"
  1901.        MAX-ACCESS  read-write
  1902.        STATUS      current
  1903.        DESCRIPTION
  1904.            "The minimum interval in seconds that the management
  1905.  
  1906.  
  1907.  
  1908. Krupczak & Saperia          Standards Track                    [Page 34]
  1909.  
  1910. RFC 2287                  MIB for Applications             February 1998
  1911.  
  1912.  
  1913.            subsystem implementing this MIB will poll the status
  1914.            of the managed resources. Because of the non-trivial
  1915.            effort involved in polling the managed resources,
  1916.            and because the method for obtaining the status of
  1917.            the managed resources is implementation-dependent,
  1918.            a conformant implementation may chose a lower bound
  1919.            greater than 0.
  1920.  
  1921.            A value of 0 indicates that there is no delay
  1922.            in the passing of information from the managed
  1923.            resources to the agent."
  1924.        DEFVAL      { 60 }
  1925.        ::= { sysApplRun 11 }
  1926.  
  1927.  
  1928.    -- sysApplMap Group
  1929.    -- This group contains a table, the sysApplMapTable,
  1930.    -- whose sole purpose is to provide a 'backwards'
  1931.    -- mapping so that, given a known sysApplElmtRunIndex
  1932.    -- (process identification number), the corresponding invoked
  1933.    -- application (sysApplRunIndex), installed element
  1934.    -- (sysApplInstallElmtIndex), and installed application
  1935.    -- package (sysApplInstallPkgIndex) can be quickly determined.
  1936.    --
  1937.    -- The table will contain one entry for each process
  1938.    -- currently running on the system.
  1939.    --
  1940.    -- A backwards mapping is extremely useful since the tables
  1941.    -- in this MIB module are typically indexed with the
  1942.    -- installed application package (sysApplInstallPkgIndex)
  1943.    -- as the primary key, and on down as required by the
  1944.    -- specific table, with the process ID number (sysApplElmtRunIndex)
  1945.    -- being the least significant key.
  1946.    --
  1947.    -- It is expected that management applications will use
  1948.    -- this mapping table by doing a 'GetNext' operation with
  1949.    -- the known process ID number (sysApplElmtRunIndex) as the partial
  1950.    -- instance identifier.  Assuming that there is an entry for
  1951.    -- the process, the result should return a single columnar value,
  1952.    -- the sysApplMapInstallPkgIndex, with the sysApplElmtRunIndex,
  1953.    -- sysApplRunIndex, and sysApplInstallElmtIndex contained in the
  1954.    -- instance identifier for the returned MIB object value.
  1955.    --
  1956.    -- NOTE: if the process can not be associated back to an
  1957.    -- invoked application installed on the system, then the
  1958.    -- value returned for the columnar value sysApplMapInstallPkgIndex
  1959.    -- will be '0' and the instance portion of the object-identifier
  1960.    -- will be the process ID number (sysApplElmtRunIndex) followed
  1961.  
  1962.  
  1963.  
  1964. Krupczak & Saperia          Standards Track                    [Page 35]
  1965.  
  1966. RFC 2287                  MIB for Applications             February 1998
  1967.  
  1968.  
  1969.    -- by 0.0.
  1970.  
  1971.    sysApplMapTable OBJECT-TYPE
  1972.        SYNTAX      SEQUENCE OF SysApplMapEntry
  1973.        MAX-ACCESS  not-accessible
  1974.        STATUS      current
  1975.        DESCRIPTION
  1976.            "The sole purpose of this table is to provide a
  1977.            'backwards' mapping so that, given a known
  1978.            sysApplElmtRunIndex (process identification number),
  1979.            the corresponding invoked application (sysApplRunIndex),
  1980.            installed element (sysApplInstallElmtIndex), and
  1981.            installed application package (sysApplInstallPkgIndex)
  1982.            can be quickly determined.
  1983.  
  1984.            This table will contain one entry for each process
  1985.            that is currently executing on the system.
  1986.  
  1987.            It is expected that management applications will use
  1988.            this mapping table by doing a 'GetNext' operation with
  1989.            the known process ID number (sysApplElmtRunIndex) as the
  1990.            partial instance identifier.  Assuming that there is an
  1991.            entry for the process, the result should return a single
  1992.            columnar value, the sysApplMapInstallPkgIndex, with the
  1993.            sysApplElmtRunIndex, sysApplRunIndex, and
  1994.            sysApplInstallElmtIndex contained in the instance identifier
  1995.            for the returned MIB object value.
  1996.  
  1997.            NOTE: if the process can not be associated back to an
  1998.            invoked application installed on the system, then the
  1999.            value returned for the columnar value
  2000.            sysApplMapInstallPkgIndex will be '0' and the instance
  2001.            portion of the object-identifier will be the process ID
  2002.            number (sysApplElmtRunIndex) followed by 0.0."
  2003.        ::= { sysApplMap 1 }
  2004.  
  2005.    sysApplMapEntry OBJECT-TYPE
  2006.        SYNTAX      SysApplMapEntry
  2007.        MAX-ACCESS  not-accessible
  2008.        STATUS      current
  2009.        DESCRIPTION
  2010.            "A logical row representing a process currently running
  2011.             on the system.  This entry provides the index mapping from
  2012.             process identifier, back to the invoked application,
  2013.             installed element, and finally, the installed application
  2014.             package.  The entry includes only one accessible columnar
  2015.             object, the sysApplMapInstallPkgIndex, but the
  2016.             invoked application and installed element can be
  2017.  
  2018.  
  2019.  
  2020. Krupczak & Saperia          Standards Track                    [Page 36]
  2021.  
  2022. RFC 2287                  MIB for Applications             February 1998
  2023.  
  2024.  
  2025.             determined from the instance identifier since they form
  2026.             part of the index clause."
  2027.        INDEX  { sysApplElmtRunIndex, sysApplElmtRunInvocID,
  2028.                 sysApplMapInstallElmtIndex }
  2029.        ::= { sysApplMapTable 1 }
  2030.  
  2031.    SysApplMapEntry ::= SEQUENCE {
  2032.        sysApplMapInstallElmtIndex    Unsigned32,
  2033.        sysApplMapInstallPkgIndex     Unsigned32
  2034.    }
  2035.  
  2036.    sysApplMapInstallElmtIndex OBJECT-TYPE
  2037.        SYNTAX      Unsigned32 (0..'ffffffff'h)
  2038.        MAX-ACCESS  not-accessible
  2039.        STATUS      current
  2040.        DESCRIPTION
  2041.            "The index into the sysApplInstallElmtTable. The
  2042.            value of this object is the same value as the
  2043.            sysApplInstallElmtIndex for the application element
  2044.            of which this entry represents a running instance.
  2045.            If this process cannot be associated to an installed
  2046.            executable, the value should be '0'."
  2047.        ::= { sysApplMapEntry 1 }
  2048.  
  2049.    sysApplMapInstallPkgIndex OBJECT-TYPE
  2050.        SYNTAX      Unsigned32 (0..'ffffffff'h)
  2051.        MAX-ACCESS  read-only
  2052.        STATUS      current
  2053.        DESCRIPTION
  2054.            "The value of this object identifies the installed
  2055.            software package for the application of which this
  2056.            process is a part.  Provided that the process's 'parent'
  2057.            application can be determined, the value of this object
  2058.            is the same value as the sysApplInstallPkgIndex for the
  2059.            entry in the sysApplInstallPkgTable that corresponds
  2060.            to the installed application of which this process
  2061.            is a part.
  2062.  
  2063.            If, however, the 'parent' application cannot be
  2064.            determined, (for example the process is not part
  2065.            of a particular installed application), the value
  2066.            for this object is then '0', signifying that this
  2067.            process cannot be related back to an application,
  2068.            and in turn, an installed software package."
  2069.        ::= { sysApplMapEntry 2 }
  2070.  
  2071.  
  2072.    -- Conformance Macros
  2073.  
  2074.  
  2075.  
  2076. Krupczak & Saperia          Standards Track                    [Page 37]
  2077.  
  2078. RFC 2287                  MIB for Applications             February 1998
  2079.  
  2080.  
  2081.    sysApplMIBCompliances  OBJECT IDENTIFIER ::= { sysApplConformance 1 }
  2082.    sysApplMIBGroups       OBJECT IDENTIFIER ::= { sysApplConformance 2 }
  2083.  
  2084.    sysApplMIBCompliance MODULE-COMPLIANCE
  2085.        STATUS  current
  2086.        DESCRIPTION
  2087.            "Describes the requirements for conformance to
  2088.            the System Application MIB"
  2089.        MODULE  -- this module
  2090.            MANDATORY-GROUPS { sysApplInstalledGroup,
  2091.                               sysApplRunGroup, sysApplMapGroup }
  2092.        ::= { sysApplMIBCompliances 1 }
  2093.  
  2094.    sysApplInstalledGroup OBJECT-GROUP
  2095.        OBJECTS { sysApplInstallPkgManufacturer,
  2096.                  sysApplInstallPkgProductName,
  2097.                  sysApplInstallPkgVersion,
  2098.                  sysApplInstallPkgSerialNumber,
  2099.                  sysApplInstallPkgDate,
  2100.                  sysApplInstallPkgLocation,
  2101.                  sysApplInstallElmtName,
  2102.                  sysApplInstallElmtType,
  2103.                  sysApplInstallElmtDate,
  2104.                  sysApplInstallElmtPath,
  2105.                  sysApplInstallElmtSizeHigh,
  2106.                  sysApplInstallElmtSizeLow,
  2107.                  sysApplInstallElmtRole,
  2108.                  sysApplInstallElmtModifyDate,
  2109.                  sysApplInstallElmtCurSizeHigh,
  2110.                  sysApplInstallElmtCurSizeLow }
  2111.        STATUS  current
  2112.        DESCRIPTION
  2113.            "The system application installed group contains
  2114.            information about applications and their constituent
  2115.            components which have been installed on the host system."
  2116.        ::= { sysApplMIBGroups 1 }
  2117.  
  2118.    sysApplRunGroup OBJECT-GROUP
  2119.        OBJECTS { sysApplRunStarted,
  2120.                  sysApplRunCurrentState,
  2121.                  sysApplPastRunStarted,
  2122.                  sysApplPastRunExitState,
  2123.                  sysApplPastRunTimeEnded,
  2124.                  sysApplElmtRunInstallID,
  2125.                  sysApplElmtRunTimeStarted,
  2126.                  sysApplElmtRunState,
  2127.                  sysApplElmtRunName,
  2128.                  sysApplElmtRunParameters,
  2129.  
  2130.  
  2131.  
  2132. Krupczak & Saperia          Standards Track                    [Page 38]
  2133.  
  2134. RFC 2287                  MIB for Applications             February 1998
  2135.  
  2136.  
  2137.                  sysApplElmtRunCPU,
  2138.                  sysApplElmtRunMemory,
  2139.                  sysApplElmtRunNumFiles,
  2140.                  sysApplElmtRunUser,
  2141.                  sysApplElmtPastRunInstallID,
  2142.                  sysApplElmtPastRunTimeStarted,
  2143.                  sysApplElmtPastRunTimeEnded,
  2144.                  sysApplElmtPastRunName,
  2145.                  sysApplElmtPastRunParameters,
  2146.                  sysApplElmtPastRunCPU,
  2147.                  sysApplElmtPastRunMemory,
  2148.                  sysApplElmtPastRunNumFiles,
  2149.                  sysApplElmtPastRunUser,
  2150.                  sysApplPastRunMaxRows,
  2151.                  sysApplPastRunTableRemItems,
  2152.                  sysApplPastRunTblTimeLimit,
  2153.                  sysApplElemPastRunMaxRows,
  2154.                  sysApplElemPastRunTableRemItems,
  2155.                  sysApplElemPastRunTblTimeLimit,
  2156.                  sysApplAgentPollInterval }
  2157.        STATUS  current
  2158.        DESCRIPTION
  2159.            "The system application run group contains information
  2160.            about applications and associated elements which have
  2161.            run or are currently running on the host system."
  2162.        ::= { sysApplMIBGroups 2 }
  2163.  
  2164.    sysApplMapGroup OBJECT-GROUP
  2165.        OBJECTS { sysApplMapInstallPkgIndex }
  2166.        STATUS  current
  2167.        DESCRIPTION
  2168.            "The Map Group contains a single table, sysApplMapTable,
  2169.            that provides a backwards mapping for determining the
  2170.            invoked application, installed element, and installed
  2171.            application package given a known process identification
  2172.            number."
  2173.    ::= { sysApplMIBGroups 3 }
  2174.  
  2175.    END
  2176.  
  2177.  
  2178.  
  2179.  
  2180.  
  2181.  
  2182.  
  2183.  
  2184.  
  2185.  
  2186.  
  2187.  
  2188. Krupczak & Saperia          Standards Track                    [Page 39]
  2189.  
  2190. RFC 2287                  MIB for Applications             February 1998
  2191.  
  2192.  
  2193. 7.  Implementation Issues
  2194.  
  2195.    This section discusses implementation issues that are important for
  2196.    both an agent developer, and a management application developer or
  2197.    user to understand with regards to this MIB module.  Although this
  2198.    section does not attempt to prescribe a particular implementation
  2199.    strategy, it does attempt to recognize some of the real world
  2200.    limitations that could effect an implementation of this MIB module.
  2201.  
  2202. 7.1.  Implementation with Polling Agents
  2203.  
  2204.    Implementations of the System Application MIB on popular operating
  2205.    systems might require some considerable processing power to obtain
  2206.    status information from the managed resources.  It might also be
  2207.    difficult to determine when an application or a process starts or
  2208.    finishes. Implementors of this MIB might therefore choose an
  2209.    implementation approach where the agent polls the managed resources
  2210.    at regular intervals. The information retrieved by every poll is used
  2211.    to update a cached version of this MIB maintained inside of the
  2212.    agent. SNMP request are processed based on the information found in
  2213.    this MIB cache.
  2214.  
  2215.    A scalar sysApplAgentPollInterval is defined to give the manager
  2216.    control over the polling frequency. There is a trade- off between the
  2217.    amount of resources consumed during every poll to update the MIB
  2218.    cache, and the accuracy of the information provided by the System
  2219.    Application MIB agent. A default value of 60 seconds is defined to
  2220.    keep the processing overhead low, while providing usable information
  2221.    for long-lived processes. A manager is expected to adjust this value
  2222.    if more accurate information about short-lived applications or
  2223.    processes is needed, or if the amount of resources consumed by the
  2224.    agent is too high.
  2225.  
  2226. 7.2.  sysApplElmtPastRunTable Entry Collisions
  2227.  
  2228.    The sysApplElmtPastRunTable maintains a history of processes which
  2229.    have previously executed on the host as part of an application.
  2230.    Information is moved from the sysApplElmtRunTable to this PastRun
  2231.    table when the process represented by the entry terminates.
  2232.  
  2233.    The sysApplElmtPastRunTable is indexed by the tuple,
  2234.    (sysApplElmtPastRunInvocID, sysApplElmtPastRunIndex), where the first
  2235.    part identifies the application invocation of which the process was a
  2236.    part, and the second part identifies the process itself.
  2237.  
  2238.    Recall that the sysApplElmtRunIndex represents the system's unique
  2239.    identification number assigned to a running process and that this
  2240.    value is mapped to sysApplElmtPastRunIndex when the process
  2241.  
  2242.  
  2243.  
  2244. Krupczak & Saperia          Standards Track                    [Page 40]
  2245.  
  2246. RFC 2287                  MIB for Applications             February 1998
  2247.  
  2248.  
  2249.    terminates and the entry's information is moved from the
  2250.    sysApplElmtRunTable to the sysApplElmtPastRunTable.  Many systems
  2251.    re-use process ID numbers which are no longer assigned to running
  2252.    processes; typically, the process numbers wrap and the next available
  2253.    process number is used.
  2254.  
  2255.    It is therefore possible for two entries in the sysApplElmtPastRun
  2256.    Table to have the same value for sysApplElmtPastRunIndex.  For this
  2257.    reason, entries in the ElmtPastRun table are indexed by the tuple
  2258.    sysApplElmtPastRunInvocID, sysApplElmtPastRunIndex to reduce the
  2259.    chance of a collision by two past run elements with the same
  2260.    sysApplElmtPastRunIndex.
  2261.  
  2262.    However, it is still possible, though unlikely, for a collision to
  2263.    occur if the following happens:
  2264.  
  2265.    1)   the invoked application (identified by InvocID), has an
  2266.         element which runs, terminates, and is moved into the
  2267.         sysApplElmtPastRun table (index: InvocID, RunIndex)
  2268.  
  2269.    2)   the numbers used for the system's process identification
  2270.         numbering wrap
  2271.  
  2272.    3)   that same invoked application (same InvocID), has another
  2273.         element process run, AND that process is assigned the same
  2274.         identification number as one of the processes previously run by
  2275.         that invoked application (same RunIndex), and finally,
  2276.  
  2277.    4)   that element process terminates and is moved to the
  2278.         sysApplElmtPastRun table prior to the old, duplicate (InvocID,
  2279.         RunIndex) entry being aged out of the table by settings defined
  2280.         for sysApplElmtPastRunMaxRows and
  2281.         sysApplElmtPastRunTblTimeLimit.
  2282.  
  2283.    In the event that a collision occurs, the new entry will replace the
  2284.    old entry.
  2285.  
  2286. 8.  Security Considerations
  2287.  
  2288.    In order to implement this MIB, an agent must make certain management
  2289.    information available about various logical and physical entities
  2290.    within a managed system which may be considered sensitive in some
  2291.    network environments.
  2292.  
  2293.    Therefore, a network administrator may wish to employ instance-level
  2294.    access control, and configure the access mechanism (i.e., community
  2295.    strings in SNMPv1 and SNMPv2C), such that certain instances within
  2296.    this MIB are excluded from particular MIB views.
  2297.  
  2298.  
  2299.  
  2300. Krupczak & Saperia          Standards Track                    [Page 41]
  2301.  
  2302. RFC 2287                  MIB for Applications             February 1998
  2303.  
  2304.  
  2305. 9.  Acknowledgements
  2306.  
  2307.    This document was produced by the Application MIB working group.
  2308.    Special acknowledgement is made to:
  2309.  
  2310.      Rick Sturm
  2311.      Enterprise Management Professional Services, Inc.
  2312.      sturm@emi-summit.com
  2313.      For hosting the working group mailing list, and for his
  2314.      participation in the development of the initial draft.
  2315.  
  2316.  
  2317.      Jon Weinstock
  2318.      General Instrument Corporation
  2319.      jweinstock@gic.gi.com
  2320.      For his participation in the development of the initial drafts
  2321.      and for serving as editor for drafts 1 and 2.
  2322.  
  2323.      The editor would like to extend special thanks to the
  2324.      following working group members for their contributions
  2325.      to this effort.
  2326.  
  2327.      Harald Alvestrand, George Best, Ian Hanson, Harrie
  2328.      Hazewinkel, Carl Kalbfleisch, Bobby Krupczak, Randy
  2329.      Presuhn, Jon Saperia, Juergen Schoenwaelder
  2330.  
  2331. 11.  Author's Address
  2332.  
  2333.    Cheryl Krupczak
  2334.    Empire Technologies, Inc.
  2335.    541 Tenth Street, NW Suite 169
  2336.    Atlanta, GA 30318
  2337.  
  2338.    Phone: 770.384.0184
  2339.    EMail: cheryl@empiretech.com
  2340.  
  2341.    Jonathan Saperia
  2342.    BGS Systems Inc.
  2343.    saperia@networks.bgs.com
  2344.  
  2345. 12.  References
  2346.  
  2347.    [1]  Information processing systems - Open Systems
  2348.         Interconnection - Specification of Abstract Syntax
  2349.         Notation One (ASN.1), International Organization for
  2350.         Standardization.  International Standard 8824, (December,
  2351.         1987).
  2352.  
  2353.  
  2354.  
  2355.  
  2356. Krupczak & Saperia          Standards Track                    [Page 42]
  2357.  
  2358. RFC 2287                  MIB for Applications             February 1998
  2359.  
  2360.  
  2361.    [2]  SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M.,
  2362.         and S. Waldbusser, "Structure of Management Information
  2363.         for Version 2 of the Simple Network Management Protocol
  2364.         (SNMPv2)", RFC 1902, January 1996.
  2365.  
  2366.    [3]  SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M.,
  2367.         and S. Waldbusser, "Textual Conventions for Version 2 of
  2368.         the Simple Network Management Protocol (SNMPv2)", RFC
  2369.         1903, January 1996.
  2370.  
  2371.    [4]  SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M.,
  2372.         and S. Waldbusser, "Conformance Statements for Version 2
  2373.         of the Simple Network Management Protocol (SNMPv2)", RFC
  2374.         1904, January 1996.
  2375.  
  2376.    [5]  SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M.,
  2377.         and S. Waldbusser, "Protocol Operations for Version 2 of
  2378.         the Simple Network Management Protocol (SNMPv2)", RFC
  2379.         1905, January 1996.
  2380.  
  2381.    [6]  SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M.,
  2382.         and S. Waldbusser, "Transport Mappings for SNMPv2", RFC
  2383.         1906, January 1996.
  2384.  
  2385.    [7]  SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M.,
  2386.         and S. Waldbusser, "Management Information Base for
  2387.         Version 2 of the Simple Network Management Protocol
  2388.         (SNMPv2)", RFC 1907, January 1996.
  2389.  
  2390.    [8]  SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M.,
  2391.         and S. Waldbusser, "Coexistence between Version 1 and
  2392.         Version 2 of the Internet-standard Network Management
  2393.         Framework", RFC 1908, January 1996.
  2394.  
  2395.    [9]  Grillo, P., and S. Waldbusser, "Host Resources MIB", RFC 1514,
  2396.         September 1993.
  2397.  
  2398.    [10] Yergeau, F., "UTF-8, a transformation format of Unicode
  2399.         and ISO 10646", RFC 2044, October 1996.
  2400.  
  2401.    [11] Krupczak, C., and S. Waldbusser, "Applicability of Host
  2402.         Resources MIB to Application Management", Application MIB
  2403.         working group report, October 1995.
  2404.  
  2405.  
  2406.  
  2407.  
  2408.  
  2409.  
  2410.  
  2411.  
  2412. Krupczak & Saperia          Standards Track                    [Page 43]
  2413.  
  2414. RFC 2287                  MIB for Applications             February 1998
  2415.  
  2416.  
  2417. 12.  Full Copyright Statement
  2418.  
  2419.    Copyright (C) The Internet Society (1998).  All Rights Reserved.
  2420.  
  2421.    This document and translations of it may be copied and furnished to
  2422.    others, and derivative works that comment on or otherwise explain it
  2423.    or assist in its implementation may be prepared, copied, published
  2424.    and distributed, in whole or in part, without restriction of any
  2425.    kind, provided that the above copyright notice and this paragraph are
  2426.    included on all such copies and derivative works.  However, this
  2427.    document itself may not be modified in any way, such as by removing
  2428.    the copyright notice or references to the Internet Society or other
  2429.    Internet organizations, except as needed for the purpose of
  2430.    developing Internet standards in which case the procedures for
  2431.    copyrights defined in the Internet Standards process must be
  2432.    followed, or as required to translate it into languages other than
  2433.    English.
  2434.  
  2435.    The limited permissions granted above are perpetual and will not be
  2436.    revoked by the Internet Society or its successors or assigns.
  2437.  
  2438.    This document and the information contained herein is provided on an
  2439.    "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
  2440.    TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
  2441.    BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
  2442.    HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
  2443.    MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  2444.  
  2445.  
  2446.  
  2447.  
  2448.  
  2449.  
  2450.  
  2451.  
  2452.  
  2453.  
  2454.  
  2455.  
  2456.  
  2457.  
  2458.  
  2459.  
  2460.  
  2461.  
  2462.  
  2463.  
  2464.  
  2465.  
  2466.  
  2467.  
  2468. Krupczak & Saperia          Standards Track                    [Page 44]
  2469.  
  2470.