HP-UNIX

MIB Reference — IPNetwork Monitor

All MIBsHP-UNIX

Category: Device Management, Domain: Server/Host Monitoring, Vendor: HP/HPE

Description:

HP SNMP MIB for monitoring HP-UX Unix system resources including processes, file systems, and performance counters.

Imported Objects

From RFC-1212

OBJECT-TYPE

From RFC1155-SMI

Counter
Gauge
IpAddress
NetworkAddress
TimeTicks
enterprises

From RFC1213-MIB

DisplayString

What Is HP-UNIX?

HP-UNIX is HP's proprietary SNMP MIB for monitoring HP-UX Unix system resources, covering system uptime, logged-in users, and detailed performance and capacity data for the host running the agent. It exposes classic Unix host-monitoring metrics: load averages over 1/5/15 minutes, maximum configured processes, physical and free memory, and swap space configuration/enabled/free amounts. This MIB is squarely focused on monitoring the software/OS-level health of the host — uptime for availability tracking, load averages for performance bottleneck detection, and memory/swap utilization for detecting memory pressure or an impending out-of-memory condition — making it a core capacity-planning and health-check MIB for HP-UX servers. It is a vendor-specific companion to (and often polled alongside) the standard HOST-RESOURCES-MIB, though it predates and supplements that IETF standard with HP-specific detail. It is deployed on HP-UX Unix server installations in enterprise data centers, typically legacy HP 9000/Integrity server environments, where HP-UNIX SNMP monitoring remains a core capacity-planning tool for these hosts.

IPNetwork Monitor allows you to monitor SNMP objects defined in HP-UNIX. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • system uptime
  • logged-in users
  • 1/5/15-minute load averages
  • free and physical memory
  • swap space configuration and free swap
  • maximum process count

Supported Devices

  • HP-UX Unix server (HP 9000/Integrity)

Monitoring Examples

A monitoring system polling computerSystemAvgJobs1/5/15 alongside computerSystemFreeMemory and computerSystemFreeSwap on an HP-UX host can detect a server under sustained load with dwindling free memory and swap, an early warning of imminent thrashing or an out-of-memory kill; computerSystemUpTime confirms whether a recent unresponsive period corresponds to an unexpected reboot, and computerSystemMaxProc versus current process count flags a runaway fork bomb before it exhausts the process table.

