home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / nmaux1.exe / SUN / RFC1514.MIB < prev    next >
Text File  |  1995-10-20  |  52KB  |  1,367 lines

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