Patch Name: PHSS_26510 Patch Description: s700_800 10.X OV EMANATE14.0 Agent Consolidated Patch Creation Date: 02/04/24 Post Date: 02/04/30 Hardware Platforms - OS Releases: s700: 10.01 10.10 s800: 10.01 10.10 Products: OpenView Emanate 14.0 Filesets: Networking.MASTER,B.10.01 Networking.MASTER,B.10.10 Networking.SUBAGT-HPUNIX,B.10.01 Networking.SUBAGT-HPUNIX,B.10.10 Networking.SUBAGT-MIB2,B.10.01 Networking.SUBAGT-MIB2,B.10.10 OVSNMPAgent.MASTER,B.04.11.00 OVSNMPAgent.MASTER,B.10.26.00 OVSNMPAgent.MASTER,B.10.27.00 OVSNMPAgent.SUBAGT-HPUNIX,B.04.11.00 OVSNMPAgent.SUBAGT-HPUNIX,B.10.26.00 OVSNMPAgent.SUBAGT-HPUNIX,B.10.27.00 OVSNMPAgent.SUBAGT-MIB2,B.04.11.00 OVSNMPAgent.SUBAGT-MIB2,B.10.26.00 OVSNMPAgent.SUBAGT-MIB2,B.10.27.00 OVSNMPAgentMan.AGENT-MAN,B.04.11.00 OVSNMPAgentMan.AGENT-MAN,B.10.26.00 OVSNMPAgentMan.AGENT-MAN,B.10.27.00 Automatic Reboot?: No Status: General Release Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHSS_26510 Symptoms: PHSS_26510: Cumulative Consolidated Patch PHSS_26509: Emanate 14.0 master agent, snmpdm, does not behave properly for large invalid packets PHSS_18491: If MAX_SUBAGENTS is set to greater than 10 in /etc/srconf/agt/snmpd.cnf configuration file, then snmpdm cores. restarting snmpd will change permissions on /etc/SnmpAgent.d/snmpd.conf mib2agt hangs in getmsg() on solaris, when certain interfaces like x25netd are queried. HPUNIX MIB refers to 1.3.6.1.4.1.11.2.13.4.1.1 which is no longer supported. PHSS_16800: IP restriction does not work in snmpd.conf, if more than 1 ipaddress follows IP: or if white space follows IP: An SNMP community string that exists in HP OpenView may allow access to certain SNMP variables. PHSS_15681: The snmpdm process dies and creates a core file during a set operation. When snmpdm is started with "-m FACTORY_TRACE" option all the trace messages are logged into the log file ,making it to grow without bounds. The Mib variable snmpInBadCommunityNames always returns 0. Emanate mib2agt reports ifType as "other" for Sun's hme (100BT) interface Installation of Solaris Agent patches displays the following message - "/etc/snmpd: Command not found." /etc/SnmpAgent.d/snmpd.conf mysteriously becomes world-writable on HP-UX 10.30 and 11.00 PHSS_13979: Successive snmpsets on trapDestination object causes multiple traps to be sent to configured machines when an exception is noticed. snmpdm hangs with CPU utilization > 90%. snmpdm hangs in an infinite loop in solaris. At startup, /usr/sbin/snmpdm creates a file /tmp/snmpd.log. This file is not created safely. Emanate agents do not report the udp port 162 service through the mib. When there is an ipaddress after IP: in snmpd.conf,the first char is eaten up. hp_unixagt reports wrong swap if >2GB. When we try to get FCS MAC address from interfaces.ifTable.ifEntry.ifPhysAddress, or at.atTable.atEntry.atPhysAddress in MIB-II via SNMP, It returns 3 bytes + undefined data(usually 4 byte). If we execute SNMP GetNext to under ifIndex, the next object of ifIndex.3 is incorrect. So the value of ifIndex.3 is returned endlessly. mib2agt on Solaris fails to correctly report the "quad enet" interface. It is reported as "other". PHSS_12658: Unresolvable Ip address cannot be deleted in the trap table. snmpd.conf file permissions always changes to 400 when trap destination entry's are deleted. PHSS_12354: Customer wants IP addr. (& community name) to be logged for SNMP messages that fail authentication. system.sysUpTime returns time since boot while it should return time since network mgmt portion last initialized, that is, time elapsed since SNMP agent start-up. hp.nm.icmp.icmpEchoReq a scalar MIB variable when queried does not return the pkt size, timeout and host ip addr back in the reply, instead the instance is identified by a '.0'. So, problems using data collector as response can't be matched with queries. On SOLARIS the command "snmpdm -mask FACTORY_TRACE" dumps core. More generally (on SOLARIS and HP-UX), the command line option following the option '-mask ' is not recognized by the agent. For example, the following command snmpdm -mask FACTORY_WARN -sysDescr "Just a test run" makes snmpdm not recognize the '-sysDescr' option. PHSS_10833: If arp table is changed using the arp command the change is not reflected in the mib2 sub agent. Also, the ethernet traffic data is not cleared until every 30 seconds. This is visible in xnmgraph PHSS_10715: Arp cache will not be updated properly. logging will be don on 10.x to /tmp/snmpd.log file. Can not add trapdests. Defect Description: PHSS_26510: Cumulative Consolidated Patch Resolution: Cumulative Consolidated Patch PHSS_26509: There were no proper error condition checks for handling invalid packets. Resolution: Required error condition checks are added to handle the invalid packets properly. PHSS_18491: snmpdm used to first allocate memory for 10 subagents and then was reading snmpd.cnf file. Resolution: Now, snmpdm reads snmpd.cnf file and then allocates enough memory for number of subagents configured. The startup of snmpdm resets the access rights according to the umask the user (usually root) has set in his shell environment. Resolution: The access rights set by the use is preserved. getmsg() and putmsg() hang if the streams interface driver does not understand the query parameters. Resolution: if "HP_MIB2_NODELAY" environment variable is set, mib2agt opens the interface device in non-blocking mode. The hp unix mib was not updated for a long time. Resolution: hp-unix MIB is updated by removing authenticationFailure subtree and adding more explanation in DESCRIPTION clause. PHSS_16800: One of the previous patches introduced a defect such that only the following line in snmpd.conf file will work : set-community-name: TEST IP:15.15.15.15 however further addresses on the line will not be recognised, and needs to be put on separate lines. Now the fix which introduced this problem is undone in this patch. Now a space is mandatory after IP:,and IP restriction is applied to multiple ipaddress. e.g. set-community-name: TEST IP: 15.15.15.15 10.10.10.10 Resolution: Undone a fix which introduced this problem. An SNMP community string allows access to certain SNMP variables. This problem is fixed in this patch. Resolution: Fixed the defect which allows access to unauthorised users. PHSS_15681: snmpdm used to dump core as a NULL pointer was de-referenced. Resolution: Error Handling has been improved When the snmpdm is invoked with trace option, viz. snmpdm -m FACTORY_TRACE ,it keeps logging trace messages to snmpd.log causing it to grow without limits over a period of time. snmpdm was not checking for the size of log file. Resolution: If the size of snmpd.log exceeds the limit, its contents are moved to snmpd.log.old and snmpd.log is truncated to zero. snmpInBadCommunityNames was not supported. Resolution: Now object snmpInBadCommunityNames is supported. Sun's new hme (100BT) interface was not supported by mib2agt. Resolution: This new "hme" interface is now supported. The problem was in the patch creation script. Resolution: The patch tool has been modified. umask was not set properly. Resolution: Set umask accordingly. PHSS_13979: The authentication failure storm was caused due to trapdest-entry-buffer not being freedup before re-reading the snmpd.conf file. Resolution: The trapdest-entry-buffer was freedup before re-reading the snmpd.conf file. The problem was due to a # immediately after get-community-name: Resolution: File parsing (the snmpd.conf) is improved. The problem was due to uninitialised memory. Resolution: memory is initialised. The possibility that /tmp/snmpd.log could be a symbolic link was not checked. Resolution: Checked for the possibility that /tmp/snmpd.log could be a symbolic link The agent does not report consecutive udp port numbers. Resolution: The lexicographically-next udp port is obtained by doing a proper search. This was because the char pointer was incremented by one. Resolution: Incremented a char pointer suitably. The total kb inswap was not calculated properly. Resolution: Corrected the logic. o_length field in FCS device driver was not set. Resolution: Set the field in the driver mib2agt was not supporting FCS interfaces. Resolution: mib2agt now supports FCS interfaces. mib2agt was not supporting quad-enet interface. Resolution: mib2agt now supports quad-enet interface. PHSS_12658: Unresolvable IP address cannot be deleted. snmpd.conf file is always created with 400 when the trap destination entrys are deleted. Resolution: Corrected the file permissions. PHSS_12354: When SNMP messages fail authentication no information about the culprit, customer wants IP addr. (& community name used) to be logged. Resolution: The fields were logged. system.sysUpTime returns time since boot while as per standards it should return time since network mgmt portion last initialized. That is, time since SNMP agent start-up. Resolution: Returned time since network mgmt portion last initialized. Since it is a scalar MIB variable hp.nm.icmp.icmpEchoReq, when queried does not return the pkt size, timeout and host ip addr used in the query back in the reply, instead the instance is identified by a '.0'. So, problems using data collector as response can't be matched with queries. This MIB variable is designed this way. Resolution: Returned the proper values in the reply. On SOLARIS the command "snmpdm -mask FACTORY_TRACE" dumps core. More generally (on SOLARIS and HP-UX), the command line option following the option '-mask ' is not recognized by the agent. For example, the following command snmpdm -mask FACTORY_WARN -sysDescr "Just a test run" makes snmpdm not recognize the '-sysDescr' option. Resolution: Corrected to recognise options after -mask. PHSS_10833: If any change is made to an existing arp entry it is not reflected in the mib2agt. This happens only in Solaris. But if new arp entries are added that is reflected. Resolution: Made changes in arp entry to be reflected in mib2agt. In HPUX the mib2agt caches the ethernet traffic data for about 30 seconds. The cache gets cleared if interfaces traffic is queried. Resolution: Fixed the problem. PHSS_10715: All are new features provided to the customers. snmpd.log was occuring because of nonavailable check There is a new addition of subagent with this release. trapdest agt MAX entries problem had been fixed which was not available. This contains all previous fixes and provides a consolidated patch. Arp cache problem did not have code to refresh the table. Resolution: Trapdest is now available. SR: 8606242244 4701415745 5003448795 5003458679 1653303537 1653280057 5003409755 4701385229 1653249482 4701388413 4701389205 4000135343 4701380253 4701380261 1653237305 4701381483 5003401679 5003408153 Patch Files: /sbin/init.d/SnmpTrpDst /sbin/init.d/SnmpMib2 /sbin/init.d/SnmpHpunix /opt/OV/newconfig/AGENT-MAN/snmp_mibs/hp-unix /opt/OV/newconfig/MASTER/snmpd.conf /usr/sbin/snmpdm /usr/sbin/trapdestagt /usr/sbin/mib2agt /usr/sbin/hp_unixagt what(1) Output: /sbin/init.d/SnmpTrpDst: None /sbin/init.d/SnmpMib2: None /sbin/init.d/SnmpHpunix: None /opt/OV/newconfig/AGENT-MAN/snmp_mibs/hp-unix: None hp-unix $Date: 1999/06/04 10:10 UTC $ $Revision: /ma in/TORNADO/Doumbek/2 $ None /opt/OV/newconfig/MASTER/snmpd.conf: None /usr/sbin/snmpdm: Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 PATCH PHSS_10715, 970411 PATCH PHSS_8649, 960924 PATCH PHSS_8497, 960910 PATCH PHSS_12354, 970829 PATCH PHSS_13979, 980129 PATCH PHSS_15681, 980619 PATCH PHSS_16800, 981023 PATCH PHSS_18491, 990428 PATCH PHSS_26509, 020419 PATCH PHSS_26510, 020419 HP OpenView Emanate SNMP Agent. sys HPUX 10.X Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 /usr/sbin/trapdestagt: SNMP TrapDest SubAgent PATCH PHSS_12658, 970923 PATCH PHSS_15681, 980619 PATCH PHSS_26510, 020419 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 /usr/sbin/mib2agt: SNMP MIB2 subAgent Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 PATCH PHSS_10833, 970423 PATCH PHSS_10715, 970411 PATCH PHSS_9512, 961211 PATCH PHSS_13979, 980129 PATCH PHSS_15681, 980619 PATCH PHSS_18491, 990428 PATCH PHSS_26510, 020419 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 /usr/sbin/hp_unixagt: SNMP HpUnix SubAgent Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 PATCH PHSS_10715, 970411 PATCH PHSS_9512, 961211 PATCH PHSS_12354, 970829 PATCH PHSS_13979, 980129 PATCH PHSS_26510, 020419 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 Copyright 1992-1996 SNMP Research, Incorporated SNMP Research Distribution version 14.0.0.0 cksum(1) Output: 2949632569 493569 /usr/sbin/snmpdm 272199505 168499 /usr/sbin/trapdestagt 124567544 267048 /usr/sbin/mib2agt 3771346247 209502 /usr/sbin/hp_unixagt 2682097425 6959 /opt/OV/newconfig/MASTER/snmpd.conf 2276865687 33800 /opt/OV/newconfig/AGENT-MAN/snmp_mibs/ hp-unix 294906935 6285 /sbin/init.d/SnmpTrpDst 115163776 6381 /sbin/init.d/SnmpMib2 163544213 6275 /sbin/init.d/SnmpHpunix Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: PHSS_10715 PHSS_10833 PHSS_12354 PHSS_12658 PHSS_13979 PHSS_15681 PHSS_16800 PHSS_18491 PHSS_26509 Equivalent Patches: PSOV_03113: sparcSOL: 2.3 2.4 Patch Package Size: 1250 KBytes Installation Instructions: Please review all instructions and the Hewlett-Packard SupportLine User Guide or your Hewlett-Packard support terms and conditions for precautions, scope of license, restrictions, and, limitation of liability and warranties, before installing this patch. ------------------------------------------------------------ 1. Back up your system before installing a patch. 2. Login as root. 3. Copy the patch to the /tmp directory. 4. Move to the /tmp directory and unshar the patch: cd /tmp sh PHSS_26510 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHSS_26510.depot By default swinstall will archive the original software in /var/adm/sw/patch/PHSS_26510. If you do not wish to retain a copy of the original software, you can create an empty file named /var/adm/sw/patch/PATCH_NOSAVE. WARNING: If this file exists when a patch is installed, the patch cannot be deinstalled. Please be careful when using this feature. It is recommended that you move the PHSS_26510.text file to /var/adm/sw/patch for future reference. To put this patch on a magnetic tape and install from the tape drive, use the command: dd if=/tmp/PHSS_26510.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: This patch supersedes one or more previous patches. If the superseded patches included special installation instructions those instructions can be found below. PHSS_16800: This patch should be reinstalled after installing HP OpenView Network Node Manager.