home *** CD-ROM | disk | FTP | other *** search
/ Thomson (Residential) / TGSTPv7203.iso / mac / SNMP_MIBs / extended / HOST-RESOURCES-MIB.mib < prev    next >
Text File  |  2008-02-08  |  57KB  |  1,558 lines

  1.    HOST-RESOURCES-MIB DEFINITIONS ::= BEGIN
  2.  
  3.    IMPORTS
  4.    MODULE-IDENTITY, OBJECT-TYPE, mib-2,
  5.    Integer32, Counter32, Gauge32, TimeTicks  FROM SNMPv2-SMI
  6.  
  7.    TEXTUAL-CONVENTION, DisplayString,
  8.    TruthValue, DateAndTime, AutonomousType   FROM SNMPv2-TC
  9.  
  10.    MODULE-COMPLIANCE, OBJECT-GROUP           FROM SNMPv2-CONF
  11.  
  12.    InterfaceIndexOrZero                      FROM IF-MIB;
  13.  
  14.    hostResourcesMibModule MODULE-IDENTITY
  15.       LAST-UPDATED "200003060000Z"    -- 6 March 2000
  16.       ORGANIZATION "IETF Host Resources MIB Working Group"
  17.       CONTACT-INFO
  18.           "Steve Waldbusser
  19.           Postal: Lucent Technologies, Inc.
  20.                   1213 Innsbruck Dr.
  21.                   Sunnyvale, CA 94089
  22.                   USA
  23.           Phone:  650-318-1251
  24.           Fax:    650-318-1633
  25.           Email:  waldbusser@lucent.com
  26.  
  27.           In addition, the Host Resources MIB mailing list is
  28.           dedicated to discussion of this MIB. To join the
  29.           mailing list, send a request message to
  30.           hostmib-request@andrew.cmu.edu. The mailing list
  31.           address is hostmib@andrew.cmu.edu."
  32.  
  33.       DESCRIPTION
  34.           "This MIB is for use in managing host systems. The term
  35.           `host' is construed to mean any computer that communicates
  36.           with other similar computers attached to the internet and
  37.           that is directly used by one or more human beings. Although
  38.           this MIB does not necessarily apply to devices whose primary
  39.           function is communications services (e.g., terminal servers,
  40.           routers, bridges, monitoring equipment), such relevance is
  41.           not explicitly precluded.  This MIB instruments attributes
  42.           common to all internet hosts including, for example, both
  43.           personal computers and systems that run variants of Unix."
  44.  
  45.       REVISION "200003060000Z"        -- 6 March 2000
  46.       DESCRIPTION
  47.           "Clarifications and bug fixes based on implementation
  48.           experience.  This revision was also reformatted in the SMIv2
  49.           format. The revisions made were:
  50.  
  51.           New RFC document standards:
  52.              Added Copyright notice, updated introduction to SNMP
  53.              Framework, updated references section, added reference to
  54.              RFC 2119, and added a meaningful Security Considerations
  55.              section.
  56.  
  57.           New IANA considerations section for registration of new types
  58.  
  59.           Conversion to new SMIv2 syntax for the following types and
  60.           macros:
  61.               Counter32, Integer32, Gauge32, MODULE-IDENTITY,
  62.               OBJECT-TYPE, TEXTUAL-CONVENTION, OBJECT-IDENTITY,
  63.               MODULE-COMPLIANCE, OBJECT-GROUP
  64.  
  65.           Used new Textual Conventions:
  66.               TruthValue, DateAndTime, AutonomousType,
  67.               InterfaceIndexOrZero
  68.  
  69.           Fixed typo in hrPrinterStatus.
  70.  
  71.           Added missing error bits to hrPrinterDetectedErrorState and
  72.           clarified confusion resulting from suggested mappings to
  73.           hrPrinterStatus.
  74.  
  75.           Clarified that size of objects of type
  76.           InternationalDisplayString is number of octets, not number
  77.           of encoded symbols.
  78.  
  79.           Clarified the use of the following objects based on
  80.           implementation experience:
  81.               hrSystemInitialLoadDevice, hrSystemInitialLoadParameters,
  82.               hrMemorySize, hrStorageSize, hrStorageAllocationFailures,
  83.               hrDeviceErrors, hrProcessorLoad, hrNetworkIfIndex,
  84.               hrDiskStorageCapacity, hrSWRunStatus, hrSWRunPerfCPU,
  85.               and hrSWInstalledDate.
  86.  
  87.           Clarified implementation technique for hrSWInstalledTable.
  88.  
  89.           Used new AUGMENTS clause for hrSWRunPerfTable.
  90.  
  91.           Added Internationalization Considerations section.
  92.  
  93.    This revision published as RFC2790."
  94.  
  95.       REVISION "9910202200Z"    -- 20 October, 1999
  96.       DESCRIPTION
  97.           "The original version of this MIB, published as
  98.           RFC1514."
  99.       ::= { hrMIBAdminInfo 1 }
  100.  
  101.    host     OBJECT IDENTIFIER ::= { mib-2 25 }
  102.  
  103.    hrSystem        OBJECT IDENTIFIER ::= { host 1 }
  104.    hrStorage       OBJECT IDENTIFIER ::= { host 2 }
  105.    hrDevice        OBJECT IDENTIFIER ::= { host 3 }
  106.    hrSWRun         OBJECT IDENTIFIER ::= { host 4 }
  107.    hrSWRunPerf     OBJECT IDENTIFIER ::= { host 5 }
  108.    hrSWInstalled   OBJECT IDENTIFIER ::= { host 6 }
  109.    hrMIBAdminInfo  OBJECT IDENTIFIER ::= { host 7 }
  110.  
  111.    -- textual conventions
  112.  
  113.    KBytes ::= TEXTUAL-CONVENTION
  114.        STATUS current
  115.        DESCRIPTION
  116.            "Storage size, expressed in units of 1024 bytes."
  117.        SYNTAX Integer32 (0..2147483647)
  118.  
  119.    ProductID ::= TEXTUAL-CONVENTION
  120.        STATUS current
  121.        DESCRIPTION
  122.            "This textual convention is intended to identify the
  123.  
  124.            manufacturer, model, and version of a specific
  125.            hardware or software product.  It is suggested that
  126.            these OBJECT IDENTIFIERs are allocated such that all
  127.            products from a particular manufacturer are registered
  128.            under a subtree distinct to that manufacturer.  In
  129.            addition, all versions of a product should be
  130.            registered under a subtree distinct to that product.
  131.            With this strategy, a management station may uniquely
  132.            determine the manufacturer and/or model of a product
  133.            whose productID is unknown to the management station.
  134.            Objects of this type may be useful for inventory
  135.            purposes or for automatically detecting
  136.            incompatibilities or version mismatches between
  137.            various hardware and software components on a system.
  138.  
  139.            For example, the product ID for the ACME 4860 66MHz
  140.            clock doubled processor might be:
  141.            enterprises.acme.acmeProcessors.a4860DX2.MHz66
  142.  
  143.            A software product might be registered as:
  144.            enterprises.acme.acmeOperatingSystems.acmeDOS.six(6).one(1)
  145.            "
  146.        SYNTAX OBJECT IDENTIFIER
  147.  
  148.    -- unknownProduct will be used for any unknown ProductID
  149.    -- unknownProduct OBJECT IDENTIFIER ::= { 0 0 }
  150.  
  151.    InternationalDisplayString ::= TEXTUAL-CONVENTION
  152.        STATUS current
  153.        DESCRIPTION
  154.            "This data type is used to model textual information
  155.            in some character set.  A network management station
  156.            should use a local algorithm to determine which
  157.            character set is in use and how it should be
  158.            displayed.  Note that this character set may be
  159.            encoded with more than one octet per symbol, but will
  160.            most often be NVT ASCII. When a size clause is
  161.            specified for an object of this type, the size refers
  162.            to the length in octets, not the number of symbols."
  163.        SYNTAX OCTET STRING
  164.  
  165.    -- The Host Resources System Group
  166.  
  167.    hrSystemUptime OBJECT-TYPE
  168.        SYNTAX     TimeTicks
  169.        MAX-ACCESS read-only
  170.        STATUS     current
  171.        DESCRIPTION
  172.  
  173.            "The amount of time since this host was last
  174.            initialized.  Note that this is different from
  175.            sysUpTime in the SNMPv2-MIB [RFC1907] because
  176.            sysUpTime is the uptime of the network management
  177.            portion of the system."
  178.        ::= { hrSystem 1 }
  179.  
  180.    hrSystemDate OBJECT-TYPE
  181.        SYNTAX     DateAndTime
  182.        MAX-ACCESS read-write
  183.        STATUS     current
  184.        DESCRIPTION
  185.            "The host's notion of the local date and time of day."
  186.        ::= { hrSystem 2 }
  187.  
  188.    hrSystemInitialLoadDevice OBJECT-TYPE
  189.        SYNTAX     Integer32 (1..2147483647)
  190.        MAX-ACCESS read-write
  191.        STATUS     current
  192.        DESCRIPTION
  193.            "The index of the hrDeviceEntry for the device from
  194.            which this host is configured to load its initial
  195.            operating system configuration (i.e., which operating
  196.            system code and/or boot parameters).
  197.  
  198.            Note that writing to this object just changes the
  199.            configuration that will be used the next time the
  200.            operating system is loaded and does not actually cause
  201.            the reload to occur."
  202.        ::= { hrSystem 3 }
  203.  
  204.    hrSystemInitialLoadParameters OBJECT-TYPE
  205.        SYNTAX     InternationalDisplayString (SIZE (0..128))
  206.        MAX-ACCESS read-write
  207.        STATUS     current
  208.        DESCRIPTION
  209.            "This object contains the parameters (e.g. a pathname
  210.            and parameter) supplied to the load device when
  211.            requesting the initial operating system configuration
  212.            from that device.
  213.  
  214.         Note that writing to this object just changes the
  215.         configuration that will be used the next time the
  216.         operating system is loaded and does not actually cause
  217.         the reload to occur."
  218.        ::= { hrSystem 4 }
  219.  
  220.    hrSystemNumUsers OBJECT-TYPE
  221.  
  222.        SYNTAX     Gauge32
  223.        MAX-ACCESS read-only
  224.        STATUS     current
  225.        DESCRIPTION
  226.            "The number of user sessions for which this host is
  227.            storing state information.  A session is a collection
  228.            of processes requiring a single act of user
  229.            authentication and possibly subject to collective job
  230.            control."
  231.        ::= { hrSystem 5 }
  232.  
  233.    hrSystemProcesses OBJECT-TYPE
  234.        SYNTAX     Gauge32
  235.        MAX-ACCESS read-only
  236.        STATUS     current
  237.        DESCRIPTION
  238.            "The number of process contexts currently loaded or
  239.            running on this system."
  240.        ::= { hrSystem 6 }
  241.  
  242.    hrSystemMaxProcesses OBJECT-TYPE
  243.        SYNTAX     Integer32 (0..2147483647)
  244.        MAX-ACCESS read-only
  245.        STATUS     current
  246.        DESCRIPTION
  247.            "The maximum number of process contexts this system
  248.            can support.  If there is no fixed maximum, the value
  249.            should be zero.  On systems that have a fixed maximum,
  250.            this object can help diagnose failures that occur when
  251.            this maximum is reached."
  252.        ::= { hrSystem 7 }
  253.  
  254.    -- The Host Resources Storage Group
  255.  
  256.    -- Registration point for storage types, for use with hrStorageType.
  257.    -- These are defined in the HOST-RESOURCES-TYPES module.
  258.    hrStorageTypes          OBJECT IDENTIFIER ::= { hrStorage 1 }
  259.  
  260.    hrMemorySize OBJECT-TYPE
  261.        SYNTAX     KBytes
  262.        UNITS      "KBytes"
  263.        MAX-ACCESS read-only
  264.        STATUS     current
  265.        DESCRIPTION
  266.            "The amount of physical read-write main memory,
  267.            typically RAM, contained by the host."
  268.        ::= { hrStorage 2 }
  269.  
  270.    hrStorageTable OBJECT-TYPE
  271.        SYNTAX     SEQUENCE OF HrStorageEntry
  272.        MAX-ACCESS not-accessible
  273.        STATUS     current
  274.        DESCRIPTION
  275.            "The (conceptual) table of logical storage areas on
  276.            the host.
  277.  
  278.            An entry shall be placed in the storage table for each
  279.            logical area of storage that is allocated and has
  280.            fixed resource limits.  The amount of storage
  281.            represented in an entity is the amount actually usable
  282.            by the requesting entity, and excludes loss due to
  283.            formatting or file system reference information.
  284.  
  285.            These entries are associated with logical storage
  286.            areas, as might be seen by an application, rather than
  287.            physical storage entities which are typically seen by
  288.            an operating system.  Storage such as tapes and
  289.            floppies without file systems on them are typically
  290.            not allocated in chunks by the operating system to
  291.            requesting applications, and therefore shouldn't
  292.            appear in this table.  Examples of valid storage for
  293.            this table include disk partitions, file systems, ram
  294.            (for some architectures this is further segmented into
  295.            regular memory, extended memory, and so on), backing
  296.            store for virtual memory (`swap space').
  297.  
  298.            This table is intended to be a useful diagnostic for
  299.            `out of memory' and `out of buffers' types of
  300.            failures.  In addition, it can be a useful performance
  301.            monitoring tool for tracking memory, disk, or buffer
  302.            usage."
  303.        ::= { hrStorage 3 }
  304.  
  305.    hrStorageEntry OBJECT-TYPE
  306.        SYNTAX     HrStorageEntry
  307.        MAX-ACCESS not-accessible
  308.        STATUS     current
  309.        DESCRIPTION
  310.            "A (conceptual) entry for one logical storage area on
  311.            the host.  As an example, an instance of the
  312.            hrStorageType object might be named hrStorageType.3"
  313.        INDEX { hrStorageIndex }
  314.        ::= { hrStorageTable 1 }
  315.  
  316.    HrStorageEntry ::= SEQUENCE {
  317.            hrStorageIndex               Integer32,
  318.  
  319.            hrStorageType                AutonomousType,
  320.            hrStorageDescr               DisplayString,
  321.            hrStorageAllocationUnits     Integer32,
  322.            hrStorageSize                Integer32,
  323.            hrStorageUsed                Integer32,
  324.            hrStorageAllocationFailures  Counter32
  325.        }
  326.  
  327.    hrStorageIndex OBJECT-TYPE
  328.        SYNTAX     Integer32 (1..2147483647)
  329.        MAX-ACCESS read-only
  330.        STATUS     current
  331.        DESCRIPTION
  332.            "A unique value for each logical storage area
  333.            contained by the host."
  334.        ::= { hrStorageEntry 1 }
  335.  
  336.    hrStorageType OBJECT-TYPE
  337.        SYNTAX     AutonomousType
  338.        MAX-ACCESS read-only
  339.        STATUS     current
  340.        DESCRIPTION
  341.            "The type of storage represented by this entry."
  342.        ::= { hrStorageEntry 2 }
  343.  
  344.    hrStorageDescr OBJECT-TYPE
  345.        SYNTAX     DisplayString
  346.        MAX-ACCESS read-only
  347.        STATUS     current
  348.        DESCRIPTION
  349.            "A description of the type and instance of the storage
  350.            described by this entry."
  351.        ::= { hrStorageEntry 3 }
  352.  
  353.    hrStorageAllocationUnits OBJECT-TYPE
  354.        SYNTAX     Integer32 (1..2147483647)
  355.        UNITS      "Bytes"
  356.        MAX-ACCESS read-only
  357.        STATUS     current
  358.        DESCRIPTION
  359.            "The size, in bytes, of the data objects allocated
  360.            from this pool.  If this entry is monitoring sectors,
  361.            blocks, buffers, or packets, for example, this number
  362.            will commonly be greater than one.  Otherwise this
  363.            number will typically be one."
  364.        ::= { hrStorageEntry 4 }
  365.  
  366.    hrStorageSize OBJECT-TYPE
  367.  
  368.        SYNTAX     Integer32 (0..2147483647)
  369.        MAX-ACCESS read-write
  370.        STATUS     current
  371.        DESCRIPTION
  372.            "The size of the storage represented by this entry, in
  373.            units of hrStorageAllocationUnits. This object is
  374.            writable to allow remote configuration of the size of
  375.            the storage area in those cases where such an
  376.            operation makes sense and is possible on the
  377.            underlying system. For example, the amount of main
  378.            memory allocated to a buffer pool might be modified or
  379.            the amount of disk space allocated to virtual memory
  380.            might be modified."
  381.        ::= { hrStorageEntry 5 }
  382.  
  383.    hrStorageUsed OBJECT-TYPE
  384.        SYNTAX     Integer32 (0..2147483647)
  385.        MAX-ACCESS read-only
  386.        STATUS     current
  387.        DESCRIPTION
  388.            "The amount of the storage represented by this entry
  389.            that is allocated, in units of
  390.            hrStorageAllocationUnits."
  391.        ::= { hrStorageEntry 6 }
  392.  
  393.    hrStorageAllocationFailures OBJECT-TYPE
  394.        SYNTAX     Counter32
  395.        MAX-ACCESS read-only
  396.        STATUS     current
  397.        DESCRIPTION
  398.            "The number of requests for storage represented by
  399.            this entry that could not be honored due to not enough
  400.            storage.  It should be noted that as this object has a
  401.            SYNTAX of Counter32, that it does not have a defined
  402.            initial value.  However, it is recommended that this
  403.            object be initialized to zero, even though management
  404.            stations must not depend on such an initialization."
  405.        ::= { hrStorageEntry 7 }
  406.  
  407.    -- The Host Resources Device Group
  408.    --
  409.    -- The device group is useful for identifying and diagnosing the
  410.    -- devices on a system.  The hrDeviceTable contains common
  411.    -- information for any type of device.  In addition, some devices
  412.    -- have device-specific tables for more detailed information.  More
  413.    -- such tables may be defined in the future for other device types.
  414.  
  415.    -- Registration point for device types, for use with hrDeviceType.
  416.  
  417.    -- These are defined in the HOST-RESOURCES-TYPES module.
  418.    hrDeviceTypes             OBJECT IDENTIFIER ::= { hrDevice 1 }
  419.  
  420.    hrDeviceTable OBJECT-TYPE
  421.        SYNTAX     SEQUENCE OF HrDeviceEntry
  422.        MAX-ACCESS not-accessible
  423.        STATUS     current
  424.        DESCRIPTION
  425.            "The (conceptual) table of devices contained by the
  426.            host."
  427.        ::= { hrDevice 2 }
  428.  
  429.    hrDeviceEntry OBJECT-TYPE
  430.        SYNTAX     HrDeviceEntry
  431.        MAX-ACCESS not-accessible
  432.        STATUS     current
  433.        DESCRIPTION
  434.            "A (conceptual) entry for one device contained by the
  435.            host.  As an example, an instance of the hrDeviceType
  436.            object might be named hrDeviceType.3"
  437.        INDEX { hrDeviceIndex }
  438.        ::= { hrDeviceTable 1 }
  439.  
  440.    HrDeviceEntry ::= SEQUENCE {
  441.            hrDeviceIndex           Integer32,
  442.            hrDeviceType            AutonomousType,
  443.            hrDeviceDescr           DisplayString,
  444.            hrDeviceID              ProductID,
  445.            hrDeviceStatus          INTEGER,
  446.            hrDeviceErrors          Counter32
  447.        }
  448.  
  449.    hrDeviceIndex OBJECT-TYPE
  450.        SYNTAX     Integer32 (1..2147483647)
  451.        MAX-ACCESS read-only
  452.        STATUS     current
  453.        DESCRIPTION
  454.            "A unique value for each device contained by the host.
  455.            The value for each device must remain constant at
  456.            least from one re-initialization of the agent to the
  457.            next re-initialization."
  458.        ::= { hrDeviceEntry 1 }
  459.  
  460.    hrDeviceType OBJECT-TYPE
  461.        SYNTAX     AutonomousType
  462.        MAX-ACCESS read-only
  463.        STATUS     current
  464.        DESCRIPTION
  465.  
  466.            "An indication of the type of device.
  467.  
  468.            If this value is
  469.            `hrDeviceProcessor { hrDeviceTypes 3 }' then an entry
  470.            exists in the hrProcessorTable which corresponds to
  471.            this device.
  472.  
  473.            If this value is
  474.            `hrDeviceNetwork { hrDeviceTypes 4 }', then an entry
  475.            exists in the hrNetworkTable which corresponds to this
  476.            device.
  477.  
  478.            If this value is
  479.            `hrDevicePrinter { hrDeviceTypes 5 }', then an entry
  480.            exists in the hrPrinterTable which corresponds to this
  481.            device.
  482.  
  483.            If this value is
  484.            `hrDeviceDiskStorage { hrDeviceTypes 6 }', then an
  485.            entry exists in the hrDiskStorageTable which
  486.            corresponds to this device."
  487.        ::= { hrDeviceEntry 2 }
  488.  
  489.    hrDeviceDescr OBJECT-TYPE
  490.        SYNTAX     DisplayString (SIZE (0..64))
  491.        MAX-ACCESS read-only
  492.        STATUS     current
  493.        DESCRIPTION
  494.            "A textual description of this device, including the
  495.            device's manufacturer and revision, and optionally,
  496.            its serial number."
  497.        ::= { hrDeviceEntry 3 }
  498.  
  499.    hrDeviceID OBJECT-TYPE
  500.        SYNTAX     ProductID
  501.        MAX-ACCESS read-only
  502.        STATUS     current
  503.        DESCRIPTION
  504.            "The product ID for this device."
  505.        ::= { hrDeviceEntry 4 }
  506.  
  507.    hrDeviceStatus OBJECT-TYPE
  508.        SYNTAX     INTEGER {
  509.                       unknown(1),
  510.                       running(2),
  511.                       warning(3),
  512.                       testing(4),
  513.                       down(5)
  514.  
  515.                   }
  516.        MAX-ACCESS read-only
  517.        STATUS     current
  518.        DESCRIPTION
  519.            "The current operational state of the device described
  520.            by this row of the table.  A value unknown(1)
  521.            indicates that the current state of the device is
  522.            unknown.  running(2) indicates that the device is up
  523.            and running and that no unusual error conditions are
  524.            known.  The warning(3) state indicates that agent has
  525.            been informed of an unusual error condition by the
  526.            operational software (e.g., a disk device driver) but
  527.            that the device is still 'operational'.  An example
  528.            would be a high number of soft errors on a disk.  A
  529.            value of testing(4), indicates that the device is not
  530.            available for use because it is in the testing state.
  531.            The state of down(5) is used only when the agent has
  532.            been informed that the device is not available for any
  533.            use."
  534.        ::= { hrDeviceEntry 5 }
  535.  
  536.    hrDeviceErrors OBJECT-TYPE
  537.        SYNTAX     Counter32
  538.        MAX-ACCESS read-only
  539.        STATUS     current
  540.        DESCRIPTION
  541.            "The number of errors detected on this device.  It
  542.            should be noted that as this object has a SYNTAX of
  543.            Counter32, that it does not have a defined initial
  544.            value.  However, it is recommended that this object be
  545.            initialized to zero, even though management stations
  546.            must not depend on such an initialization."
  547.        ::= { hrDeviceEntry 6 }
  548.  
  549.    hrProcessorTable OBJECT-TYPE
  550.        SYNTAX     SEQUENCE OF HrProcessorEntry
  551.        MAX-ACCESS not-accessible
  552.        STATUS     current
  553.        DESCRIPTION
  554.            "The (conceptual) table of processors contained by the
  555.            host.
  556.  
  557.            Note that this table is potentially sparse: a
  558.            (conceptual) entry exists only if the correspondent
  559.            value of the hrDeviceType object is
  560.            `hrDeviceProcessor'."
  561.        ::= { hrDevice 3 }
  562.  
  563.    hrProcessorEntry OBJECT-TYPE
  564.        SYNTAX     HrProcessorEntry
  565.        MAX-ACCESS not-accessible
  566.        STATUS     current
  567.        DESCRIPTION
  568.            "A (conceptual) entry for one processor contained by
  569.            the host.  The hrDeviceIndex in the index represents
  570.            the entry in the hrDeviceTable that corresponds to the
  571.            hrProcessorEntry.
  572.  
  573.            As an example of how objects in this table are named,
  574.            an instance of the hrProcessorFrwID object might be
  575.            named hrProcessorFrwID.3"
  576.        INDEX { hrDeviceIndex }
  577.        ::= { hrProcessorTable 1 }
  578.  
  579.    HrProcessorEntry ::= SEQUENCE {
  580.            hrProcessorFrwID            ProductID,
  581.            hrProcessorLoad             Integer32
  582.        }
  583.  
  584.    hrProcessorFrwID OBJECT-TYPE
  585.        SYNTAX     ProductID
  586.        MAX-ACCESS read-only
  587.        STATUS     current
  588.        DESCRIPTION
  589.            "The product ID of the firmware associated with the
  590.            processor."
  591.        ::= { hrProcessorEntry 1 }
  592.  
  593.    hrProcessorLoad OBJECT-TYPE
  594.        SYNTAX     Integer32 (0..100)
  595.        MAX-ACCESS read-only
  596.        STATUS     current
  597.        DESCRIPTION
  598.            "The average, over the last minute, of the percentage
  599.            of time that this processor was not idle.
  600.            Implementations may approximate this one minute
  601.            smoothing period if necessary."
  602.        ::= { hrProcessorEntry 2 }
  603.  
  604.    hrNetworkTable OBJECT-TYPE
  605.        SYNTAX     SEQUENCE OF HrNetworkEntry
  606.        MAX-ACCESS not-accessible
  607.        STATUS     current
  608.        DESCRIPTION
  609.            "The (conceptual) table of network devices contained
  610.            by the host.
  611.  
  612.            Note that this table is potentially sparse: a
  613.            (conceptual) entry exists only if the correspondent
  614.            value of the hrDeviceType object is
  615.            `hrDeviceNetwork'."
  616.        ::= { hrDevice 4 }
  617.  
  618.    hrNetworkEntry OBJECT-TYPE
  619.        SYNTAX     HrNetworkEntry
  620.        MAX-ACCESS not-accessible
  621.        STATUS     current
  622.        DESCRIPTION
  623.            "A (conceptual) entry for one network device contained
  624.            by the host.  The hrDeviceIndex in the index
  625.            represents the entry in the hrDeviceTable that
  626.            corresponds to the hrNetworkEntry.
  627.  
  628.            As an example of how objects in this table are named,
  629.            an instance of the hrNetworkIfIndex object might be
  630.            named hrNetworkIfIndex.3"
  631.        INDEX { hrDeviceIndex }
  632.        ::= { hrNetworkTable 1 }
  633.  
  634.    HrNetworkEntry ::= SEQUENCE {
  635.            hrNetworkIfIndex    InterfaceIndexOrZero
  636.        }
  637.  
  638.    hrNetworkIfIndex OBJECT-TYPE
  639.        SYNTAX     InterfaceIndexOrZero
  640.        MAX-ACCESS read-only
  641.        STATUS     current
  642.        DESCRIPTION
  643.            "The value of ifIndex which corresponds to this
  644.            network device. If this device is not represented in
  645.            the ifTable, then this value shall be zero."
  646.        ::= { hrNetworkEntry 1 }
  647.  
  648.    hrPrinterTable OBJECT-TYPE
  649.        SYNTAX     SEQUENCE OF HrPrinterEntry
  650.        MAX-ACCESS not-accessible
  651.        STATUS     current
  652.        DESCRIPTION
  653.            "The (conceptual) table of printers local to the host.
  654.  
  655.            Note that this table is potentially sparse: a
  656.            (conceptual) entry exists only if the correspondent
  657.            value of the hrDeviceType object is
  658.            `hrDevicePrinter'."
  659.        ::= { hrDevice 5 }
  660.  
  661.    hrPrinterEntry OBJECT-TYPE
  662.        SYNTAX     HrPrinterEntry
  663.        MAX-ACCESS not-accessible
  664.        STATUS     current
  665.        DESCRIPTION
  666.            "A (conceptual) entry for one printer local to the
  667.            host.  The hrDeviceIndex in the index represents the
  668.            entry in the hrDeviceTable that corresponds to the
  669.            hrPrinterEntry.
  670.  
  671.            As an example of how objects in this table are named,
  672.            an instance of the hrPrinterStatus object might be
  673.            named hrPrinterStatus.3"
  674.        INDEX { hrDeviceIndex }
  675.        ::= { hrPrinterTable 1 }
  676.  
  677.    HrPrinterEntry ::= SEQUENCE {
  678.            hrPrinterStatus             INTEGER,
  679.            hrPrinterDetectedErrorState OCTET STRING
  680.        }
  681.  
  682.    hrPrinterStatus OBJECT-TYPE
  683.        SYNTAX     INTEGER {
  684.                       other(1),
  685.                       unknown(2),
  686.                       idle(3),
  687.                       printing(4),
  688.                       warmup(5)
  689.                   }
  690.        MAX-ACCESS read-only
  691.        STATUS     current
  692.        DESCRIPTION
  693.            "The current status of this printer device."
  694.        ::= { hrPrinterEntry 1 }
  695.  
  696.    hrPrinterDetectedErrorState OBJECT-TYPE
  697.        SYNTAX     OCTET STRING
  698.        MAX-ACCESS read-only
  699.        STATUS     current
  700.        DESCRIPTION
  701.            "This object represents any error conditions detected
  702.            by the printer.  The error conditions are encoded as
  703.            bits in an octet string, with the following
  704.            definitions:
  705.  
  706.                 Condition         Bit #
  707.  
  708.                 lowPaper              0
  709.  
  710.                 noPaper               1
  711.                 lowToner              2
  712.                 noToner               3
  713.                 doorOpen              4
  714.                 jammed                5
  715.                 offline               6
  716.                 serviceRequested      7
  717.                 inputTrayMissing      8
  718.                 outputTrayMissing     9
  719.                 markerSupplyMissing  10
  720.                 outputNearFull       11
  721.                 outputFull           12
  722.                 inputTrayEmpty       13
  723.                 overduePreventMaint  14
  724.  
  725.            Bits are numbered starting with the most significant
  726.            bit of the first byte being bit 0, the least
  727.            significant bit of the first byte being bit 7, the
  728.            most significant bit of the second byte being bit 8,
  729.            and so on.  A one bit encodes that the condition was
  730.            detected, while a zero bit encodes that the condition
  731.            was not detected.
  732.  
  733.            This object is useful for alerting an operator to
  734.            specific warning or error conditions that may occur,
  735.            especially those requiring human intervention."
  736.        ::= { hrPrinterEntry 2 }
  737.  
  738.    hrDiskStorageTable OBJECT-TYPE
  739.        SYNTAX     SEQUENCE OF HrDiskStorageEntry
  740.        MAX-ACCESS not-accessible
  741.        STATUS     current
  742.        DESCRIPTION
  743.            "The (conceptual) table of long-term storage devices
  744.            contained by the host.  In particular, disk devices
  745.            accessed remotely over a network are not included
  746.            here.
  747.  
  748.            Note that this table is potentially sparse: a
  749.            (conceptual) entry exists only if the correspondent
  750.            value of the hrDeviceType object is
  751.            `hrDeviceDiskStorage'."
  752.        ::= { hrDevice 6 }
  753.  
  754.    hrDiskStorageEntry OBJECT-TYPE
  755.        SYNTAX     HrDiskStorageEntry
  756.        MAX-ACCESS not-accessible
  757.        STATUS     current
  758.  
  759.        DESCRIPTION
  760.            "A (conceptual) entry for one long-term storage device
  761.            contained by the host.  The hrDeviceIndex in the index
  762.            represents the entry in the hrDeviceTable that
  763.            corresponds to the hrDiskStorageEntry. As an example,
  764.            an instance of the hrDiskStorageCapacity object might
  765.            be named hrDiskStorageCapacity.3"
  766.        INDEX { hrDeviceIndex }
  767.        ::= { hrDiskStorageTable 1 }
  768.  
  769.    HrDiskStorageEntry ::= SEQUENCE {
  770.            hrDiskStorageAccess         INTEGER,
  771.            hrDiskStorageMedia          INTEGER,
  772.            hrDiskStorageRemoveble      TruthValue,
  773.            hrDiskStorageCapacity       KBytes
  774.        }
  775.  
  776.    hrDiskStorageAccess OBJECT-TYPE
  777.        SYNTAX     INTEGER {
  778.                       readWrite(1),
  779.                       readOnly(2)
  780.                   }
  781.        MAX-ACCESS read-only
  782.        STATUS     current
  783.        DESCRIPTION
  784.            "An indication if this long-term storage device is
  785.            readable and writable or only readable.  This should
  786.            reflect the media type, any write-protect mechanism,
  787.            and any device configuration that affects the entire
  788.            device."
  789.        ::= { hrDiskStorageEntry 1 }
  790.  
  791.    hrDiskStorageMedia OBJECT-TYPE
  792.        SYNTAX     INTEGER {
  793.                       other(1),
  794.                       unknown(2),
  795.                       hardDisk(3),
  796.                       floppyDisk(4),
  797.                       opticalDiskROM(5),
  798.                       opticalDiskWORM(6),     -- Write Once Read Many
  799.                       opticalDiskRW(7),
  800.                       ramDisk(8)
  801.                   }
  802.        MAX-ACCESS read-only
  803.        STATUS     current
  804.        DESCRIPTION
  805.            "An indication of the type of media used in this long-
  806.            term storage device."
  807.  
  808.        ::= { hrDiskStorageEntry 2 }
  809.  
  810.    hrDiskStorageRemoveble OBJECT-TYPE
  811.        SYNTAX     TruthValue
  812.        MAX-ACCESS read-only
  813.        STATUS     current
  814.        DESCRIPTION
  815.            "Denotes whether or not the disk media may be removed
  816.            from the drive."
  817.        ::= { hrDiskStorageEntry 3 }
  818.  
  819.    hrDiskStorageCapacity OBJECT-TYPE
  820.        SYNTAX     KBytes
  821.        UNITS      "KBytes"
  822.        MAX-ACCESS read-only
  823.        STATUS     current
  824.        DESCRIPTION
  825.            "The total size for this long-term storage device. If
  826.            the media is removable and is currently removed, this
  827.            value should be zero."
  828.        ::= { hrDiskStorageEntry 4 }
  829.  
  830.    hrPartitionTable OBJECT-TYPE
  831.        SYNTAX     SEQUENCE OF HrPartitionEntry
  832.        MAX-ACCESS not-accessible
  833.        STATUS     current
  834.        DESCRIPTION
  835.            "The (conceptual) table of partitions for long-term
  836.            storage devices contained by the host.  In particular,
  837.            partitions accessed remotely over a network are not
  838.            included here."
  839.        ::= { hrDevice 7 }
  840.  
  841.    hrPartitionEntry OBJECT-TYPE
  842.        SYNTAX     HrPartitionEntry
  843.        MAX-ACCESS not-accessible
  844.        STATUS     current
  845.        DESCRIPTION
  846.            "A (conceptual) entry for one partition.  The
  847.            hrDeviceIndex in the index represents the entry in the
  848.            hrDeviceTable that corresponds to the
  849.            hrPartitionEntry.
  850.  
  851.            As an example of how objects in this table are named,
  852.            an instance of the hrPartitionSize object might be
  853.            named hrPartitionSize.3.1"
  854.        INDEX { hrDeviceIndex, hrPartitionIndex }
  855.        ::= { hrPartitionTable 1 }
  856.  
  857.    HrPartitionEntry ::= SEQUENCE {
  858.            hrPartitionIndex                Integer32,
  859.            hrPartitionLabel                InternationalDisplayString,
  860.            hrPartitionID                   OCTET STRING,
  861.            hrPartitionSize                 KBytes,
  862.            hrPartitionFSIndex              Integer32
  863.        }
  864.  
  865.    hrPartitionIndex OBJECT-TYPE
  866.        SYNTAX     Integer32 (1..2147483647)
  867.        MAX-ACCESS read-only
  868.        STATUS     current
  869.        DESCRIPTION
  870.            "A unique value for each partition on this long-term
  871.            storage device.  The value for each long-term storage
  872.            device must remain constant at least from one re-
  873.            initialization of the agent to the next re-
  874.            initialization."
  875.        ::= { hrPartitionEntry 1 }
  876.  
  877.    hrPartitionLabel OBJECT-TYPE
  878.        SYNTAX     InternationalDisplayString (SIZE (0..128))
  879.        MAX-ACCESS read-only
  880.        STATUS     current
  881.        DESCRIPTION
  882.            "A textual description of this partition."
  883.        ::= { hrPartitionEntry 2 }
  884.  
  885.    hrPartitionID OBJECT-TYPE
  886.        SYNTAX     OCTET STRING
  887.        MAX-ACCESS read-only
  888.        STATUS     current
  889.        DESCRIPTION
  890.            "A descriptor which uniquely represents this partition
  891.            to the responsible operating system.  On some systems,
  892.            this might take on a binary representation."
  893.        ::= { hrPartitionEntry 3 }
  894.  
  895.    hrPartitionSize OBJECT-TYPE
  896.        SYNTAX     KBytes
  897.        UNITS      "KBytes"
  898.        MAX-ACCESS read-only
  899.        STATUS     current
  900.        DESCRIPTION
  901.            "The size of this partition."
  902.        ::= { hrPartitionEntry 4 }
  903.  
  904.    hrPartitionFSIndex OBJECT-TYPE
  905.  
  906.        SYNTAX     Integer32 (0..2147483647)
  907.        MAX-ACCESS read-only
  908.        STATUS     current
  909.        DESCRIPTION
  910.            "The index of the file system mounted on this
  911.            partition.  If no file system is mounted on this
  912.            partition, then this value shall be zero.  Note that
  913.            multiple partitions may point to one file system,
  914.            denoting that that file system resides on those
  915.            partitions.  Multiple file systems may not reside on
  916.            one partition."
  917.        ::= { hrPartitionEntry 5 }
  918.  
  919.    -- The File System Table
  920.  
  921.    -- Registration point for popular File System types,
  922.    -- for use with hrFSType. These are defined in the
  923.    -- HOST-RESOURCES-TYPES module.
  924.    hrFSTypes               OBJECT IDENTIFIER ::= { hrDevice 9 }
  925.  
  926.    hrFSTable OBJECT-TYPE
  927.        SYNTAX     SEQUENCE OF HrFSEntry
  928.        MAX-ACCESS not-accessible
  929.        STATUS     current
  930.        DESCRIPTION
  931.            "The (conceptual) table of file systems local to this
  932.            host or remotely mounted from a file server.  File
  933.            systems that are in only one user's environment on a
  934.            multi-user system will not be included in this table."
  935.        ::= { hrDevice 8 }
  936.  
  937.    hrFSEntry OBJECT-TYPE
  938.        SYNTAX     HrFSEntry
  939.        MAX-ACCESS not-accessible
  940.        STATUS     current
  941.        DESCRIPTION
  942.            "A (conceptual) entry for one file system local to
  943.            this host or remotely mounted from a file server.
  944.            File systems that are in only one user's environment
  945.            on a multi-user system will not be included in this
  946.            table.
  947.  
  948.            As an example of how objects in this table are named,
  949.            an instance of the hrFSMountPoint object might be
  950.            named hrFSMountPoint.3"
  951.        INDEX { hrFSIndex }
  952.        ::= { hrFSTable 1 }
  953.  
  954.    HrFSEntry ::= SEQUENCE {
  955.            hrFSIndex                   Integer32,
  956.            hrFSMountPoint              InternationalDisplayString,
  957.            hrFSRemoteMountPoint        InternationalDisplayString,
  958.            hrFSType                    AutonomousType,
  959.            hrFSAccess                  INTEGER,
  960.            hrFSBootable                TruthValue,
  961.            hrFSStorageIndex            Integer32,
  962.            hrFSLastFullBackupDate      DateAndTime,
  963.            hrFSLastPartialBackupDate   DateAndTime
  964.        }
  965.  
  966.    hrFSIndex OBJECT-TYPE
  967.        SYNTAX     Integer32 (1..2147483647)
  968.        MAX-ACCESS read-only
  969.        STATUS     current
  970.        DESCRIPTION
  971.            "A unique value for each file system local to this
  972.            host.  The value for each file system must remain
  973.            constant at least from one re-initialization of the
  974.            agent to the next re-initialization."
  975.        ::= { hrFSEntry 1 }
  976.  
  977.    hrFSMountPoint OBJECT-TYPE
  978.        SYNTAX     InternationalDisplayString (SIZE(0..128))
  979.        MAX-ACCESS read-only
  980.        STATUS     current
  981.        DESCRIPTION
  982.            "The path name of the root of this file system."
  983.        ::= { hrFSEntry 2 }
  984.  
  985.    hrFSRemoteMountPoint OBJECT-TYPE
  986.        SYNTAX     InternationalDisplayString (SIZE(0..128))
  987.        MAX-ACCESS read-only
  988.        STATUS     current
  989.        DESCRIPTION
  990.            "A description of the name and/or address of the
  991.            server that this file system is mounted from.  This
  992.            may also include parameters such as the mount point on
  993.            the remote file system.  If this is not a remote file
  994.            system, this string should have a length of zero."
  995.        ::= { hrFSEntry 3 }
  996.  
  997.    hrFSType OBJECT-TYPE
  998.        SYNTAX     AutonomousType
  999.        MAX-ACCESS read-only
  1000.        STATUS     current
  1001.        DESCRIPTION
  1002.  
  1003.            "The value of this object identifies the type of this
  1004.            file system."
  1005.        ::= { hrFSEntry 4 }
  1006.  
  1007.    hrFSAccess OBJECT-TYPE
  1008.        SYNTAX     INTEGER {
  1009.                       readWrite(1),
  1010.                       readOnly(2)
  1011.                   }
  1012.        MAX-ACCESS read-only
  1013.        STATUS     current
  1014.        DESCRIPTION
  1015.            "An indication if this file system is logically
  1016.            configured by the operating system to be readable and
  1017.            writable or only readable.  This does not represent
  1018.            any local access-control policy, except one that is
  1019.            applied to the file system as a whole."
  1020.        ::= { hrFSEntry 5 }
  1021.  
  1022.    hrFSBootable OBJECT-TYPE
  1023.        SYNTAX     TruthValue
  1024.        MAX-ACCESS read-only
  1025.        STATUS     current
  1026.        DESCRIPTION
  1027.            "A flag indicating whether this file system is
  1028.            bootable."
  1029.        ::= { hrFSEntry 6 }
  1030.  
  1031.    hrFSStorageIndex OBJECT-TYPE
  1032.        SYNTAX     Integer32 (0..2147483647)
  1033.        MAX-ACCESS read-only
  1034.        STATUS     current
  1035.        DESCRIPTION
  1036.            "The index of the hrStorageEntry that represents
  1037.            information about this file system.  If there is no
  1038.            such information available, then this value shall be
  1039.            zero.  The relevant storage entry will be useful in
  1040.            tracking the percent usage of this file system and
  1041.            diagnosing errors that may occur when it runs out of
  1042.            space."
  1043.        ::= { hrFSEntry 7 }
  1044.  
  1045.    hrFSLastFullBackupDate OBJECT-TYPE
  1046.        SYNTAX     DateAndTime
  1047.        MAX-ACCESS read-write
  1048.        STATUS     current
  1049.        DESCRIPTION
  1050.            "The last date at which this complete file system was
  1051.  
  1052.            copied to another storage device for backup.  This
  1053.            information is useful for ensuring that backups are
  1054.            being performed regularly.
  1055.  
  1056.            If this information is not known, then this variable
  1057.            shall have the value corresponding to January 1, year
  1058.            0000, 00:00:00.0, which is encoded as
  1059.            (hex)'00 00 01 01 00 00 00 00'."
  1060.        ::= { hrFSEntry 8 }
  1061.  
  1062.    hrFSLastPartialBackupDate OBJECT-TYPE
  1063.        SYNTAX     DateAndTime
  1064.        MAX-ACCESS read-write
  1065.        STATUS     current
  1066.        DESCRIPTION
  1067.            "The last date at which a portion of this file system
  1068.            was copied to another storage device for backup.  This
  1069.            information is useful for ensuring that backups are
  1070.            being performed regularly.
  1071.  
  1072.            If this information is not known, then this variable
  1073.            shall have the value corresponding to January 1, year
  1074.            0000, 00:00:00.0, which is encoded as
  1075.            (hex)'00 00 01 01 00 00 00 00'."
  1076.        ::= { hrFSEntry 9 }
  1077.  
  1078.    -- The Host Resources Running Software Group
  1079.    --
  1080.    -- The hrSWRunTable contains an entry for each distinct piece of
  1081.    -- software that is running or loaded into physical or virtual
  1082.    -- memory in preparation for running.  This includes the host's
  1083.    -- operating system, device drivers, and applications.
  1084.  
  1085.    hrSWOSIndex OBJECT-TYPE
  1086.        SYNTAX     Integer32 (1..2147483647)
  1087.        MAX-ACCESS read-only
  1088.        STATUS     current
  1089.        DESCRIPTION
  1090.            "The value of the hrSWRunIndex for the hrSWRunEntry
  1091.            that represents the primary operating system running
  1092.            on this host.  This object is useful for quickly and
  1093.            uniquely identifying that primary operating system."
  1094.        ::= { hrSWRun 1 }
  1095.  
  1096.    hrSWRunTable OBJECT-TYPE
  1097.        SYNTAX     SEQUENCE OF HrSWRunEntry
  1098.        MAX-ACCESS not-accessible
  1099.        STATUS     current
  1100.  
  1101.        DESCRIPTION
  1102.            "The (conceptual) table of software running on the
  1103.            host."
  1104.        ::= { hrSWRun 2 }
  1105.  
  1106.    hrSWRunEntry OBJECT-TYPE
  1107.        SYNTAX     HrSWRunEntry
  1108.        MAX-ACCESS not-accessible
  1109.        STATUS     current
  1110.        DESCRIPTION
  1111.            "A (conceptual) entry for one piece of software
  1112.            running on the host Note that because the installed
  1113.            software table only contains information for software
  1114.            stored locally on this host, not every piece of
  1115.            running software will be found in the installed
  1116.            software table.  This is true of software that was
  1117.            loaded and run from a non-local source, such as a
  1118.            network-mounted file system.
  1119.  
  1120.            As an example of how objects in this table are named,
  1121.            an instance of the hrSWRunName object might be named
  1122.            hrSWRunName.1287"
  1123.        INDEX { hrSWRunIndex }
  1124.        ::= { hrSWRunTable 1 }
  1125.  
  1126.    HrSWRunEntry ::= SEQUENCE {
  1127.            hrSWRunIndex       Integer32,
  1128.            hrSWRunName        InternationalDisplayString,
  1129.            hrSWRunID          ProductID,
  1130.            hrSWRunPath        InternationalDisplayString,
  1131.            hrSWRunParameters  InternationalDisplayString,
  1132.            hrSWRunType        INTEGER,
  1133.            hrSWRunStatus      INTEGER
  1134.        }
  1135.  
  1136.    hrSWRunIndex OBJECT-TYPE
  1137.        SYNTAX     Integer32 (1..2147483647)
  1138.        MAX-ACCESS read-only
  1139.        STATUS     current
  1140.        DESCRIPTION
  1141.            "A unique value for each piece of software running on
  1142.            the host.  Wherever possible, this should be the
  1143.            system's native, unique identification number."
  1144.        ::= { hrSWRunEntry 1 }
  1145.  
  1146.    hrSWRunName OBJECT-TYPE
  1147.        SYNTAX     InternationalDisplayString (SIZE (0..64))
  1148.        MAX-ACCESS read-only
  1149.  
  1150.        STATUS     current
  1151.        DESCRIPTION
  1152.            "A textual description of this running piece of
  1153.            software, including the manufacturer, revision,  and
  1154.            the name by which it is commonly known.  If this
  1155.            software was installed locally, this should be the
  1156.            same string as used in the corresponding
  1157.            hrSWInstalledName."
  1158.        ::= { hrSWRunEntry 2 }
  1159.  
  1160.    hrSWRunID OBJECT-TYPE
  1161.        SYNTAX     ProductID
  1162.        MAX-ACCESS read-only
  1163.        STATUS     current
  1164.        DESCRIPTION
  1165.            "The product ID of this running piece of software."
  1166.        ::= { hrSWRunEntry 3 }
  1167.  
  1168.    hrSWRunPath OBJECT-TYPE
  1169.        SYNTAX     InternationalDisplayString (SIZE(0..128))
  1170.        MAX-ACCESS read-only
  1171.        STATUS     current
  1172.        DESCRIPTION
  1173.            "A description of the location on long-term storage
  1174.            (e.g. a disk drive) from which this software was
  1175.            loaded."
  1176.        ::= { hrSWRunEntry 4 }
  1177.  
  1178.    hrSWRunParameters OBJECT-TYPE
  1179.        SYNTAX     InternationalDisplayString (SIZE(0..128))
  1180.        MAX-ACCESS read-only
  1181.        STATUS     current
  1182.        DESCRIPTION
  1183.            "A description of the parameters supplied to this
  1184.            software when it was initially loaded."
  1185.        ::= { hrSWRunEntry 5 }
  1186.  
  1187.    hrSWRunType OBJECT-TYPE
  1188.        SYNTAX     INTEGER {
  1189.                       unknown(1),
  1190.                       operatingSystem(2),
  1191.                       deviceDriver(3),
  1192.                       application(4)
  1193.                   }
  1194.        MAX-ACCESS read-only
  1195.        STATUS     current
  1196.        DESCRIPTION
  1197.            "The type of this software."
  1198.  
  1199.        ::= { hrSWRunEntry 6 }
  1200.  
  1201.    hrSWRunStatus OBJECT-TYPE
  1202.        SYNTAX     INTEGER {
  1203.                       running(1),
  1204.                       runnable(2),    -- waiting for resource
  1205.                                       -- (i.e., CPU, memory, IO)
  1206.                       notRunnable(3), -- loaded but waiting for event
  1207.                       invalid(4)      -- not loaded
  1208.                   }
  1209.        MAX-ACCESS read-write
  1210.        STATUS     current
  1211.        DESCRIPTION
  1212.            "The status of this running piece of software.
  1213.            Setting this value to invalid(4) shall cause this
  1214.            software to stop running and to be unloaded. Sets to
  1215.            other values are not valid."
  1216.        ::= { hrSWRunEntry 7 }
  1217.  
  1218.    -- The Host Resources Running Software Performance Group
  1219.    --
  1220.    -- The hrSWRunPerfTable contains an entry corresponding to
  1221.    -- each entry in the hrSWRunTable.
  1222.  
  1223.    hrSWRunPerfTable OBJECT-TYPE
  1224.        SYNTAX     SEQUENCE OF HrSWRunPerfEntry
  1225.        MAX-ACCESS not-accessible
  1226.        STATUS     current
  1227.        DESCRIPTION
  1228.            "The (conceptual) table of running software
  1229.            performance metrics."
  1230.        ::= { hrSWRunPerf 1 }
  1231.  
  1232.    hrSWRunPerfEntry OBJECT-TYPE
  1233.        SYNTAX     HrSWRunPerfEntry
  1234.        MAX-ACCESS not-accessible
  1235.        STATUS     current
  1236.        DESCRIPTION
  1237.            "A (conceptual) entry containing software performance
  1238.            metrics.  As an example, an instance of the
  1239.            hrSWRunPerfCPU object might be named
  1240.            hrSWRunPerfCPU.1287"
  1241.        AUGMENTS { hrSWRunEntry }  -- This table augments information in
  1242.                                   -- the hrSWRunTable.
  1243.        ::= { hrSWRunPerfTable 1 }
  1244.  
  1245.    HrSWRunPerfEntry ::= SEQUENCE {
  1246.            hrSWRunPerfCPU          Integer32,
  1247.  
  1248.            hrSWRunPerfMem          KBytes
  1249.    }
  1250.  
  1251.    hrSWRunPerfCPU OBJECT-TYPE
  1252.        SYNTAX     Integer32 (0..2147483647)
  1253.        MAX-ACCESS read-only
  1254.        STATUS     current
  1255.        DESCRIPTION
  1256.            "The number of centi-seconds of the total system's CPU
  1257.            resources consumed by this process.  Note that on a
  1258.            multi-processor system, this value may increment by
  1259.            more than one centi-second in one centi-second of real
  1260.            (wall clock) time."
  1261.        ::= { hrSWRunPerfEntry 1 }
  1262.  
  1263.    hrSWRunPerfMem OBJECT-TYPE
  1264.        SYNTAX     KBytes
  1265.        UNITS      "KBytes"
  1266.        MAX-ACCESS read-only
  1267.        STATUS     current
  1268.        DESCRIPTION
  1269.            "The total amount of real system memory allocated to
  1270.            this process."
  1271.        ::= { hrSWRunPerfEntry 2 }
  1272.  
  1273.    -- The Host Resources Installed Software Group
  1274.    --
  1275.    -- The hrSWInstalledTable contains an entry for each piece
  1276.    -- of software installed in long-term storage (e.g. a disk
  1277.    -- drive) locally on this host.  Note that this does not
  1278.    -- include software loadable remotely from a network
  1279.    -- server.
  1280.    --
  1281.    -- Different implementations may track software in varying
  1282.    -- ways. For example, while some implementations may track
  1283.    -- executable files as distinct pieces of software, other
  1284.    -- implementations may use other strategies such as keeping
  1285.    -- track of software "packages" (e.g., related groups of files)
  1286.    -- or keeping track of system or application "patches".
  1287.    --
  1288.    -- This table is useful for identifying and inventorying
  1289.    -- software on a host and for diagnosing incompatibility
  1290.    -- and version mismatch problems between various pieces
  1291.    -- of hardware and software.
  1292.  
  1293.    hrSWInstalledLastChange OBJECT-TYPE
  1294.        SYNTAX     TimeTicks
  1295.        MAX-ACCESS read-only
  1296.  
  1297.        STATUS     current
  1298.        DESCRIPTION
  1299.            "The value of sysUpTime when an entry in the
  1300.            hrSWInstalledTable was last added, renamed, or
  1301.            deleted.  Because this table is likely to contain many
  1302.            entries, polling of this object allows a management
  1303.            station to determine when re-downloading of the table
  1304.            might be useful."
  1305.        ::= { hrSWInstalled 1 }
  1306.  
  1307.    hrSWInstalledLastUpdateTime OBJECT-TYPE
  1308.        SYNTAX     TimeTicks
  1309.        MAX-ACCESS read-only
  1310.        STATUS     current
  1311.        DESCRIPTION
  1312.            "The value of sysUpTime when the hrSWInstalledTable
  1313.            was last completely updated.  Because caching of this
  1314.            data will be a popular implementation strategy,
  1315.            retrieval of this object allows a management station
  1316.            to obtain a guarantee that no data in this table is
  1317.            older than the indicated time."
  1318.        ::= { hrSWInstalled 2 }
  1319.  
  1320.    hrSWInstalledTable OBJECT-TYPE
  1321.        SYNTAX     SEQUENCE OF HrSWInstalledEntry
  1322.        MAX-ACCESS not-accessible
  1323.        STATUS     current
  1324.        DESCRIPTION
  1325.            "The (conceptual) table of software installed on this
  1326.            host."
  1327.        ::= { hrSWInstalled 3 }
  1328.  
  1329.    hrSWInstalledEntry OBJECT-TYPE
  1330.        SYNTAX     HrSWInstalledEntry
  1331.        MAX-ACCESS not-accessible
  1332.        STATUS     current
  1333.        DESCRIPTION
  1334.            "A (conceptual) entry for a piece of software
  1335.            installed on this host.
  1336.  
  1337.            As an example of how objects in this table are named,
  1338.            an instance of the hrSWInstalledName object might be
  1339.            named hrSWInstalledName.96"
  1340.        INDEX { hrSWInstalledIndex }
  1341.        ::= { hrSWInstalledTable 1 }
  1342.  
  1343.    HrSWInstalledEntry ::= SEQUENCE {
  1344.            hrSWInstalledIndex       Integer32,
  1345.  
  1346.            hrSWInstalledName        InternationalDisplayString,
  1347.            hrSWInstalledID          ProductID,
  1348.            hrSWInstalledType        INTEGER,
  1349.            hrSWInstalledDate        DateAndTime
  1350.    }
  1351.  
  1352.    hrSWInstalledIndex OBJECT-TYPE
  1353.        SYNTAX     Integer32 (1..2147483647)
  1354.        MAX-ACCESS read-only
  1355.        STATUS     current
  1356.        DESCRIPTION
  1357.            "A unique value for each piece of software installed
  1358.            on the host.  This value shall be in the range from 1
  1359.            to the number of pieces of software installed on the
  1360.            host."
  1361.        ::= { hrSWInstalledEntry 1 }
  1362.  
  1363.    hrSWInstalledName OBJECT-TYPE
  1364.        SYNTAX     InternationalDisplayString (SIZE (0..64))
  1365.        MAX-ACCESS read-only
  1366.        STATUS     current
  1367.        DESCRIPTION
  1368.            "A textual description of this installed piece of
  1369.            software, including the manufacturer, revision, the
  1370.            name by which it is commonly known, and optionally,
  1371.            its serial number."
  1372.        ::= { hrSWInstalledEntry 2 }
  1373.  
  1374.    hrSWInstalledID OBJECT-TYPE
  1375.        SYNTAX     ProductID
  1376.        MAX-ACCESS read-only
  1377.        STATUS     current
  1378.        DESCRIPTION
  1379.            "The product ID of this installed piece of software."
  1380.        ::= { hrSWInstalledEntry 3 }
  1381.  
  1382.    hrSWInstalledType OBJECT-TYPE
  1383.        SYNTAX     INTEGER {
  1384.                       unknown(1),
  1385.                       operatingSystem(2),
  1386.                       deviceDriver(3),
  1387.                       application(4)
  1388.                   }
  1389.        MAX-ACCESS read-only
  1390.        STATUS     current
  1391.        DESCRIPTION
  1392.            "The type of this software."
  1393.        ::= { hrSWInstalledEntry 4 }
  1394.  
  1395.    hrSWInstalledDate OBJECT-TYPE
  1396.        SYNTAX     DateAndTime
  1397.        MAX-ACCESS read-only
  1398.        STATUS     current
  1399.        DESCRIPTION
  1400.            "The last-modification date of this application as it
  1401.            would appear in a directory listing.
  1402.  
  1403.            If this information is not known, then this variable
  1404.            shall have the value corresponding to January 1, year
  1405.            0000, 00:00:00.0, which is encoded as
  1406.            (hex)'00 00 01 01 00 00 00 00'."
  1407.        ::= { hrSWInstalledEntry 5 }
  1408.  
  1409.    -- Conformance information
  1410.  
  1411.    hrMIBCompliances OBJECT IDENTIFIER ::= { hrMIBAdminInfo 2 }
  1412.    hrMIBGroups      OBJECT IDENTIFIER ::= { hrMIBAdminInfo 3 }
  1413.  
  1414.    -- Compliance Statements
  1415.    hrMIBCompliance MODULE-COMPLIANCE
  1416.        STATUS current
  1417.        DESCRIPTION
  1418.            "The requirements for conformance to the Host Resources MIB."
  1419.        MODULE -- this module
  1420.          MANDATORY-GROUPS { hrSystemGroup, hrStorageGroup,
  1421.                             hrDeviceGroup }
  1422.  
  1423.          OBJECT hrSystemDate
  1424.              MIN-ACCESS read-only
  1425.              DESCRIPTION
  1426.                  "Write access is not required."
  1427.  
  1428.          OBJECT hrSystemInitialLoadDevice
  1429.              MIN-ACCESS read-only
  1430.              DESCRIPTION
  1431.                  "Write access is not required."
  1432.  
  1433.          OBJECT hrSystemInitialLoadParameters
  1434.              MIN-ACCESS read-only
  1435.              DESCRIPTION
  1436.                  "Write access is not required."
  1437.  
  1438.          OBJECT hrStorageSize
  1439.              MIN-ACCESS read-only
  1440.              DESCRIPTION
  1441.                  "Write access is not required."
  1442.  
  1443.          OBJECT hrFSLastFullBackupDate
  1444.              MIN-ACCESS read-only
  1445.              DESCRIPTION
  1446.                  "Write access is not required."
  1447.  
  1448.          OBJECT hrFSLastPartialBackupDate
  1449.              MIN-ACCESS read-only
  1450.              DESCRIPTION
  1451.                  "Write access is not required."
  1452.  
  1453.          GROUP hrSWRunGroup
  1454.              DESCRIPTION
  1455.                  "The Running Software Group. Implementation
  1456.                  of this group is mandatory only when the
  1457.                  hrSWRunPerfGroup is implemented."
  1458.  
  1459.          OBJECT hrSWRunStatus
  1460.              MIN-ACCESS read-only
  1461.              DESCRIPTION
  1462.                  "Write access is not required."
  1463.  
  1464.          GROUP hrSWRunPerfGroup
  1465.              DESCRIPTION
  1466.                  "The Running Software Performance Group.
  1467.                  Implementation of this group is at the discretion
  1468.                  of the implementor."
  1469.  
  1470.          GROUP hrSWInstalledGroup
  1471.              DESCRIPTION
  1472.                  "The Installed Software Group.
  1473.                  Implementation of this group is at the discretion
  1474.                  of the implementor."
  1475.  
  1476.        ::= { hrMIBCompliances 1 }
  1477.  
  1478.        hrSystemGroup OBJECT-GROUP
  1479.            OBJECTS {
  1480.                hrSystemUptime, hrSystemDate,
  1481.                hrSystemInitialLoadDevice,
  1482.                hrSystemInitialLoadParameters,
  1483.                hrSystemNumUsers, hrSystemProcesses,
  1484.                hrSystemMaxProcesses
  1485.            }
  1486.            STATUS current
  1487.            DESCRIPTION
  1488.                "The Host Resources System Group."
  1489.            ::= { hrMIBGroups 1 }
  1490.  
  1491.        hrStorageGroup OBJECT-GROUP
  1492.            OBJECTS {
  1493.                hrMemorySize, hrStorageIndex, hrStorageType,
  1494.                hrStorageDescr, hrStorageAllocationUnits,
  1495.                hrStorageSize, hrStorageUsed,
  1496.                hrStorageAllocationFailures
  1497.            }
  1498.            STATUS current
  1499.            DESCRIPTION
  1500.                "The Host Resources Storage Group."
  1501.            ::= { hrMIBGroups 2 }
  1502.  
  1503.        hrDeviceGroup OBJECT-GROUP
  1504.            OBJECTS {
  1505.                hrDeviceIndex, hrDeviceType, hrDeviceDescr,
  1506.                hrDeviceID, hrDeviceStatus, hrDeviceErrors,
  1507.                hrProcessorFrwID, hrProcessorLoad,
  1508.                hrNetworkIfIndex, hrPrinterStatus,
  1509.                hrPrinterDetectedErrorState,
  1510.                hrDiskStorageAccess, hrDiskStorageMedia,
  1511.                hrDiskStorageRemoveble, hrDiskStorageCapacity,
  1512.                hrPartitionIndex, hrPartitionLabel,
  1513.                hrPartitionID, hrPartitionSize,
  1514.                hrPartitionFSIndex, hrFSIndex, hrFSMountPoint,
  1515.                hrFSRemoteMountPoint, hrFSType, hrFSAccess,
  1516.                hrFSBootable, hrFSStorageIndex,
  1517.                hrFSLastFullBackupDate,
  1518.                hrFSLastPartialBackupDate
  1519.            }
  1520.            STATUS current
  1521.            DESCRIPTION
  1522.                "The Host Resources Device Group."
  1523.            ::= { hrMIBGroups 3 }
  1524.  
  1525.        hrSWRunGroup OBJECT-GROUP
  1526.            OBJECTS {
  1527.                hrSWOSIndex, hrSWRunIndex, hrSWRunName,
  1528.                hrSWRunID, hrSWRunPath, hrSWRunParameters,
  1529.                hrSWRunType, hrSWRunStatus
  1530.            }
  1531.            STATUS current
  1532.            DESCRIPTION
  1533.                "The Host Resources Running Software Group."
  1534.            ::= { hrMIBGroups 4 }
  1535.  
  1536.        hrSWRunPerfGroup OBJECT-GROUP
  1537.            OBJECTS { hrSWRunPerfCPU, hrSWRunPerfMem }
  1538.            STATUS current
  1539.  
  1540.            DESCRIPTION
  1541.                "The Host Resources Running Software
  1542.                Performance Group."
  1543.            ::= { hrMIBGroups 5 }
  1544.  
  1545.        hrSWInstalledGroup OBJECT-GROUP
  1546.            OBJECTS {
  1547.                hrSWInstalledLastChange,
  1548.                hrSWInstalledLastUpdateTime,
  1549.                hrSWInstalledIndex, hrSWInstalledName,
  1550.                hrSWInstalledID, hrSWInstalledType,
  1551.                hrSWInstalledDate
  1552.            }
  1553.            STATUS current
  1554.            DESCRIPTION
  1555.                "The Host Resources Installed Software Group."
  1556.            ::= { hrMIBGroups 6 }
  1557.  
  1558.    END