HOST-RESOURCES-MIB.txt
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:51k
源码类别:

SNMP编程

开发平台:

Unix_Linux

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