OIDs
OID symbolicOID numericTypeAccessDescription
hp1.3.6.1.4.1.11
nm1.3.6.1.4.1.11.2
system1.3.6.1.4.1.11.2.3
general1.3.6.1.4.1.11.2.3.1
computerSystem1.3.6.1.4.1.11.2.3.1.1
TIK computerSystemUpTime1.3.6.1.4.1.11.2.3.1.1.1TimeTicksread-onlyTime since the last boot.
GAU computerSystemUsers1.3.6.1.4.1.11.2.3.1.1.2Gaugeread-onlyNumber of users logged on to system.
GAU computerSystemAvgJobs11.3.6.1.4.1.11.2.3.1.1.3Gaugeread-onlyAverage number of jobs in the last 1 minute * 100.
GAU computerSystemAvgJobs51.3.6.1.4.1.11.2.3.1.1.4Gaugeread-onlyAverage number of jobs in the last 5 minutes * 100.
GAU computerSystemAvgJobs151.3.6.1.4.1.11.2.3.1.1.5Gaugeread-onlyAverage number of jobs in the last 15 minutes * 100.
INT computerSystemMaxProc1.3.6.1.4.1.11.2.3.1.1.6INTEGERread-onlyMaximum number of processes allowed in system. Implemented with Extensible SNMP Agent.
GAU computerSystemFreeMemory1.3.6.1.4.1.11.2.3.1.1.7Gaugeread-onlyFree memory. SunOS - not implemented. Implemented with Extensible SNMP Agent.
INT computerSystemPhysMemory1.3.6.1.4.1.11.2.3.1.1.8INTEGERread-onlyPhysical memory. SunOS - not implemented. Implemented with Extensible SNMP Agent.
GAU computerSystemMaxUserMem1.3.6.1.4.1.11.2.3.1.1.9Gaugeread-onlyMaximum user memory. SunOS - not implemented. Implemented with Extensible SNMP Agent.
INT computerSystemSwapConfig1.3.6.1.4.1.11.2.3.1.1.10INTEGERread-onlySwap space configured. SunOS - not implemented. Implemented with Extensible SNMP Agent.
GAU computerSystemEnabledSwap1.3.6.1.4.1.11.2.3.1.1.11Gaugeread-onlyEnabled via swapon. SunOS - not implemented. Implemented with Extensible SNMP Agent.
GAU computerSystemFreeSwap1.3.6.1.4.1.11.2.3.1.1.12Gaugeread-onlyCurrently free swap space. SunOS - not implemented. Implemented with Extensible SNMP Agent.
CTR computerSystemUserCPU1.3.6.1.4.1.11.2.3.1.1.13Counterread-onlyCPU used by users. SunOS - not implemented. Implemented with Extensible SNMP Agent.
CTR computerSystemSysCPU1.3.6.1.4.1.11.2.3.1.1.14Counterread-onlyCPU used by system. SunOS - not implemented. Implemented with Extensible SNMP Agent.
CTR computerSystemIdleCPU1.3.6.1.4.1.11.2.3.1.1.15Counterread-onlyCPU idle. SunOS - not implemented. Implemented with Extensible SNMP Agent.
CTR computerSystemNiceCPU1.3.6.1.4.1.11.2.3.1.1.16Counterread-onlyCPU nice. SunOS - not implemented. Implemented with Extensible SNMP Agent.
fileSystem1.3.6.1.4.1.11.2.3.1.2
GAU fileSystemMounted1.3.6.1.4.1.11.2.3.1.2.1Gaugeread-onlyThe number of file systems mounted.
fileSystemTable1.3.6.1.4.1.11.2.3.1.2.2not-accessibleFile system table.
fileSystemEntry1.3.6.1.4.1.11.2.3.1.2.2.1not-accessibleEach entry contains objects for a particular file system.
INT fileSystemID11.3.6.1.4.1.11.2.3.1.2.2.1.1INTEGERread-onlyFirst file system ID.
INT fileSystemID21.3.6.1.4.1.11.2.3.1.2.2.1.2INTEGERread-onlySecond file system ID.
STR fileSystemName1.3.6.1.4.1.11.2.3.1.2.2.1.3DisplayStringread-onlyName of mounted file system.
INT fileSystemBlock1.3.6.1.4.1.11.2.3.1.2.2.1.4INTEGERread-onlyTotal blocks in file system.
INT fileSystemBfree1.3.6.1.4.1.11.2.3.1.2.2.1.5INTEGERread-onlyFree blocks in file system.
INT fileSystemBavail1.3.6.1.4.1.11.2.3.1.2.2.1.6INTEGERread-onlyFree blocks avail to non-superuser.
INT fileSystemBsize1.3.6.1.4.1.11.2.3.1.2.2.1.7INTEGERread-onlyFundamental file system block size.
INT fileSystemFiles1.3.6.1.4.1.11.2.3.1.2.2.1.8INTEGERread-onlyTotal file nodes in file system.
INT fileSystemFfree1.3.6.1.4.1.11.2.3.1.2.2.1.9INTEGERread-onlyFree file nodes in file system.
STR fileSystemDir1.3.6.1.4.1.11.2.3.1.2.2.1.10DisplayStringread-onlyFile system path prefix.
processes1.3.6.1.4.1.11.2.3.1.4
GAU processNum1.3.6.1.4.1.11.2.3.1.4.1Gaugeread-onlyThe number of processes running.
processTable1.3.6.1.4.1.11.2.3.1.4.2not-accessibleProcesses Table. Implemented with Extensible SNMP Agent.
processEntry1.3.6.1.4.1.11.2.3.1.4.2.1not-accessibleEach entry contains information about a process running on the system.
INT processPID1.3.6.1.4.1.11.2.3.1.4.2.1.1INTEGERread-onlyThe process ID (pid).
INT processIdx1.3.6.1.4.1.11.2.3.1.4.2.1.2INTEGERread-onlyIndex for pstat() requests. SunOS - not implemented.
INT processUID1.3.6.1.4.1.11.2.3.1.4.2.1.3INTEGERread-onlyProcess User ID.
INT processPPID1.3.6.1.4.1.11.2.3.1.4.2.1.4INTEGERread-onlyParent process ID.
GAU processDsize1.3.6.1.4.1.11.2.3.1.4.2.1.5Gaugeread-onlyProcess data size.
GAU processTsize1.3.6.1.4.1.11.2.3.1.4.2.1.6Gaugeread-onlyProcess text size.
GAU processSsize1.3.6.1.4.1.11.2.3.1.4.2.1.7Gaugeread-onlyProcess stack size.
GAU processNice1.3.6.1.4.1.11.2.3.1.4.2.1.8Gaugeread-onlyProcess nice value.
INT processMajor1.3.6.1.4.1.11.2.3.1.4.2.1.9INTEGERread-onlyProcess tty major number. SunOS - not implemented.
INT processMinor1.3.6.1.4.1.11.2.3.1.4.2.1.10INTEGERread-onlyProcess tty minor number. SunOS - not implemented.
INT processPgrp1.3.6.1.4.1.11.2.3.1.4.2.1.11INTEGERread-onlyProcess group of this process.
INT processPrio1.3.6.1.4.1.11.2.3.1.4.2.1.12INTEGERread-onlyProcess priority.
INT processAddr1.3.6.1.4.1.11.2.3.1.4.2.1.13INTEGERread-onlyAddress of process (in memory).
GAU processCPU1.3.6.1.4.1.11.2.3.1.4.2.1.14Gaugeread-onlyProcessor utilization for scheduling.
TIK processUtime1.3.6.1.4.1.11.2.3.1.4.2.1.15TimeTicksread-onlyUser time spent executing.
TIK processStime1.3.6.1.4.1.11.2.3.1.4.2.1.16TimeTicksread-onlySystem time spent executing.
TIK processStart1.3.6.1.4.1.11.2.3.1.4.2.1.17TimeTicksread-onlyTime Process started.
INT processFlags1.3.6.1.4.1.11.2.3.1.4.2.1.18INTEGERread-onlyFlags associated with process. SunOS - values found in /usr/include/sys/proc.h.
INT processStatus1.3.6.1.4.1.11.2.3.1.4.2.1.19INTEGERread-onlyThe process status. SunOS - sleep(1), wait(2), run(3), idle (4), zombie(5), stop(6)
INT processWchan1.3.6.1.4.1.11.2.3.1.4.2.1.20INTEGERread-onlyIf processStatus is sleep, value sleeping on.
INT processProcNum1.3.6.1.4.1.11.2.3.1.4.2.1.21INTEGERread-onlyProcessor this process last run on. SunOS - not implemented.
STR processCmd1.3.6.1.4.1.11.2.3.1.4.2.1.22DisplayStringread-onlyCommand the process is running.
INT processTime1.3.6.1.4.1.11.2.3.1.4.2.1.23INTEGERread-onlyResident time for scheduling.
CTR processCPUticks1.3.6.1.4.1.11.2.3.1.4.2.1.24Counterread-onlyTicks of cpu time.
CTR processCPUticksTotal1.3.6.1.4.1.11.2.3.1.4.2.1.25Counterread-onlyTotal ticks for life of process. SunOS - not implemented.
INT processFss1.3.6.1.4.1.11.2.3.1.4.2.1.26INTEGERread-onlyFair Share Schedular Group. SunOS - not implemented.
GAU processPctCPU1.3.6.1.4.1.11.2.3.1.4.2.1.27Gaugeread-onlyPercent CPU * 100 for this process.
GAU processRssize1.3.6.1.4.1.11.2.3.1.4.2.1.28Gaugeread-onlyResident Set Size for process (private pages).
INT processSUID1.3.6.1.4.1.11.2.3.1.4.2.1.29INTEGERread-onlysaved UID.
STR processUname1.3.6.1.4.1.11.2.3.1.4.2.1.30DisplayStringread-onlyUser name.
STR processTTY1.3.6.1.4.1.11.2.3.1.4.2.1.31DisplayStringread-onlyProcess TTY. SunOS - not implemented.
cluster1.3.6.1.4.1.11.2.3.1.5
INT isClustered1.3.6.1.4.1.11.2.3.1.5.1INTEGERread-onlyDescribes whether machine is clustered or not.
clusterTable1.3.6.1.4.1.11.2.3.1.5.2not-accessibleList of nodes on the cluster.
clusterEntry1.3.6.1.4.1.11.2.3.1.5.2.1not-accessibleEach entry contains information about the clustered node.
INT clusterID1.3.6.1.4.1.11.2.3.1.5.2.1.1INTEGERread-onlyThe cnode id.
OCT clusterMachineID1.3.6.1.4.1.11.2.3.1.5.2.1.2OCTET STRINGread-onlyThe cnode machine id.
STR clusterType1.3.6.1.4.1.11.2.3.1.5.2.1.3DisplayStringread-onlyThe cnode type (r or c).
STR clusterCnodeName1.3.6.1.4.1.11.2.3.1.5.2.1.4DisplayStringread-onlyThe cnode name.
INT clusterSwapServingCnode1.3.6.1.4.1.11.2.3.1.5.2.1.5INTEGERread-onlyThe swap serving cnode.
INT clusterKcsp1.3.6.1.4.1.11.2.3.1.5.2.1.6INTEGERread-onlyKCSP.
IP clusterCnodeAddress1.3.6.1.4.1.11.2.3.1.5.2.1.7IpAddressread-onlyThe cnode IP Address.
INT clusterCnodeID1.3.6.1.4.1.11.2.3.1.5.3INTEGERread-onlyThe machine's cnodes id
hpux1.3.6.1.4.1.11.2.3.2
hp9000s3001.3.6.1.4.1.11.2.3.2.2
hp9000s8001.3.6.1.4.1.11.2.3.2.3
hp9000s7001.3.6.1.4.1.11.2.3.2.5
hp3861.3.6.1.4.1.11.2.3.8
hpsun1.3.6.1.4.1.11.2.3.10
sparc1.3.6.1.4.1.11.2.3.10.1
sun41.3.6.1.4.1.11.2.3.10.1.1
sun51.3.6.1.4.1.11.2.3.10.1.2
interface1.3.6.1.4.1.11.2.4
ieee8023Mac1.3.6.1.4.1.11.2.4.1
ieee8023MacTable1.3.6.1.4.1.11.2.4.1.1not-accessibleA list of IEEE 802.3 Interface entries.
ieee8023MacEntry1.3.6.1.4.1.11.2.4.1.1.1not-accessibleEach entry contains statistics for ieee 802.3 interfaces.
INT ieee8023MacIndex1.3.6.1.4.1.11.2.4.1.1.1.1INTEGERread-onlyThe index value that uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
CTR ieee8023MacTransmitted1.3.6.1.4.1.11.2.4.1.1.1.2Counterread-onlyThe number of frames successfully transmitted.
CTR ieee8023MacNotTransmitted1.3.6.1.4.1.11.2.4.1.1.1.3Counterread-onlyThe number of frames not transmitted.
CTR ieee8023MacDeferred1.3.6.1.4.1.11.2.4.1.1.1.4Counterread-onlyThe number of frames deferred because the medium was busy.
CTR ieee8023MacCollisions1.3.6.1.4.1.11.2.4.1.1.1.5Counterread-onlyTotal number of transmit attempts that were retransmitted due to collisions. SunOS with Intel 82586 Ethernet driver - total number of collisions.
CTR ieee8023MacSingleCollisions1.3.6.1.4.1.11.2.4.1.1.1.6Counterread-onlyNumber of transmit attempts that are involved in a single collision and are subsequently transmitted successfully. SunOS - this is always 0.
CTR ieee8023MacMultipleCollisions1.3.6.1.4.1.11.2.4.1.1.1.7Counterread-onlyNumber of transmit attempts that are involved in between 2 and 15 collision attempts and are subsequently transmitted successfully. SunOS with Intel 82586 is always 0. SunOS with AMD 7990 LANCE driver - number of transmit attempts that are involved in between 1 and 15 collision attempts and are subsequently transmitted successfully.
CTR ieee8023MacExcessCollisions1.3.6.1.4.1.11.2.4.1.1.1.8Counterread-onlyNumber of transmit attempts that are involved in more than 15 collision attempts and are subsequently transmitted successfully. SunOS with Intel 82586 Ethernet driver - this is always 0.
CTR ieee8023MacLateCollisions1.3.6.1.4.1.11.2.4.1.1.1.9Counterread-onlyNumber of transmit attempts aborted because a collision occurred after the allotted channel time had elapsed.
CTR ieee8023MacCarrierLostErrors1.3.6.1.4.1.11.2.4.1.1.1.10Counterread-onlyNumber of times that carrier sense was lost when attempting to transmit.
CTR ieee8023MacNoHeartBeatErrors1.3.6.1.4.1.11.2.4.1.1.1.11Counterread-onlyNumber of times no heart beat was indicated after a transmission.
CTR ieee8023MacFramesReceived1.3.6.1.4.1.11.2.4.1.1.1.12Counterread-onlyNumber of frames successfully received.
CTR ieee8023MacUndeliverableFramesReceived1.3.6.1.4.1.11.2.4.1.1.1.13Counterread-onlyNumber of frames received that were not delivered because the software buffer was overrun when frames were sent faster than they could be received.
CTR ieee8023MacCRCErrors1.3.6.1.4.1.11.2.4.1.1.1.14Counterread-onlyNumber of Cyclical Redundancy Check (CRC) errors detected.
CTR ieee8023MacAlignmentErrors1.3.6.1.4.1.11.2.4.1.1.1.15Counterread-onlyNumber of frames received that were both misaligned and had bad CRC.
CTR ieee8023MacResourceErrors1.3.6.1.4.1.11.2.4.1.1.1.16Counterread-onlyNumber of frames received that were lost due to lack of resources.
CTR ieee8023MacControlFieldErrors1.3.6.1.4.1.11.2.4.1.1.1.17Counterread-onlyNumber of frames received with errors in the control field. SunOS - this is always 0.
CTR ieee8023MacUnknownProtocolErrors1.3.6.1.4.1.11.2.4.1.1.1.18Counterread-onlyNumber of frames dropped because the type field or sap field referenced an invalid protocol. SunOS - this is always 0.
CTR ieee8023MacMulticastsAccepted1.3.6.1.4.1.11.2.4.1.1.1.19Counterread-onlyNumber of accepted muliticast addresses.
icmp1.3.6.1.4.1.11.2.7
INT icmpEchoReq1.3.6.1.4.1.11.2.7.1INTEGERread-onlyThe number of milliseconds it takes for an ICMP echo request to respond. IcmpEchoReq is -1 if there is an internal error, -2 if the echo request timed out, -3 if the echo reply is not the correct reply, -4 if the packet size is too large, and -5 if the timeout is invalid. To request the ICMP response time for IP address a1.a2.a3.a4 with a timeout of t and a packet size of s, send a request for icmpEchoReq.s.t.a1.a2.a3.a4. For example, suppose one wanted to find out the number of milliseconds it took to ping 15.2.112.113, with time out of 8 seconds, and packet size of 75. Accordingly, icmpEchoReq.75.8.15.2.112.113 would identify the number of milliseconds. This MIB object is there only to provide for backward compatibility. A new MIB object is provided which does not violate the SNMP standards too, 'icmp.icmpEchoReqTable.icmpEchoReqEntry.icmpEchoReqTime'. This new MIB object is recommended to be used to achieve the same funtionality as provided by this (icmp.icmpEchoReq) MIB object.
icmpEchoReqTable1.3.6.1.4.1.11.2.7.2not-accessibleA conceptual table holding the ICMP response times for various remote hosts. The table is a conceptual one in the sense that, the table actually contains no data. When a query for the table object icmpEchoReqTime is received by the agent an ICMP echo request is sent to the remote host, the ICMP echo reply is received, the elapsed time is calculated and is sent back as the response. Note that except the columnar object icmpEchoReqTime other objects in the table, viz., icmpEchoReqPktSize, icmpEchoReqTimeout and icmpEchoReqHost, have ACCESS previlege as not-accessible, those variables cannot be queried for. The table entries have the objects icmpEchoReqPktSize, icmpEchoReqTimeout and icmpEchoReqHost as the indices, which is effectively a way of transfering these required details to the agent, so that the agent could do its function and respond appropriately.
icmpEchoReqEntry1.3.6.1.4.1.11.2.7.2.1not-accessibleEach entry in the table icmpEchoReqTable is a conceptual one. See description of icmpEchoReqTable for more details.
INT icmpEchoReqTime1.3.6.1.4.1.11.2.7.2.1.1INTEGERread-onlyThe elapsed time between the time the ICMP echo request is sent to the host identified by the index object icmpEchoReqHost and the time the ICMP echo reply is received at the agent host. The ICMP packet size and the time out to be used for the ICMP echo request are identified by the indices icmpEchoReqPktSize and icmpEchoReqTimeOut. See description of icmpEchoReqTable for more details. In other words, the number of milliseconds it takes for an ICMP echo request to respond. Other return values: -1 if there is an internal error, -2 if the echo request timed out, -3 if the echo reply is not the correct reply, -4 if the packet size is too large, and -5 if the timeout is invalid. To request the ICMP response time for IP address a1.a2.a3.a4 with a timeout of t and a packet size of s, send a request for icmpEchoReqTime.s.t.a1.a2.a3.a4. For example, suppose one wanted to find out the number of milliseconds it took to ping 15.2.112.113, with time out of 8 seconds, and packet size of 75. Accordingly, icmpEchoReqTime.75.8.15.2.112.113 would identify the number of milliseconds.
INT icmpEchoReqPktSize1.3.6.1.4.1.11.2.7.2.1.2INTEGERnot-accessibleThe packet size to be used for the ICMP echo request, see description of icmpEchoReqTable for more details. The object serves as the first index out of three indices used when the object icmpEchoReqTime is queried. Note that this object's value cannot be queried for, this object serves as an input to the agent itself and a query for this object makes no sense.
INT icmpEchoReqTimeOut1.3.6.1.4.1.11.2.7.2.1.3INTEGERnot-accessibleThe time period in seconds to wait for an ICMP echo reply message after an ICMP echo request is sent to the identified host, see description of icmpEchoReqTable for more details. The object serves as the second index out of three indices used when the object icmpEchoReqTime is queried. Note that this object's value cannot be queried for, this object serves as an input to the agent itself and a query for this object makes no sense.
IP icmpEchoReqHost1.3.6.1.4.1.11.2.7.2.1.4IpAddressnot-accessibleThe host to which the ICMP echo request is to be sent, the ping time between the host identified by this index object and the agent's host is what is queried for, see description of icmpEchoReqTable for more details. The object serves as the last index out of three indices used when the object icmpEchoReqTime is queried. Note that this object's value cannot be queried for, this object serves as an input to the agent itself and a query for this object makes no sense.
snmp1.3.6.1.4.1.11.2.13
trap1.3.6.1.4.1.11.2.13.1
GAU trapDestinationNum1.3.6.1.4.1.11.2.13.1.1Gaugeread-onlyThe number of trap destinations.
trapDestinationTable1.3.6.1.4.1.11.2.13.1.2not-accessibleList of addresses to which the agent sends traps.
trapDestinationEntry1.3.6.1.4.1.11.2.13.1.2.1not-accessibleEach entry contains the address of a management station.
IP trapDestination1.3.6.1.4.1.11.2.13.1.2.1.1IpAddressread-writeAddress to which the agent sends traps.
snmpdConf1.3.6.1.4.1.11.2.13.2
INT snmpdConfRespond1.3.6.1.4.1.11.2.13.2.1INTEGERread-writeThe SNMP agent was configured to respond to all objects if snmpdConfRespond is true. HP-Internal use only.
INT snmpdReConfigure1.3.6.1.4.1.11.2.13.2.2INTEGERread-writeThe agent will re-configure itself if snmpdReConfigure is set to reset(1)
INT snmpdFlag1.3.6.1.4.1.11.2.13.2.3INTEGERread-onlyIndicates the capability of the agent.
INT snmpdLogMask1.3.6.1.4.1.11.2.13.2.4INTEGERread-writeThe agent's log mask.
INT snmpdVersion1.3.6.1.4.1.11.2.13.2.5INTEGERread-onlyThe agent's version number.
INT snmpdStatus1.3.6.1.4.1.11.2.13.2.6INTEGERread-writeIndicates the status of the agent. Setting the agent to down will kill it.
INT snmpdSize1.3.6.1.4.1.11.2.13.2.7INTEGERread-onlyThe amount of memory the agent has allocated.
STR snmpdWhatString1.3.6.1.4.1.11.2.13.2.9DisplayStringread-onlyThe what string of the agent.
authfail1.3.6.1.4.1.11.2.13.4
authFailTable1.3.6.1.4.1.11.2.13.4.1not-accessibleList of managers that caused an authentication failure. This list has a maximum size.
authFailEntry1.3.6.1.4.1.11.2.13.4.1.1not-accessibleEach entry contains the ip address of the management station.
IP authIpAddress1.3.6.1.4.1.11.2.13.4.1.1.1IpAddressread-onlyThe ip address of the management station that sent a request to the agent with an incorrect community name.
TIK authTime1.3.6.1.4.1.11.2.13.4.1.1.2TimeTicksread-onlyThe time since the agent received the un-authenticated request.
OCT authCommunityName1.3.6.1.4.1.11.2.13.4.1.1.3OCTET STRINGread-onlyThe community name used in the request
openView1.3.6.1.4.1.11.2.17
hpOpenView1.3.6.1.4.1.11.2.17.1
openViewTrapVars1.3.6.1.4.1.11.2.17.2
INT openViewSourceId1.3.6.1.4.1.11.2.17.2.1INTEGERnot-accessibleThe identifier of the software generating the trap/event. This number is used by HP OpenView software when it sends an event to the OpenView event system. It identifies which software component sent the event. This object cannot be retrieved from the SNMP agent.
OCT openViewSourceName1.3.6.1.4.1.11.2.17.2.2OCTET STRINGnot-accessibleThe source of the event (may not be the machine upon which the event was generated). This string is used by HP OpenView software when it sends an event. It identifies for which source (node) the event is generated. This object cannot be retrieved from the SNMP agent.
OCT openViewObjectId1.3.6.1.4.1.11.2.17.2.3OCTET STRINGnot-accessibleThe OpenView object identifier associated with the source of the trap/event. This object cannot be retrieved from the SNMP agent.
OCT openViewData1.3.6.1.4.1.11.2.17.2.4OCTET STRINGnot-accessibleAny miscellaneous data sent with an OpenView trap/event. This object cannot be retrieved from the SNMP agent.
OCT openViewSeverity1.3.6.1.4.1.11.2.17.2.5OCTET STRINGnot-accessibleThe OpenView event severity associated with the trap/event. This object cannot be retrieved from the SNMP agent.
OCT openViewCategory1.3.6.1.4.1.11.2.17.2.6OCTET STRINGnot-accessibleThe OpenView event category associated with the trap/event. This object cannot be retrieved from the SNMP agent.
OCT openViewFilter1.3.6.1.4.1.11.2.17.2.7OCTET STRINGnot-accessibleThe event filter for an application connecting to the OpenView event system. This object cannot be retrieved from the SNMP agent.
OCT openViewEntity1.3.6.1.4.1.11.2.17.2.8OCTET STRINGnot-accessibleThe entity (string name) of an application connecting to the OpenView event system. This object cannot be retrieved from the SNMP agent.
OCT openViewAddress1.3.6.1.4.1.11.2.17.2.9OCTET STRINGnot-accessibleThe IP address of the node from where an application is connecting to the OpenView event system. This object cannot be retrieved from the SNMP agent.
OCT openViewPid1.3.6.1.4.1.11.2.17.2.10OCTET STRINGnot-accessibleThe process ID of an application connecting to the OpenView event system. This object cannot be retrieved from the SNMP agent.

RFC description

Monitors HP Unix system metrics including uptime, user count, CPU load, processes, files systems, and network interfaces.

Start monitoring HP-UX Unix servers with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download HP-UNIX