Patch-ID# 119044-01 Keywords: snmp toobig ip wait Synopsis: SunOS 5.8 5.9 5.8_x86 5.9_x86: Java Dynamic Management Kit 5.1 patch Date: Mar/08/2005 Install Requirements: NA Solaris Release: 8 8_x86 9 9_x86 SunOS Release: 5.8 5.8_x86 5.9 5.9_x86 Unbundled Product: Java Dynamic Management Kit Unbundled Release: 5.1 Xref: Topic: Relevant Architectures: all 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: /opt/SUNWjdmk/5.1/lib/jdmkrt.jar /opt/SUNWjdmk/5.1/lib/jdmktk.jar /opt/SUNWjdmk/5.1/lib/legacysnmp.jar 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: -------------------------------- Please refer to the man pages for instructions on using 'patchadd' and 'patchrm' scripts provided with Solaris. Any other special or non-generic installation instructions should be described below as special instructions. The following example installs a patch to a standalone machine: example# patchadd /var/spool/patch/104945-02 The following example removes a patch from a standalone system: example# patchrm 104945-02 For additional examples please see the appropriate man pages. 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: Tuesday, March 8, 2005