AISYSCFGSOFTWARE-MIB
AI MIB Summary
The AISYSCFGSOFTWARE-MIB provides management access to the `aiSCSoftwareTable` on AI appliance hardware, enabling the enumeration and unique identification of installed firmware images, packages, and loadable software modules via their name, type, version, and compilation date attributes.
MIB module to describe software images. Any software/firmware image/load/package should be describable by entries in aiSCSoftwareTable. The set of (name, type, version, date) should uniquely identify any image loaded on an AI box.
Main OID:
aiSysCfgSoftware.1.3.6.1.4.1.539.32.1
14
Objects
Active
Status
2
Dependencies
Imported Objects
Objects
14 total| Object Name |
|---|
aii OBJECT IDENTIFIER .1.3.6.1.4.1.539 |
aiSysCfg OBJECT IDENTIFIER .1.3.6.1.4.1.539.32 |
aiSysCfgSoftwareMIB module to describe software images. Any software/firmware image/load/package should be describable by entries in aiSCSoftwareTable. The set of (name, type, version, date) should uniquely identify any image loaded on an AI box. MODULE-IDENTITY .1.3.6.1.4.1.539.32.1 |
aiSCSoftwareActiveIndex into aiSCSoftwareTable indicating the main software image currently executing on this machine.ro Integer32 .1.3.6.1.4.1.539.32.1.1 |
aiSCSoftwareUpdateNameTo initiate a system software update, set this object to the name of the image file, and monitor aiSCSoftwareUpdateStatus until it changes to ok(1) or error(3). If the update succeeds, the new software will be used after the system is rebooted. Maximum length is 255 characters; additional restrictions are system-dependent.rw DisplayString .1.3.6.1.4.1.539.32.1.2 |
aiSCSoftwareUpdateStatusSee aislcscSoftwareUpdateName for a description of how to use this object. ready(1) -- ready to update software (read-write) inProgress(2) -- update is in progress (read-only) ok(3) -- update completed successfully (read-only) error(4) -- update failed (read-only)rw Enumeration .1.3.6.1.4.1.539.32.1.3 |
aiSCSoftwareTableA table of information on all firmware and software on this machine. SEQUENCE OF AiSCSoftwareEntry .1.3.6.1.4.1.539.32.1.4 |
aiSCSoftwareEntryInformation on a given software package. AiSCSoftwareEntry .1.3.6.1.4.1.539.32.1.4.1 |
aiSCSoftwareIndexSelf referential index into this table.ro Integer32 .1.3.6.1.4.1.539.32.1.4.1.1 |
aiSCSoftwareNameThe name of this software package. If the system supports multiple stored packages, this should be an identifier with which the system can manipulate and identify this package. If the concept of multiple sofware images does not make sense on this machine, this value MAY be a zero length string.ro DisplayString .1.3.6.1.4.1.539.32.1.4.1.2 |
aiSCSoftwareDescrA description of this software package. If aiSCSoftwareType is other(4), then this MUST contain a description of this piece of code. Otherwise, this field MAY contain information describing the software.ro DisplayString .1.3.6.1.4.1.539.32.1.4.1.3 |
aiSCSoftwareTypeThe type of this software package. Management stations should be capable of using this together with aiSCSoftwareName to determine how to interpret aiSCSoftwareVersion.ro Enumeration .1.3.6.1.4.1.539.32.1.4.1.4 |
aiSCSoftwareVersionThe version of this software package. Currently, only one syntax is used: firmware- The version of the firmware currently executing on the system. This is in the format xxx.yyy[.zzz] where xxx, yyy, and zzz are 1 to 3 digit numbers and the third field, zzz, is optional.ro DisplayString .1.3.6.1.4.1.539.32.1.4.1.5 |
aiSCSoftwareCreationTimeThis is the package build time.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.539.32.1.4.1.6 |