8-4
Cisco Unified Communications Manager Managed Services Guide, Release 8.0(1)
OL-20105-01
Chapter 8 Industry-Standard Management Information Base
SYSAPPL-MIB
sysApplInstallPkgTable
The system installed application packages table provides information on the software packages installed
on a system. These packages may consist of many different files including executable and
non-executable files.
sysApplInstallPkgTable OBJECT-TYPE
SYNTAX SysApplInstallPkgEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
The table listing the software application packages installed on a host computer. In order to appear
in this table, it may be necessary for the application to be installed using some type of software
installation mechanism or global registry so that its existence can be detected by the agent
implementation.
::= { sysApplInstalled 1 }
sysApplInstallPkgEntry OBJECT-TYPE
SYNTAX SysApplInstallPkgEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
The logical row describing an installed application package.
INDEX{ sysApplInstallPkgIndex }
::= { sysApplInstallPkgTable 1 }
SysApplInstallPkgEntry ::= SEQUENCE { sysApplInstallPkgIndex Unsigned32,
sysApplInstallPkgManufacturer Utf8String, sysApplInstallPkgProductName Utf8String,
sysApplInstallPkgVersion Utf8String, sysApplInstallPkgSerialNumber Utf8String,
sysApplInstallPkgDate DateAndTime, sysApplInstallPkgLocation LongUtf8String }
sysApplInstallPkgIndex OBJECT-TYPE
SYNTAX Unsigned32 (1..ffffffffh)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
An integer used only for indexing purposes. Generally monotonically increasing from 1 as new
applications are installed. The value for each installed application must remain constant at least from
one re-initialization of the network management entity which implements this MIB module to the
next re-initialization. The specific value is meaningful only within a given SNMP entity. A
sysApplInstallPkgIndex value must not be re-used until the next agent entity restart in the event the
installed application entry is deleted.
::= { sysApplInstallPkgEntry 1 }
sysApplInstallPkgManufacturer OBJECT-TYPE
SYNTAX Utf8String
MAX-ACCESS read-only
Comments to this Manuals