Patch-ID# 109039-13 Keywords: sunatm lane lanesetup ba ilmid laner mib snoop snmp security Synopsis: SunATM 5.0: bug fixes Date: Jun/21/2004 Install Requirements: Reboot after installation Solaris Release: 8 SunOS Release: 5.8 Unbundled Product: SunATM Unbundled Release: 5.0 Xref: Topic: Relevant Architectures: sparc BugId's fixed with this patch: 4013267 4293696 4298441 4307734 4310908 4318419 4319841 4323389 4326674 4329223 4334694 4336975 4337249 4344263 4345710 4350131 4353753 4378945 4409595 4414798 4451930 4478522 4497463 4641068 4683169 4696218 4764845 4777601 4801725 4827087 4866693 4895651 4940441 5044059 5050792 Changes incorporated in this version: 5050792 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: /etc/opt/SUNWconn/atm/bin/atmifconfig /etc/opt/SUNWconn/atm/bin/atmsetup /etc/opt/SUNWconn/atm/bin/atmsnmpd /etc/opt/SUNWconn/atm/bin/atmsnoop /etc/opt/SUNWconn/atm/bin/atmstat /etc/opt/SUNWconn/atm/bin/ilmid /etc/opt/SUNWconn/atm/bin/lanearp /etc/opt/SUNWconn/atm/bin/lanesetup /kernel/drv/aar /kernel/drv/ba /kernel/drv/lane /kernel/drv/laner /kernel/drv/q93b /kernel/drv/sparcv9/aar /kernel/drv/sparcv9/ba /kernel/drv/sparcv9/lane /kernel/drv/sparcv9/laner /kernel/drv/sparcv9/q93b /kernel/mod/atmip /kernel/mod/sparcv9/atmip /kernel/mod/sparcv9/sscop /kernel/mod/sscop /opt/SUNWconn/atm/examples/Makefile /opt/SUNWconn/atm/examples/alntest.c /opt/SUNWconn/atm/examples/dltst.c /opt/SUNWconn/atm/examples/raw.c /opt/SUNWconn/atm/include/atm/atmioctl.h /opt/SUNWconn/atm/man/man1m/atmsnoop.1m /opt/SUNWconn/atm/snmp/atmf.mib /opt/SUNWconn/atm/snmp/lane.mib /opt/SUNWconn/include/atm/atmioctl.h /opt/SUNWconn/man/man1m/atmsnoop.1m /etc/opt/SUNWconn/atm/bin/aarstat Problem Description: 5050792 atm patch 109039-12 panic with Deadlock: cycle in blocking chain (from 109039-12) 4777601 system panic when running ttcp+plumb/unplumb loop on lane+cip interfaces 5044059 need asynchronous link state change notification (from 109039-11) 4801725 atmstat baN returns ioctl error 4866693 The supplied example code exaggerates the throughput 4940441 Error messages from atmsnmpd on ixe 4895651 lanesetup does not set the broadcast address 4827087 System cores while running lane (from 109039-10) 4683169 ATM driver gives BADACK warning message while attaching 4696218 atmsnoop is not showing packets because the atm driver drops it (no listener). 4764845 ATM does not configure SDH mode through atmconfig (from 109039-09) 4641068 atmsnmpd crashes due to improper handling of malicious SNMPv1 request PDUs (from 109039-08) 4319841 End users experience 4 second delay after 5 minutes of inactivity (from 109039-07) 4451930 Panic when ifconfig ba0 down, while atmtest is running. 4409595 atm4.0u1: atmsnmpd cannot handle long lines in /etc/hosts 4414798 Panic due to assertion failure when running ttcp tests on a E6000 4497463 lane driver memory leakage 4478522 ATM 5.0 Patch05 atmsnoop dumps core 4013267 DDI_DETACH of hme will occur while busy, cause panic (from 109039-06) 4378945 BADACK messages on Serengeti Console during SunVTS test (from 109039-05) 4345710 atmsnoop: segmentation violation on -i option 4350131 atm fails to start on s9 4353753 atmf.mib is unable to be imported into HPOV (from 109039-04) 4323389 panic from "atmstat" with incorrect netmask for classical IP 4336975 When doing snmpget the counter does not rollover 4337249 q93b + reconfig boot causes panic upon CPR, even if no ATM hw present 4344263 excalibur panics when routing between an atm and 4 qfe clients (from 109039-03) 4310908 bad trap in laner:aar_build_aarpd_arp_msg 4326674 repeated atmifconfig lane0 plumb causes bad trap 4329223 invalid value for "Error status" 4334694 logical interfaces do not work in atm 5.0 lan emulation (from 109039-02) 4318419 System crash during installation. (from 109039-01) 4293696 System Panic when ATM interfaces unplumbed while ttcp tests running 4298441 lanesetup dumps core if run without plumbing option 4307734 System crash in lane driver Patch Installation Instructions: -------------------------------- For Solaris 8 release, 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: ----------------------------- After installing this patch, reboot the system to load the newly installed drivers and module. If a reboot is not feasible, it is possible to load the new drivers and module as described below. This will disrupt ATM service on all interfaces in the system, however. 1) Stop all ATM interfaces by executing '/etc/init.d/sunatm stop'. 2) Find the module id for the aar driver: # modinfo|grep aar 177 102bc3b7 23943 163 1 aar (AAR Streams Driver V1.1) The module id is in the first column; in this case, 177. 3) Unload the old aar driver, specifying its module id: # modunload -i 177 4) Repeat steps 2 and 3 for ba, lane, laner, q93b, and atmip. 5) Restart the ATM interfaces by executing '/etc/init.d/sunatm start'. This will automatically load the new drivers. README -- Last modified date: Monday, June 21, 2004