Patch-ID# 119046-01 Keywords: linux rhel2.1 snmp toobig ip wait Synopsis: linux Redhat RHEL2.1: Java Dynamic Management Kit 5.1 patch Date: Mar/09/2005 Install Requirements: Additional instructions may be listed below Solaris Release: Note: Redhat SunOS Release: Note: RHEL2.1 Unbundled Product: Java Dynamic Management Kit Unbundled Release: 5.1 Xref: patch available for solaris sparc and x86 as patch 119044-01 and for windows 2000 and XP as patch 119045-01 Topic: Relevant Architectures: i386 BugId's fixed with this patch: 2122376 2122390 2122444 Changes incorporated in this version: 2122376 2122390 2122444 Patches accumulated and obsoleted by this patch: Patches which conflict with this patch: Patches required with this patch: Obsoleted by: Files included with this patch: Note: sun-jdmk-runtime-5.1-34.1.i386.rpm sun-jdmk-runtime-jmx-5.1-34.1.i386.rpm sun-jdmk-sdk-5.1-34.1.i386.rpm Problem Description: 2122444 JDMK 5.1 Snmp Manager can't detect Virtual IP in HA Environment 2122390 The SnmpTimerServer thread never seems to be blocked on its waitQ . 2122376 Snmp tooBig error in JDMK 5.1 Patch Installation Instructions: -------------------------------- Before installing this patch, you need to remove JDMK 5.1 product with: # rpm -e sun-jdmk-runtime-5.1-34.1 # rpm -e sun-jdmk-runtime-jmx-5.1-34.1 # rpm -e sun-jdmk-sdk-5.1-34.1 To install this patch, you need to execute: # rpm -ivh sun-jdmk-runtime-5.1-34.1.i386.rpm # rpm -ivh sun-jdmk-runtime-jmx-5.1-34.1.i386.rpm # rpm -ivh sun-jdmk-sdk-5.1-34.1.i386.rpm Special Install Instructions: ----------------------------- *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- To use the fix for the RFE 2122444 new constructors have been added: ------------------------------------------------------------------- ------------------------------------------------------ There are new constructors in the class com.sun.management.snmp.manager.SnmpSessionSnmpSession ------------------------------------------------------ public SnmpSession(SnmpEngineParameters parameters, SnmpEngineFactory factory, String name, SnmpPeer apeer, InetSocketAddress localaddress) throws SnmpStatusException, IllegalArgumentException public SnmpSession (SnmpEngineParameters parameters, SnmpEngineFactory factory, String name, SnmpPeer apeer, InetAddress localaddress, int port) throws SnmpStatusException, IllegalArgumentException ------------------------------------------------------ There are new constructors in the class javax.management.snmp.manager.SnmpSessionSnmpSession ------------------------------------------------------ public SnmpSession (SnmpEngineParameters parameters, SnmpEngineFactory factory, String name, SnmpPeer apeer, InetSocketAddress localaddress) throws SnmpStatusException, IllegalArgumentException public SnmpSession (SnmpEngineParameters parameters, SnmpEngineFactory factory, String name, SnmpPeer apeer, InetAddress localaddress, int port) throws SnmpStatusException, IllegalArgumentException *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- README -- Last modified date: Wednesday, March 9, 2005