Home/Catalog/IBM-AIX-MIB

IBM-AIX-MIB

AI MIB Summary

The IBM-AIX-MIB module enables SNMP-based monitoring of AIX system resources, including physical devices (storage, tape, SCSI adapters), logical storage configurations (volume groups, logical volumes), and runtime states (processes, file systems, user sessions, and subsystem services). It facilitates granular management of system events, print spooling queues, and environment variables to support comprehensive infrastructure observability on IBM AIX operating systems.

This MIB module defines AIX system management objects, which model devices (printer/plotter, tape, hard disk, memory, SCSI adapter, CDROM drive) physical and logical storage (volume group, physical volume, logical volume, and paging space), print spooling (printing queue), users/groups, agent action, file systems, processes, subsystem services (subsystem, subserver), login users, system environment, events.
Main OID:
ibmAIX.1.3.6.1.4.1.2.6.191
299
Objects
Active
Status
3
Dependencies

Imported Objects

Objects

299 total
Object Name
ibm
OBJECT IDENTIFIER
.1.3.6.1.4.1.2
ibmProd
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6
ibmAIXThis MIB module defines AIX system management objects, which model devices (printer/plotter, tape, hard disk, memory, SCSI adapter, CDROM drive) physical and logical storage (volume group, physical volume, logical volume, and paging space), print spooling (printing queue), users/groups, agent action, file systems, processes, subsystem services (subsystem, subserver), login users, system environment, events.
MODULE-IDENTITY
.1.3.6.1.4.1.2.6.191
aixSystem
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.1
aixAgent
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.1.1
aixAgentActionThis variable is used to trigger an action on the agent itself . 5 (running) is the normal state. When set, this variable triggers the agent to do the following: reset - flush cache, flush MIB, re-read configuration file. debugOn - turns on debugging functionality in the agent debugOff- turns off debugging functionality in the agent shutdown- shutdown the agent running - the normal state.rw
Enumeration
.1.3.6.1.4.1.2.6.191.1.1.1
aixAgentCmdStringThis string represents a runnable command on AIX with its parameters. Once the command string is set, the system can trigger the execution of the command by setting the value of seExeCommand.rw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.1.1.2
aixAgentExeCommandThe variable is used to trigger the execution of the command in seCommandString. The result is stored by seCmdResult, and the output is stored by aixAgentCmdOutTable. The normal state of this object is 2(default). When set to 1(trigger), the command stored in aixAgentCmdString will be run. trigger(1) - when the value of the variable is set to trigger(1), the command stored at aixAgentCmdString will be executed. default(2) - is the default value.rw
Enumeration
.1.3.6.1.4.1.2.6.191.1.1.3
aixAgentCmdResultThis object stores the output result of executing the command stored by aixAgentCmdString.ro
Integer32
.1.3.6.1.4.1.2.6.191.1.1.4
aixAgentPollIntervalThe poll interval(in seconds) used by the agent. The default value is zero. This value is used to define the minimum time interval during which the subagent must update an object's value, check if any events occurred and send a trap when an event occurs. If the value is zero, the polling depends on each seperate configuration variable such as aixFsPollInterval, aixVgPollInterval, etc. if it is not zero, The value can not be less than 5 seconds. If it is set to 1, 2, 3, or 4, the agent automatically sets the poll interval to 5. aixAgentPollInterval works together with the other variables such as aixFsPollInterval, aixCPUPollInterval, aixVgPollInterval, aixPagePollInterval, aixLFPollInterval to decide the final polling interval of each group. In /etc/aixmibd.conf file, this variable is corresponding to pollInterval. Originally, it is SYNTAX Integer32(0,6..2147483647), but IT Director MIB compiler does not accept this and it is changed to this.rw
Integer32
.1.3.6.1.4.1.2.6.191.1.1.5
aixPollEnableEnables or disables polling. It may change the following polling interval variables: aixAgentPollInterval aixFsPollInterval aixCPUPollInterval aixVgPollInterval aixPagePollInterval aixLFPollInterval If one of the polling intervals above is non-zero, its value is 1(enable), otherwise its valuse is 2 (disable). If it is set to enable(1) and all polling intervals above are zero, aixAgentPollInterval will be set to 3600 seconds. If it is set to 1(enable) and one of the polling intervals is non-zero, the agent will not change anything. If it is set to disable (2), the polling functionality is disabled, and all polling intervals are set to zero.rw
Enumeration
.1.3.6.1.4.1.2.6.191.1.1.6
aixLastTrapMsgThis object holds the most recent trap message sent from the subagent. Its default value is set to NULL.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.1.1.7
aixAgentCmdOutTableThe output from the execution of the command stored in aixAgentCmdString
SEQUENCE OF AixAgentCmdOutTableEntry
.1.3.6.1.4.1.2.6.191.1.1.8
aixAgentCmdOutTableEntryAn entry of the agent command output table
AixAgentCmdOutTableEntry
.1.3.6.1.4.1.2.6.191.1.1.8.1
aixAgentCmdOutputAfter the command stored in aixAgentCmdString is run, each line of the output is stored in one entry of this table.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.1.1.8.1.1
aixAgentCmdOutIndexIndex of the table.ro
Integer32
.1.3.6.1.4.1.2.6.191.1.1.8.1.2
aixFsPollIntervalThe polling interval for file systems. This variable works together with the general polling interval aixAgentPollInterval. Its default value is zero. 1) If aixAgentPollInterval is zero and aixFsPollInterval is zero, the polling of file systems is disabled. 2) If aixAgentPollInterval is non-zero and aixFsPollInterval is zero, the polling interval is the value of aixAgentPollInterval. 3) If both aixAgentPollInterval and aixFsPollInterval are non-zero, the polling interval of file systems is set to the value of aixFsPollInterval. That means aixFsPollInterval has a higher priority than aixAgentPollInterval . This corresponds to fsPollInterval in /etc/aixmibd.conf.rw
Integer32
.1.3.6.1.4.1.2.6.191.1.1.9
aixCPUPollIntervalThe polling interval for CPU utilization. This variable works together with the general polling interval aixAgentPollInterval. Its default value is zero. 1) If aixAgentPollInterval is zero and aixCPUPollInterval is zero, the polling of CPU utilization is disabled. 2) If aixAgentPollInterval is non-zero and aixCPUPollInterval is zero, the polling interval is the value of aixAgentPollInterval. 3) If both aixAgentPollInterval and aixCPUPollInterval are non-zero, the polling interval of CPU utilization is set to the value of aixCPUPollInterval. That means aixCPUPollInterval has a higher priority than aixAgentPollInterval . This corresponds to cpuPollInterval in /etc/aixmibd.conf.rw
Integer32
.1.3.6.1.4.1.2.6.191.1.1.10
aixVgPollIntervalThe polling interval for volume groups. This variable works together with the general polling interval aixAgentPollInterval. Its default value is zero. 1) If aixAgentPollInterval is zero and aixVgPollInterval is zero, the polling of file systems is disabled. 2) If aixAgentPollInterval is non-zero and aixVgPollInterval is zero, the polling interval is the value of aixAgentPollInterval. 3) If both aixAgentPollInterval and aixVgPollInterval are non-zero, the polling interval of volume groups is set to the value of aixVgPollInterval. That means aixVgPollInterval has a higher priority than aixAgentPollInterval . This corresponds to vgPollInterval in /etc/aixmibd.conf.rw
Integer32
.1.3.6.1.4.1.2.6.191.1.1.11
aixPagePollIntervalThe polling interval for paging spaces. This variable works together with the general polling interval aixAgentPollInterval. Its default value is zero. 1) If aixAgentPollInterval is zero and aixPagePollInterval is zero, the polling of file systems is disabled. 2) If aixAgentPollInterval is non-zero and aixPagePollInterval is zero, the polling interval is the value of aixAgentPollInterval. 3) If both aixAgentPollInterval and aixPagePollInterval are non-zero, the polling interval of paging spaces is set to the value of aixFsPollInterval. That means aixPagePollInterval has a higher priority than aixAgentPollInterval . This corresponds to pagePollInterval in /etc/aixmibd.conf.rw
Integer32
.1.3.6.1.4.1.2.6.191.1.1.12
aixLFPollIntervalThe polling interval for login failure. This variable works together with the general polling interval aixAgentPollInterval. Its default value is zero. 1) If aixAgentPollInterval is zero and aixLFPollInterval is zero, the polling of file systems is disabled. 2) If aixAgentPollInterval is non-zero and aixLFPollInterval is zero, the polling interval is the value of aixAgentPollInterval. 3) If both aixAgentPollInterval and aixFsPollInterval are non-zero, the polling interval of login failure is set to the value of aixLFPollInterval. That means aixLFPollInterval has a higher priority than aixAgentPollInterval . This corresponds to lfPollInterval in /etc/aixmibd.conf.rw
Integer32
.1.3.6.1.4.1.2.6.191.1.1.13
aixSystemEnvironment
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.1.2
aixSeCPUUtilizationIt is an aggregate view for utilization of multiple CPUs. aixSeCPUUtilization equals the sum of each CPU kernel time percentage and user time percentage divided by the number of CPUs. When the CPU utilization reaches the threshold aixSeCPUThreshold, an event will be generated. After the rising event is generated, another similar event will not occur until it falls behind the threshold and reaches it again. This object will be refreshed at least with each poll interval.ro
Integer32
.1.3.6.1.4.1.2.6.191.1.2.1
aixSeCPUThresholdThreshold for the CPU utilization. When it is set to zero, the trap is disabled. The default value is 95 which means a trap would be generated if the aggregate CPU utilization reaches 95 percent.rw
Integer32
.1.3.6.1.4.1.2.6.191.1.2.2
aixSeSystemRunLevelTells the init command to set the run level on next system boot.rw
Enumeration
.1.3.6.1.4.1.2.6.191.1.2.3
aixSeSystemStateThe object is used to shutdown or reboot the system to the run level set by aixSeSystemRunLevel. running(1) - the system is running reboot(2) - when the value of the variable is set to reboot(2), the system will reboot. shutdown(3) - shutdown the system.rw
Enumeration
.1.3.6.1.4.1.2.6.191.1.2.4
aixSeSystemTrapEnable or disable the aixUtilizationCPU trap in the system environment group. The default value is enable(1).rw
Enumeration
.1.3.6.1.4.1.2.6.191.1.2.5
aixAuxSystemEnvironment
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.1.3
aixSeDateAndTimeThe system date and time.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.1.3.1
aixSeMaxProcPerUserThe number of processes each user can use at one time. This limit does not apply to a root user. The default number is 128. Increasing or decreasing this number takes effect at the next system boot.rw
Integer32
.1.3.6.1.4.1.2.6.191.1.3.2
aixSeLicenseNumSpecifies the maximum number of fixed licenses on the system. Valid values for this option are positive integers from 1 to 32767. When this object is set, its value is updated without rebooting the system.rw
Integer32
.1.3.6.1.4.1.2.6.191.1.3.3
aixSeRemainingLicenseNumSpecifies the remaining number of fixed licenses on the system. Valid values for the is option are positive integers from 1 to 32767.ro
Integer32
.1.3.6.1.4.1.2.6.191.1.3.4
aixSeNumCPUsThe number of CPUs on the machine.ro
Integer32
.1.3.6.1.4.1.2.6.191.1.3.5
aixSeMachineTypeThe machine type. For example: IBM,7043-150ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.1.3.6
aixSeSerialNumberThe serial number of the machine.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.1.3.7
aixTrap
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.1.4
aixFileSystemMountedWhen a file system is mounted or unmounted through SNMP, an event is generated. aixFsName is defined in aixFsTable.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2.6.191.1.4.1
aixFileSystemFullWhen the current sampled used percentage of a file system is above aixFsThreshold and the value at last interval is less than the aixFsThreshold, an the event will be generated. This event message contains the file system name, the total size of the file system and available size. aixFsName - file system name, aixFsSize - file system size in megabytes aixFsFree - free file system size in megabytes aixFsThreshold - the threshold for the file system size
NOTIFICATION-TYPE
.1.3.6.1.4.1.2.6.191.1.4.2
aixVolumeGroupFullWhen the current sampled used percentage of a volume group is above aixVgThreshold and the value at the last interval is less than the aixVgThreshold, an event will be generated. This event message contains the volume group name, the size, the free size and the threshold. aixVgName - the name of the volume group. aixVgSize - the total size of the volume group. aixVgFree - the free size of the volume group. aixVgThreshold - the threshold for the volume group.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2.6.191.1.4.3
aixPageFullWhen the current used percentage of a paging space is above aixPageThreshold and the value at the last interval is less than the aixPageThreshold, an event will be generated. The event message includes the name of the paging space, the total size, the used percentage, the volume group it belongs to, and threshold value. aixPageName - the paging space name aixPagePercentUsed - percentage of used Paging space. aixPageThreshold - the threshold value of the paging space.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2.6.191.1.4.4
aixUserLoginFailedIf a user fails to log into the system in the number of attempts defined by aixLoginFailedThreshold in the last time period defined by aixFailedLoginTimePeriod, an event is generated. The event message includes the attempts of all users who failed to log into the system and the time period during which these attempts occurred.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2.6.191.1.4.5
aixUtilizationCPUWhen the CPU utilization reaches the threshold, an event is generated. The event contains the utilization, and threshold values. aixSeCPUUtilization - CPU Utilization value. aixSeThresholdCPU - Threshold value.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2.6.191.1.4.6
aixGeneralTrap
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.1.6
aixSnmptrapHolderTogether with the agent, the snmptrap command is delivered. The snmptrap command sends a trap message to the agent. This object is place holder for snmptrap command.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2.6.191.1.6.1
aixStorageSystem
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.2
aixVolumeGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.2.1
aixVgThresholdThe percentage threshold for the volume group. When the current used percentage for the volume group is above aixVgThreshold and the value of the last poll interval is less than the threshold, an event is generated. The value for aixVgThreshold should be between 0 and 100. When it is zero, the related trap, aixVolumeGroupFull, is disabled. Its default value is 95.rw
Integer32
.1.3.6.1.4.1.2.6.191.2.1.1
aixVgTableA table of defined volume groups. The number of entries depends on the configuration of the system. On AIX, a volume group is a collection of 1 to 32 physical volumes of varying size and type with a system-wide unique name of up to 15 characters. Each system can have one to 255 volume groups configured. This table will be refreshed at least with each poll interval.
SEQUENCE OF AixVgEntry
.1.3.6.1.4.1.2.6.191.2.1.2
aixVgEntryAn entry of vgTable. Each entry contains all the attributes of each volume group.
AixVgEntry
.1.3.6.1.4.1.2.6.191.2.1.2.1
aixVgNameThe name of a volume group. The name must be system-wide unique and can range from 1 to 15 charactersro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.2.1.2.1.1
aixVgIdentifierIt is a series of numbers(e.g. 0038455182a7b5f6) to identify the volume group.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.2.1.2.1.2
aixVgStateState of the volume group. If the volume group is activated with the varyonvg command, the state is either active/complete (indicating all physical volumes are active) or active/partial (indicating some physical volumes are not active). If the volume group is not activated with the varyonvg command, the state is inactive .ro
Enumeration
.1.3.6.1.4.1.2.6.191.2.1.2.1.3
aixVgSizeThe total size of the volume group in megabytes.ro
Integer32
.1.3.6.1.4.1.2.6.191.2.1.2.1.4
aixVgFreeThe available size of the volume group in megabytes.ro
Integer32
.1.3.6.1.4.1.2.6.191.2.1.2.1.5
aixVgCurNumLVsThe number of logical volumes currently in the volume group.ro
Integer32
.1.3.6.1.4.1.2.6.191.2.1.2.1.6
aixVgOpenLVsNumber of logical volumes within the volume group that are currently open.ro
Integer32
.1.3.6.1.4.1.2.6.191.2.1.2.1.7
aixVgActivePVsThe number of active physical voulmes currently in the volume group.ro
Integer32
.1.3.6.1.4.1.2.6.191.2.1.2.1.8
aixVgIndexThe columnar index for the vgTable.ro
Integer32
.1.3.6.1.4.1.2.6.191.2.1.2.1.9
aixLogicalVolume
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.2.2
aixLvTableA logical volume is a collection of logical partitions made up of physical partitions, all contained in a single volume group. Logical volumes are expandable and can span several physical volumes in a volume group. Because it is very slow to get the data in the table, no data may be returned from the snmp agent.
SEQUENCE OF AixLvEntry
.1.3.6.1.4.1.2.6.191.2.2.1
aixLvEntryAn entry of lvTable
AixLvEntry
.1.3.6.1.4.1.2.6.191.2.2.1.1
aixLvNameLogical volume names must be system-wide unique and can range from 1 to 15 characters.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.2.2.1.1.1
aixLvNameVGName of the volume group the logical volume belongs to. Volume group names must be unique system wide and can range from 1 to 15 characters.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.2.2.1.1.2
aixLvTypeLogical volume type. The type may be boot, jfslog, jfs, and paging.rw
Enumeration
.1.3.6.1.4.1.2.6.191.2.2.1.1.3
aixLvMountPointFile system mount point for the logical volume, if applicable.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.2.2.1.1.4
aixLvSizeThe size of the logical volume in PPS.ro
Integer32
.1.3.6.1.4.1.2.6.191.2.2.1.1.5
aixLvStateThe status of the logical volume. It may be open/syncd, open/stale, close/syncd, close/stale or undefined.ro
Enumeration
.1.3.6.1.4.1.2.6.191.2.2.1.1.6
aixLvIndexThe columnar index for the lvTable.ro
Integer32
.1.3.6.1.4.1.2.6.191.2.2.1.1.7
aixPhysicalVolume
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.2.3
aixPvTableA physical volume is a read-write disk physically attached to a computer, with a permanently assigned system wide unique identifier. They are added to a volume group with the extendvg command and removed from a volume group with the reducevg command. When added to the volume group, physical volumes are partitioned into contiguous, equal-sized units of space called physical partitions.
SEQUENCE OF AixPvEntry
.1.3.6.1.4.1.2.6.191.2.3.1
aixPvEntryAn entry of pvTable
AixPvEntry
.1.3.6.1.4.1.2.6.191.2.3.1.1
aixPvNameThe name of the physical volume. Physical volume names are typically in the form hdiskx where x is a system wide unique number. This name is assigned when the disk is detected for the first time on a system startup or when the system management commands are used at runtime to add a disk to the system.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.2.3.1.1.1
aixPvNameVGThe volume group which is assigned to the physical volume.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.2.3.1.1.2
aixPvStateState of the physical volume. If the volume group that contains the physical volume is varied on with the varyonvg command, the state is active , missing , or removed . If the physical volume is varied off with the varyoffvg command, the state is varied off .ro
Enumeration
.1.3.6.1.4.1.2.6.191.2.3.1.1.3
aixPvSizeTotal size of the physical volume in megabytes.ro
Integer32
.1.3.6.1.4.1.2.6.191.2.3.1.1.4
aixPvFreeAvailable size of the physical volume in megabytesro
Integer32
.1.3.6.1.4.1.2.6.191.2.3.1.1.5
aixPvNumLVsNumber of logical volumes using the physical volume.ro
Integer32
.1.3.6.1.4.1.2.6.191.2.3.1.1.6
aixPvIndexThe columnar index for the pvTable.ro
Integer32
.1.3.6.1.4.1.2.6.191.2.3.1.1.7
aixPagingSpace
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.2.4
aixPageThresholdThe percentage used threshold for the paging space. When the current used percentage for the page space is above aixVgThreshold and the value of the last poll interval is less than the threshold, then an event will be generated. The value for aixPageThreshold should be between 0 and 100. When it is set to zero, the related trap, aixPageFull, is disabled. Its default value is 95.rw
Integer32
.1.3.6.1.4.1.2.6.191.2.4.1
aixPageTableA paging space is fixed-disk storage for information that is resident in virtual memory, but is not currently being accessed. When the amount of free real memory in the system is low, programs or data that have not been used recently are moved from real memory to paging space in order to free real memory for other activities. This table will be refreshed at least with each poll interval.
SEQUENCE OF AixPageEntry
.1.3.6.1.4.1.2.6.191.2.4.2
aixPageEntryAn entry of the pageTable Table
AixPageEntry
.1.3.6.1.4.1.2.6.191.2.4.2.1
aixPageNameThe name of the paging space. It is assigned by the system automatically when it is created.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.2.4.2.1.1
aixPageNameVGSpecifies the volume group within which the logical volume for the paging space is created.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.2.4.2.1.2
aixPageNamePVSpecifies the physical volume of the volume group.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.2.4.2.1.3
aixPageSizeThe size of the paging space.ro
Integer32
.1.3.6.1.4.1.2.6.191.2.4.2.1.4
aixPagePercentUsedThe used percentage of the paging space.ro
Integer32
.1.3.6.1.4.1.2.6.191.2.4.2.1.5
aixPageStatusStatus of the paging space.ro
Enumeration
.1.3.6.1.4.1.2.6.191.2.4.2.1.6
aixPageTypeThe type of paging space.ro
Enumeration
.1.3.6.1.4.1.2.6.191.2.4.2.1.7
aixPageIndexThe columnar index for the pageTable.ro
Integer32
.1.3.6.1.4.1.2.6.191.2.4.2.1.8
aixPrintSystem
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.3
aixPrtQueue
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.3.1
aixPrtQueTableThe print queue table. If several devices are attached to one queue, there are several entries whose keys are queue name and device name.
SEQUENCE OF AixPrtQueEntry
.1.3.6.1.4.1.2.6.191.3.1.1
aixPrtQueEntryAn entry for a queue in the print queue table.
AixPrtQueEntry
.1.3.6.1.4.1.2.6.191.3.1.1.1
aixPrtQueNameThe name of the queue .ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.3.1.1.1.1
aixPrtQueDevicePrint Queue devicero
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.3.1.1.1.2
aixPrtQueStatusready(1) indicates that virtual device is up. running(2) indicates that virtual device is running a job. waiting(3) indicates that virtual device is could not open and is waiting on a device. off(4) indicates that virtual device is down. oprwait(5) indicates that virtual device is waiting on operator message response. init(6) indicates that virtual device is running a job which has set status to initialize . sending(7) indicates that virtual device is remote and in the process of sending data to the foriegn server. gethost(8) indicates that virtual device is remote and in the process of determining the foriegn server. connect(9) indicates that virtual device is remote and in the process of connecting to the foriegn server. busy(10) indicates virtual device is busy printing another job.ro
Enumeration
.1.3.6.1.4.1.2.6.191.3.1.1.1.3
aixPrtQueActionA control variable used to trigger an action on a queue in the printer table. When read, this variable always returns the most recent value that it was previously set to. If it has not been set since the last initialization of the print subsystem on the node, it returns default(1) . When set, this variable causes the queue to undertake the indicated action: default - the default value for this queue status. start - start the print queue. stop - stop the print queue.rw
Enumeration
.1.3.6.1.4.1.2.6.191.3.1.1.1.4
aixPrtQueDesciplineSpecifies the order of print jobs in the queue. For example, the discipline may be first come first servei(fcfs) or shrtest job next (sjn). The selected queuing discipline applies to all printers associated with the print queue.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.3.1.1.1.5
aixPrtQueAcctFileSpecify the full path name of an existing file where accounting data for this print queue can be logged. If account is not wanted, it is set to FALSE.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.3.1.1.1.6
aixPrtQueHostSpecifies the full path name of an existing file where accounting data for this print queue can be logged. If accounting is not wanted, FALSE is specified.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.3.1.1.1.7
aixPrtQueRQSpecifies the remote queue name. If the queue is defined on the local host, NULL string value will be assigned.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.3.1.1.1.8
aixPrtQueJobNumthe job number of currently running job in the queue. If the queue is down, the job number of the currently running job will be zero.ro
Integer32
.1.3.6.1.4.1.2.6.191.3.1.1.1.9
aixPrtQueIndexThe columnar index for the aixPrtQueTable.ro
Integer32
.1.3.6.1.4.1.2.6.191.3.1.1.1.10
aixUser
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.4
aixUsers
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.4.1
aixUsrTableList of users.
SEQUENCE OF AixUsrEntry
.1.3.6.1.4.1.2.6.191.4.1.1
aixUsrEntryAn entry in the users table.
AixUsrEntry
.1.3.6.1.4.1.2.6.191.4.1.1.1
aixUsrNameSpecifies a string that identifies this user account on the system. A user name contains a string of one to eight bytes. They can be letters, numbers, and some special characters in the user name. The following restrictions apply: The user name can not start with a - (minus sign), + (plus sign), or ~ (tilde). It cannot have a , (comma), : (colon), =(equals sign), * (asterisk), (double quotes), or the keywords ALL and default in the user name.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.4.1.1.1.1
aixUsrIDDefines a unique decimal integer string to associate with this user account on the system. It is strongly recommended to let the system generate the user to incorporate all the security restrictions and conventions that may apply to your system. To have the system generate the ID, leave this field blank.rw
INTEGER
.1.3.6.1.4.1.2.6.191.4.1.1.1.2
aixUsrHomeThe user home directory.rw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.4.1.1.1.3
aixUsrShellThe user's initial shell. On AIX, it is also called initial program.rw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.4.1.1.1.4
aixUsrLocalLoginIndicates whether the user can log into the system with the login command locally. default value is true(1)rw
Enumeration
.1.3.6.1.4.1.2.6.191.4.1.1.1.5
aixUsrRemoteLoginIndicates whether the user can log into the system with the login command. For example, if this is set to false, the user can not login with the telnet remotely. default value is true(1).rw
Enumeration
.1.3.6.1.4.1.2.6.191.4.1.1.1.6
aixUsrPasswdMaxAgeDefines the maximum age (in weeks) for the user's password. When the password reaches this age, the system requires it to be changed before the user can login again. The value is a decimal integer string. If 0 is specified, this feature is disabled. default value is 0.rw
Integer32
.1.3.6.1.4.1.2.6.191.4.1.1.1.7
aixUsrStatusThe user status. Determines the status of the user. Changing this variable will affect the user. 'locked(2)' is synonymous with 'disabled(3)', and unlocked(1) is the same as enabled(4). Default value is unlocked(1).rw
Enumeration
.1.3.6.1.4.1.2.6.191.4.1.1.1.8
aixUsrGroupsLists the groups to which the user belongs seperated by the \',\' delimiter. The first on group on the list is the primary group. Groups are collections of users that can share access authority to protected resources. Groups can be formed for users who access the same applications or hardware resources, perform similar tasks, or have similar needs for information. A user can be a member in up to 32 groups. However, only one primary group for a user can be specified. When a new user account is created and the primary group is not provided, the system assigns the user to the primary default group specified in the /usr/lib/security/mkuser.default file.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.4.1.1.1.9
aixUsrAllowableAttemptsNumber of failed logins times before the user account is locked. Default value is 0. Zero or negative value indicates no limit exists.rw
INTEGER
.1.3.6.1.4.1.2.6.191.4.1.1.1.10
aixUsrResetLoginCountAfter the number of unsuccessful login attempts defined by aixUsrAllowableAttempts, the user will not be able to log in until the user's unsuccessful_login_count attribute in /etc/security/lastlog to be less than the value defined by aixUsrAllowableAttempts. When this variable is set to 2(reset), the unsuccessful_login_count in /etc/security/lastlog will be set to zero. Default value is 1.rw
Enumeration
.1.3.6.1.4.1.2.6.191.4.1.1.1.11
aixUsrPrimaryGroupThe primary group that the user belongs to .rw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.4.1.1.1.12
aixUsrIndexThe index of the user table .ro
Integer32
.1.3.6.1.4.1.2.6.191.4.1.1.1.13
aixGroups
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.4.2
aixGrpTableList of groups.
SEQUENCE OF AixGrpEntry
.1.3.6.1.4.1.2.6.191.4.2.1
aixGrpEntryAn entry in the group table.
AixGrpEntry
.1.3.6.1.4.1.2.6.191.4.2.1.1
aixGrpIndexThe index of the group table.ro
Integer32
.1.3.6.1.4.1.2.6.191.4.2.1.1.1
aixGrpNameSpecifies the string that identifies a collection of system users that can access and work with protected resources. The system uses groups to control access to files and resources by users who do not own them. When a user invokes a process, the system associates the process with the user's ID and the group IDs of the groups of which the user is a member. If the user owns the resource or is a member of a group that can access it, the system grants read, write, or execute access to it according to the access control list of the resource or file.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.4.2.1.1.2
aixGrpIDThe system assigns a unique ID associated to the group name. The group IDs are stored in the /etc/group file.ro
Integer32(-2147483648..2147483647)
.1.3.6.1.4.1.2.6.191.4.2.1.1.3
aixGrpAdminGroupIndicates if the group is an administrative group. Only the root user can modify the attributes of an administrative group. This field is displayed with False or True as its value. True indicates that group is an administrative group. False indicates that it is a non administrative group (its attributes can be modified by the group's specified administrators and the root user). Default value is false(2).ro
Enumeration
.1.3.6.1.4.1.2.6.191.4.2.1.1.4
aixGrpUsrListthe users who are in this group.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.4.2.1.1.5
aixGrpAdmListThe administrator list for this group .ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.4.2.1.1.6
aixService
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.5
aixSrvSubsystem
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.5.1
aixSubSystemNumThe number of the subsystems in the current table.ro
Integer32
.1.3.6.1.4.1.2.6.191.5.1.1
aixSubSysTableA table of subsystems.
SEQUENCE OF AixSubSysEntry
.1.3.6.1.4.1.2.6.191.5.1.2
aixSubSysEntryAn entry in the subsystem table
AixSubSysEntry
.1.3.6.1.4.1.2.6.191.5.1.2.1
aixSubSysNameThe name of the subsystem.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.5.1.2.1.1
aixSubSysGroupA subsystem group is a group of any specified subsystems. Grouping subsystems together allows control over several subsystems at the same time. Examples of subsystem groups are TCP/IP, SNA Services, Network Information system (NIS), and Network File Systems (NFS).ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.5.1.2.1.2
aixSubSysPIDThe process ID of the subsystem. When the subsystem is inoperative, the PID is zero.ro
Integer32
.1.3.6.1.4.1.2.6.191.5.1.2.1.3
aixSubSysStatusThe status of the subsystem. When it is active(1), it can be stopped by setting the status to 2. Or when it is inoperative(2), it can be started by setting the status to 1.rw
Enumeration
.1.3.6.1.4.1.2.6.191.5.1.2.1.4
aixSubSysIndexThe index of the subsystem table.ro
Integer32
.1.3.6.1.4.1.2.6.191.5.1.2.1.5
aixSrvSubserver
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.5.2
aixSubSrvNumThe number of subserversro
Integer32
.1.3.6.1.4.1.2.6.191.5.2.1
aixSubSrvTableA table of subservers. A subserver is a program or process that belongs to a subsystem. A subsystem can have multiple subservers and is responsible for starting, stopping, and providing status of the subservers.
SEQUENCE OF AixSubSrvEntry
.1.3.6.1.4.1.2.6.191.5.2.2
aixSubSrvEntryAn entry in the subserver table.
AixSubSrvEntry
.1.3.6.1.4.1.2.6.191.5.2.2.1
aixSubSrvNamethe subserver name.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.5.2.2.1.1
aixSubSrvDescrThe description of the subserver.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.5.2.2.1.2
aixSubSrvCommandThe command to start the subserver.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.5.2.2.1.3
aixSubSrvStatusThe status of the subserver.ro
Enumeration
.1.3.6.1.4.1.2.6.191.5.2.2.1.4
aixSubSrvSubsysthe subsystem name which the subserver belongs to.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.5.2.2.1.5
aixSubSrvIndexThe index of the subserver table.ro
Integer32
.1.3.6.1.4.1.2.6.191.5.2.2.1.6
aixFileSystem
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.6
aixFsThresholdThe percentage threshold for the file system. When the current used percentage for the file system is above aixVgThreshold and the value of the last poll interval is less than the threshold, then an event will be generated. The value for aixFsThreshold should be between 0 and 100. When it is zero, the related trap, aixFileSystemFull, is disabled. Its default value is 95.rw
Integer32
.1.3.6.1.4.1.2.6.191.6.1
aixFsTableThe file system table. This table will be refreshed at least with each poll interval.
SEQUENCE OF AixFsTableEntry
.1.3.6.1.4.1.2.6.191.6.2
aixFsTableEntryAn entry of the file system table
AixFsTableEntry
.1.3.6.1.4.1.2.6.191.6.2.1
aixFsIndexThe index of the file system table.ro
Integer32
.1.3.6.1.4.1.2.6.191.6.2.1.1
aixFsNameThe name of the file system.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.6.2.1.2
aixFsMountPointSpecifies the mount point, which is the directory where the file system is available or will be made available.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.6.2.1.3
aixFsTypeThe file system type. The type may be JFS(Journal File System), JFS2 (extented JFS), AFS, DFS, cashefs, autofs, procfs, cdrfs (CDROM file system), NFS(Network File System), NFS3 (NFSv3 file system)ro
Enumeration
.1.3.6.1.4.1.2.6.191.6.2.1.4
aixFsSizeThe size for this file system in megabytes.rw
Integer32
.1.3.6.1.4.1.2.6.191.6.2.1.5
aixFsFreeTotal number of megabytes free in file system.ro
Integer32
.1.3.6.1.4.1.2.6.191.6.2.1.6
aixFsNumINodesTotal number of i-nodes on this file system.ro
Integer32
.1.3.6.1.4.1.2.6.191.6.2.1.7
aixFsUsedInodesThe used number of Inodes in the file system.ro
Integer32
.1.3.6.1.4.1.2.6.191.6.2.1.8
aixFsStatusThe status of the file system. It is either mounted(1) or unmounted(2).ro
Enumeration
.1.3.6.1.4.1.2.6.191.6.2.1.9
aixFsExecutionThe variable is used to trigger the mount action on unmounted file system and unmount action on mounted file system. This state can only change from mount to unmount or unmount to mount. Its normal status is other(1). The execution result is kept at aixFsResultMsg.rw
Enumeration
.1.3.6.1.4.1.2.6.191.6.2.1.10
aixFsResultMsgThe execution result message of mounting or umounting command.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.6.2.1.11
aixProcess
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.7
aixProcNumThe number of processes running.ro
Integer32
.1.3.6.1.4.1.2.6.191.7.1
aixProcTableThe Process Table.
SEQUENCE OF AixProcEntry
.1.3.6.1.4.1.2.6.191.7.2
aixProcEntryEach entry contains information about a process running on the system.
AixProcEntry
.1.3.6.1.4.1.2.6.191.7.2.1
aixProcPIDThe process ID (pid) of the process.ro
Integer32
.1.3.6.1.4.1.2.6.191.7.2.1.1
aixProcUIDThe user ID of the process owner.ro
Integer32
.1.3.6.1.4.1.2.6.191.7.2.1.2
aixProcPPIDThe process ID of the parent process.ro
Integer32
.1.3.6.1.4.1.2.6.191.7.2.1.3
aixProcGroupIndicates the effective group ID of the process.ro
Integer32
.1.3.6.1.4.1.2.6.191.7.2.1.4
aixProcPriorityThe priority of the process or kernel thread, higher numbers mean lower priority.ro
Integer32
.1.3.6.1.4.1.2.6.191.7.2.1.5
aixProcCMDThe command name of the process.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.7.2.1.6
aixProcCPUCPU utilization of process or thread, incremented each time the system clock ticks and the process or thread is found to be running. Large values indicate a CPU intensive process and results in lower process priority whereas small values indicate an I/O intensive process and result in a more favorable priority.ro
Integer32
.1.3.6.1.4.1.2.6.191.7.2.1.7
aixProcStartThe start time of the process.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.2.6.191.7.2.1.8
aixProcStatusFor processes: (1)O Nonexistent (2)A Active (3)W Swapped (4)I Idle (waiting for startup) : (5)Z Canceled (6)T Stoppedro
Enumeration
.1.3.6.1.4.1.2.6.191.7.2.1.9
aixProcTTYIndicates the controlling terminal name of the process.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.7.2.1.10
aixLogin
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.8
aixFailedLoginTimePeriodThe time period where failed login attempts are recorded to compare against aixLoginFailedThreshold. The default is 300 seconds (5 minutes).rw
Integer32
.1.3.6.1.4.1.2.6.191.8.1
aixLoginFailedThresholdDefines the number of attempts which a user can try to log onto the system in the time period defined by failedLoginTimePeriod prior to the current time before a trap is generated and sent. When this variable is set to zero, the aixUserLoginFailed trap is disabled. The default is 20 which means that if users attempting and failing to log in 20 times in last time period defined by aixFailedLoginTimePeriod , a trap is generated. These attempts are recorded in /etc/security/failedlogin or /var/adm/wtmp .rw
Integer32
.1.3.6.1.4.1.2.6.191.8.2
aixLoginUserTableloginUserTable contains users who are logged in currently.
SEQUENCE OF AixLoginUserEntry
.1.3.6.1.4.1.2.6.191.8.3
aixLoginUserEntryAn entry of loginUserTable
AixLoginUserEntry
.1.3.6.1.4.1.2.6.191.8.3.1
aixLoginUserNameThe user name. If the user name is unknown, its value is UNKNOWN_U.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.8.3.1.1
aixLoginUserTTYThe terminal tty name.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.8.3.1.2
aixLoginUserHostThe IP address of the machine the user tried to log onto the system from.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.8.3.1.3
aixLoginUserDateAndTimeThe date and time when the user logged in.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.8.3.1.4
aixLoginUserIndexIndex for the tablero
Integer32
.1.3.6.1.4.1.2.6.191.8.3.1.5
aixDevice
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.9
aixPrinter
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.9.1
aixPrinterTableA table of defined printers/plotters. On AIX, the printer is defined, used and dealt with in the same way as the plotter. The number of entries depends on the configuration of the system such as the serial or parallel port number.
SEQUENCE OF AixPrinterEntry
.1.3.6.1.4.1.2.6.191.9.1.1
aixPrinterEntryAn entry of printerTable. Each entry contains all attributes of a defined printer or plotter.
AixPrinterEntry
.1.3.6.1.4.1.2.6.191.9.1.1.1
aixPrinterNameWhen a printer or plotter device is added to the system, a name is automatically assigned to the device. On AIX, this name is in the format of lpx, for example, lp0, lp1.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.1.1.1.1
aixPrinterIndexThe index of the printer table.ro
Integer32
.1.3.6.1.4.1.2.6.191.9.1.1.1.2
aixPrinterTypeThis is the type of the printer/plotter. The type can be the defined printer/plotter name such as hplj-8100 which represents Hewlett-Packard LaserJet 8100, or opp for Other parallel printer, or osp for other serial printer.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.1.1.1.3
aixPrinterInterfaceThe printer/plotter interface with the computer. Its value can be parallel, rs232, or rs422.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.1.1.1.4
aixPrinterStatusIndicates the current status of the device. Possible values are available(1), indicating that the device is configured in the system and ready to use; and defined(2), indicating that the device is defined to the system but not configured.ro
Enumeration
.1.3.6.1.4.1.2.6.191.9.1.1.1.5
aixPrinterDescrThe description for the printer/plotter.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.1.1.1.6
aixPrinterLocationLocation codes of 00-00-S1-00 or 00-00-S2-0 indicate the printer or plotter device is connected to the standard I/O serial ports s1 or s2. A location code of 00-00-0P-00 indicates that the parallel printer is connected to the standard I/O parallel port Any other location code will indicate a printer or plotter which is connected to an adapter card other than the Standard I/O board. For these printers and plotters the location code format is AA-BB-CC-DD where AA-BB indicates the location code of the controlling adapter. A value of 00 for the AA field indicates the adapter card is located in the CPU drawer or system unit depending on the type of system. Any other value for the AA field indicates the card is located in an I/O expansion drawer; in which case, the first digit identifies the I/O bus and the second digit identifies the slot number on the bus, in the CPU drawer, that contain the asynchronous expansion adapter to which the I/O expansion drawer is connected. The first digit of this BB field identifies the I/O bus containing the adapter card. If the card is in the CPU drawer or system unit, this digit will be 0 for the standard I/O bus or 1 for the optional I/O bus. If the card is in an I/O expansion drawer, this digit is 0. The second digit identifies the slot number on the I/O bus (or slot number in the I/O expansion drawer) that contains the card. The CC field identifies the connector on the adapter card to where the asynchronous distribution box is connected. Possible values are 01, 02, 03, and 04. The DD field identifies the port number on the asynchronous distribution box where the printer or plotter is attached.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.1.1.1.7
aixPrinterPortNumberThe printer port number. This indicates the port on an adapter card or asynchronous distribution box to which the printer or plotter is connected. The value must be in the range 0 through 7 for an 8-port adapter card, 0 through 15 for a 16-port adapter card, and 0 through 63 for a 64-port adapter card. The standard I/O ports are designated as s1 and s2 for the two serial ports and p for the parallel port.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.1.1.1.8
aixTape
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.9.2
aixTapeDrvTableA table of defined tape drives. The number of entries depends on the configuration of the system.
SEQUENCE OF AixTapeDrvEntry
.1.3.6.1.4.1.2.6.191.9.2.1
aixTapeDrvEntryAn entry in the aixTapeDrvTable. Each entry contains all the attributes of a tape drive.
AixTapeDrvEntry
.1.3.6.1.4.1.2.6.191.9.2.1.1
aixTapeDrvNameIdentifies the logical name of the device. When a tape drive is added or defined in the system, a name is automatically assigned to the device. The format of the name looks like rmt0.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.2.1.1.1
aixTapeDrvIndexThe index of the tape drive table.ro
Integer32
.1.3.6.1.4.1.2.6.191.9.2.1.1.2
aixTapeDrvTypeIdentifies the predefined device type of the tape drive. For example, 4mm2gb2 is a scsi 2.0 GB 4mm Tape Drive.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.2.1.1.3
aixTapeDrvInterfaceIdentifies the type of tape drive interface. This is the same as the predefined device subclass of the device.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.2.1.1.4
aixTapeDrvStatusIndicates the current status of the tape drive. Possible values are available (1), indicating that the tape drive is configured in the system and ready to be used, and defined(2), indicating that the tape drive is defined to the system but not configured.ro
Enumeration
.1.3.6.1.4.1.2.6.191.9.2.1.1.5
aixTapeDrvDescrProvides a short text description of the tape drive device.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.2.1.1.6
aixTapeDrvLocationFor all SCSI devices, including disks, CD-ROMs, read/write optical drives, tapes, target mode, and initiator devices, the location code format is AA-BB-CC-S,L. The AA-BB fields identify the location code of the SCSI adapter controlling the SCSI device. . A value of 00 for the AA field indicates the controlling adapter card is located in the CPU drawer or system unit, depending on the type of system. . The BB field identifies the I/O bus and slot containing the card. The first digit indicates the I/O bus. It is 0 for the standard I/O bus and 1 for the optional I/O bus. The second digit is the slot on the indicated I/O bus containing the card. A value of 00 for the BB field indicates the standard SCSI controller. . The CC field identifies the card's SCSI bus that the device is attached to. For a card that provides only a single SCSI bus, this field will be set to 00. Otherwise, a value of 00 indicates a device attached to the card's internal SCSI bus and a value of 01 indicates a device attached to the card's external SCSI bus. . The S,L field identifies the SCSI ID and logical unit number (LUN) of the SCSI device. The S value indicates the SCSI ID, and the L value indicates the LUN.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.2.1.1.7
aixTapeDrvBlkSizeIndicates the block size to use when reading or writing to the tape.ro
Integer32
.1.3.6.1.4.1.2.6.191.9.2.1.1.8
aixTapeDrvManufacturerNameThe name of the manufacturer of the tape drive.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.2.1.1.9
aixTapeDrvModelNameThe model name of the tape drive.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.2.1.1.10
aixTapeDrvSNThe tape driver serial number.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.2.1.1.11
aixTapeDrvPNThe tape driver part number.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.2.1.1.12
aixTapeDrvFRUThe tape drive FRU number (Field Replaceable Unit).ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.2.1.1.13
aixTapeDrvECThe tape drive EC (Engineering Change).ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.2.1.1.14
aixHardDisk
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.9.3
aixHdTableA table of defined hard disks. The number of entries depends on the configuration of the system.
SEQUENCE OF AixHdEntry
.1.3.6.1.4.1.2.6.191.9.3.1
aixHdEntryAn entry in hdTable. Each entry contains all the attributes of the individual hard disk.
AixHdEntry
.1.3.6.1.4.1.2.6.191.9.3.1.1
aixHdNameIdentifies the logical name of the disk device.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.3.1.1.1
aixHdIndexThe index for the hard disk table.ro
Integer32
.1.3.6.1.4.1.2.6.191.9.3.1.1.2
aixHdTypeIdentifies the predefined device type of the disk.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.3.1.1.3
aixHdSizeThe size in megabytes of the hard disk.ro
Integer32
.1.3.6.1.4.1.2.6.191.9.3.1.1.4
aixHdInterfaceIdentifies the type of disk interface. This is the same as the predefined device subclass of the disk.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.3.1.1.5
aixHdStatusIndicates the current status of the disk device. Possible values are available(1), indicating that the disk device is configured in the system and ready to be used, and defined(2), indicating that the disk device is defined to the system but not configured.ro
Enumeration
.1.3.6.1.4.1.2.6.191.9.3.1.1.6
aixHdLocationFor all SCSI devices, including disks, CD-ROMs, read/write optical drives, tapes, target mode, and initiator devices, the location code format is AA-BB-CC-S,L. The AA-BB fields identify the location code of the SCSI adapter controlling the SCSI device. For details, please refer to aixTapeDrvLocation.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.3.1.1.7
aixHdIdentifierDisplays the unique physical volume identifier of the physical volume of a disk. If the disk is not a physical volume, this field value will be none.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.3.1.1.8
aixHdDescrProvides a short text description of the disk device.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.3.1.1.9
aixHdManufacturerNameThe name of the manufacturer of the hard drive.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.3.1.1.10
aixHdModelNameThe Model Name of the hard drive.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.3.1.1.11
aixHdSNThe hard driver serial number.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.3.1.1.12
aixHdPNThe hard driver part number.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.3.1.1.13
aixHdFRUThe hard drive FRU number (Field Replaceable Unit).ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.3.1.1.14
aixHdECThe hard drive Engineering Change.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.3.1.1.15
aixMemory
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.9.4
aixMemTableA table of defined physical memory. The number of entries depends on the configuration of the system.
SEQUENCE OF AixMemEntry
.1.3.6.1.4.1.2.6.191.9.4.1
aixMemEntryAn entry in the memory table .
AixMemEntry
.1.3.6.1.4.1.2.6.191.9.4.1.1
aixMemNameThe name of the memory. For example, it may be mem0.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.4.1.1.1
aixMemIndexThe index for the memory table.ro
Integer32
.1.3.6.1.4.1.2.6.191.9.4.1.1.2
aixMemLocationThe memory location code. An example is 00-00.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.4.1.1.3
aixMemSizeThe size of the physical memory in megabytes.ro
Integer32
.1.3.6.1.4.1.2.6.191.9.4.1.1.4
aixMemDescrThe description of memoryro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.4.1.1.5
aixCDROM
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.9.5
aixCdromTableA table of all defined cdroms.
SEQUENCE OF AixCdromEntry
.1.3.6.1.4.1.2.6.191.9.5.1
aixCdromEntryAn entry in the cdrom table .
AixCdromEntry
.1.3.6.1.4.1.2.6.191.9.5.1.1
aixCdromNameIdentifies the logical name of the CD-ROM drive.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.5.1.1.1
aixCdromIndexThe index for the CD-ROM table.ro
Integer32
.1.3.6.1.4.1.2.6.191.9.5.1.1.2
aixCdromTypeIdentifies the predefined device type of the CD-ROM drive.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.5.1.1.3
aixCdromInterfaceIdentifies the type of drive interface. This is the same as the predefined device subclass of the CD-ROM drive.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.5.1.1.4
aixCdromDescrProvides a short text description of the CD-ROM drive device.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.5.1.1.5
aixCdromStatusIndicates the current status of the CD-ROM drive. Possible values are available(1), indicating that the CD-ROM drive is configured in the system and ready to be used, and defined(2), indicating that the drive is defined to the system but not configured.ro
Enumeration
.1.3.6.1.4.1.2.6.191.9.5.1.1.6
aixCdromLocationFor all SCSI devices, including disks, CD-ROMs, read/write optical drives, tapes, target mode, and initiator devices, the location code format is AA-BB-CC-S,L. The AA-BB fields identify the location code of the SCSI adapter controlling the SCSI device. For details, please refer to aixTapeDrvLocation.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.5.1.1.7
aixCdromManufacturerNameThe name of the manufacturer of the cdrom drive.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.5.1.1.8
aixCdromModelNameThe cdrom driver model name.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.5.1.1.9
aixCdromPNThe cdrom driver part number.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.5.1.1.10
aixCdromFRUThe cdrom drive FRU (Field Replaceable Unit).ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.5.1.1.11
aixCdromECThe cdrom drive Engineering Change.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.5.1.1.12
aixScsi
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.9.6
aixScsiTableA table of SCSI adapters.
SEQUENCE OF AixScsiEntry
.1.3.6.1.4.1.2.6.191.9.6.1
aixScsiEntryAn entry of the SCSI adapter .
AixScsiEntry
.1.3.6.1.4.1.2.6.191.9.6.1.1
aixScsiNameIdentifies the logical name of the adapter.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.6.1.1.1
aixScsiIndexThe index for the scsi adapter table.ro
Integer32
.1.3.6.1.4.1.2.6.191.9.6.1.1.2
aixScsiDescrDefines a short text description of the adapter.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.6.1.1.3
aixScsiStatusIndicates the current status of the adapter. Possible values are available, indicating that the adapter is configured in the system and ready to be used, and defined, indicating that the adapter is defined on the system but not configured.ro
Enumeration
.1.3.6.1.4.1.2.6.191.9.6.1.1.4
aixScsiLocationThe location code for the SCSI adapter. An example is 04-C0.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.6.1.1.5
aixScsiAdapterIDSpecifies the SCSI ID value which the adapter will use when sending SCSI commands as an initiator device, and, if target mode is supported, specifies the SCSI ID the adapter will respond to when acting as a target device.ro
Integer32
.1.3.6.1.4.1.2.6.191.9.6.1.1.6
aixProcessor
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.9.7
aixProcessorTableA table of processors.
SEQUENCE OF AixProcessorEntry
.1.3.6.1.4.1.2.6.191.9.7.1
aixProcessorEntryAn entry of the Processor .
AixProcessorEntry
.1.3.6.1.4.1.2.6.191.9.7.1.1
aixProcessorNameIdentifies the logical name of the processor.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.7.1.1.1
aixProcessorIndexThe index for the processor table.ro
Integer32
.1.3.6.1.4.1.2.6.191.9.7.1.1.2
aixProcessorTypeDefines the model type of the processor. For example: PowerPC_604ero
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.7.1.1.3
aixProcessorDescrDefines a short text description of the processor.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.7.1.1.4
aixProcessorSpeedThe speed of the processor in hertz.ro
Integer32
.1.3.6.1.4.1.2.6.191.9.7.1.1.5
aixNetwork
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.9.8
aixNetworkTableA table of Network adapters.
SEQUENCE OF AixNetworkEntry
.1.3.6.1.4.1.2.6.191.9.8.1
aixNetworkEntryAn entry of the Network adapter .
AixNetworkEntry
.1.3.6.1.4.1.2.6.191.9.8.1.1
aixNetworkNameIdentifies the logical name of the network adapter.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.8.1.1.1
aixNetworkIndexThe index for the network adapter table.ro
Integer32
.1.3.6.1.4.1.2.6.191.9.8.1.1.2
aixNetworkTypeThe type of the network adapter. An example is ie3.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.8.1.1.3
aixNetworkInterfaceThe interface name for the Network adapter. An example is LO.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.8.1.1.4
aixNetworkStatusIndicates the current status of the adapter. Possible values are available, indicating that the adapter is configured in the system and ready to be used, and defined, indicating that the adapter is defined on the system but not configured.ro
Enumeration
.1.3.6.1.4.1.2.6.191.9.8.1.1.5
aixNetworkLocationThe location code for the Network adapter. An example is 10-60.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.8.1.1.6
aixNetworkDescrDefines a short text description of the adapter. An example is IEEE 802.3 Ethernet Network Interfacero
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.8.1.1.7
aixAdapter
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.9.9
aixAdapterTableA table of adapters.
SEQUENCE OF AixAdapterEntry
.1.3.6.1.4.1.2.6.191.9.9.1
aixAdapterEntryAn entry of the adapter
AixAdapterEntry
.1.3.6.1.4.1.2.6.191.9.9.1.1
aixAdapterNameIdentifies the logical name of the adapter.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.9.1.1.1
aixAdapterIndexThe index for the adapter table.ro
Integer32
.1.3.6.1.4.1.2.6.191.9.9.1.1.2
aixAdapterTypeThe type of the adapter. An example is keyboard.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.9.1.1.3
aixAdapterInterfaceThe interface name for the adapter. An example is pci.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.9.1.1.4
aixAdapterStatusIndicates the current status of the . Possible values are available, indicating that the is configured in the system and ready to be used, and defined, indicating that the is defined on the system but not configured.ro
Enumeration
.1.3.6.1.4.1.2.6.191.9.9.1.1.5
aixAdapterLocationThe location code for the adapter. An example is 01-K1-00.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.9.1.1.6
aixAdapterDescrDefines a short text description of the . An example is Keyboard Adapterro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2.6.191.9.9.1.1.7
aixConformance
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.10
aixCfmGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.10.1
aixCompliances
OBJECT IDENTIFIER
.1.3.6.1.4.1.2.6.191.10.2
IBM-AIX-MIB - SNMP MIB Reference | MIBs Explorer