Patch Name: PHNE_24739 Patch Description: s700 10.26 CORE PCI 100Base-T cumulative patch Creation Date: 01/07/27 Post Date: 01/08/06 Hardware Platforms - OS Releases: s700: 10.26 Products: N/A Filesets: Networking2.CORE100-KRN Networking2.CORE100-RUN Networking2.CORE100-INIT Networking2.CORE100-FMT Automatic Reboot?: Yes Status: General Release Critical: Yes PHNE_24739: PANIC Path Name: /hp-ux_patches/s700/10.X/PHNE_24739 Symptoms: PHNE_24739: System panics due to lot of network traffic PHNE_19737: Ported 10.20 patch PHNE_18763 to TOS. (PHNE_18763) 1. SAM does not support altering speed (10 or 100Mbps) and duplex mode (half or full) settings on the interface. 2. Applications (including lanadmin) receive 10 for 10Mbps or 100 for 100Mbps for the speed value in the ifSpeed field of the mib structure. lanadmin therefore displays 10 or 100 for the interface (link) speed. 3. 'lanadmin -x [nmid]' display does not indicate whether the card is running in the auto-negotiation or manual mode. 4. lanadmin cannot alter the Maximum Transmission Unit (MTU) size value of the interface. 5. Applications do not receive outbound traffic from the interface when they enable promiscuous mode on the interface. 6. lanadmin displays incorrect station address. 7. While compiling 100BT driver, warning message says wrong number of parameters passed in function call. 8. The actual link configuration does not reflect what is manually configured in /etc/rc.config.d/hpbase100. (PHNE_17643) 1.This patch enables new functionality that is part of the 10.20 ACE(Additional Core Enhancements) Workstation bundle, which adds new I/O drivers to support the B1000, C3000, and J5000 systems. 2.Data corrupted during heavy NFS traffic. 3.Under heavy traffic, the card can not receive packets but can send them. 4.Lanadmin(1M) reset caused the system to panic. 5.System panic due to data page fault 6.System hang or system panic due to depletion of memory resources. 7.Incorrect or arbitrary link configuration after cable disconnect at either ends. (PHNE_16293) Lanadmin/lanscan status is incorrect when system boots with cable unplugged. (PHNE_15906) IP multicast functionality does not work after cable disconnect or lanadmin(1M) reset. (PHNE_15759) If AUI port of Core PCI 100Base-T is used, the interface hardware state is occasionally down after system reboot or lanadmin(1M) reset. (PHNE_15538) 1. CORE 100BT incorrectly reports the mib-2 variable ifInOctets. 2. Pings to routers fail occasionally. 3. IP receives packets when network interface is configured down. (PHNE_14270) CORE 100BT hangs when very long packets are received on the interface. Without the promiscuous multicast enabled on the card, IP Multicast traffic to the individual IP multicast addresses is not received. Also, the internal loopback of the multicast packets where the packet length is less than 60 bytes, and data in the packet is distributed over multiple buffers. CORE 100BT can hang on MP workstations under high stress. (PHNE_13675) Under certain conditions, the link hung. (PHNE_12953) Applications attempting to set IP multicast address on the Core PCI 100Base-T network interface will receive error. Applications attempting to enable promiscuous traffic mode on the Core PCI 100Base-T network interface will receive error. Defect Description: PHNE_24739: The System panics when there is a lot of traffic on the network,especially the frequency is more when the SharedPrint Service is on Resolution: Ported the fix from 10.20 PHNE_19737: Ported 10.20 patch PHNE_18763 to TOS. (PHNE_18763) 1. No supporting ioctls were implemented in the driver for SAM to use. Resolution: Implemented the required ioctls that the corresponding code in SAM uses. 2. The driver stores 10 for 10Mbps and 100 for 100Mbps in its local mib related data structures. Resolution: Modified driver code to store 10000000 for 10Mbps and 100000000 for 100Mbps in its local mib data structures. 3. The driver did not provide ioctls for lanadmin to use to obtain the information about the mode (autonegotiation or manual) mode in which it was operating. Resolution: The driver implemented the new ioctl for obtaining the above mode information. 4. The driver did not implement ioctl for lanadmin to use to alter the MTU size value on the interface. Resolution: The driver implemented the new ioctl for changing the MTU size value for the interface. 5. The driver did not implement appropriate functionality which would return a copy of the transmitted packet to the upper protocols. Resolution: The driver implemented appropriate functionality which would return a copy of the transmitted packet to the upper protocols. 6. The driver did not format the station address correctly for 10.20. Resolution: The station address is formated correctly now. 7. 100BT tried to pass 5 parameters to a function that only takes 4 parameters. Resolution: 100BT passes 4 parameters to the function call. 8. The array of link configuration data in /etc/rc.config.d/hpsppci100conf was non-sequential which the startup script (/sbin/init.d/hpsppci100) cannot handle correctly. Resolution: The startup script (/sbin/init.d/hpsppci100) is modified to skip over the missing indices in the array and work through all that are provided. (PHNE_17643) 1.New functionality to support the B1000, C3000, and J5000 systems on HP-UX 10.20. 2.Driver did I/O mapping incorrectly for outbound data. 3.The card might stop receiving packets when receive overrun occurs. 4.Driver did not intialize I/O mapping related variables properly. 5.A null pointer dereference. 6.Buffer memory leak in the receive path in promiscuous multicast mode. 7."Restart Autonegotiation" bit in the Basic Mode Control Register (BMCR) on the PHY chip was not set when initiating autonegotiation. (PHNE_16293) Driver does not set lanadmin/lanscan status correctly when the cable is disconnected. (PHNE_15906) Driver does not restore multicast addresses after reset. (PHNE_15759) When network interface is reset at system reboot or manual reset using lanadmin(1M), the driver sends an external loopback packet out on the AUI port. Driver decides that the AUI port is connected to the cable on reception of the loopback packet. Transmission of the external loopback packet can fail occasionally due to collisions or deferred transmissions during heavy network traffic. Driver was not handling transmission errors of external loopback packets correctly. In such a case, driver will eventually timeout waiting for the reception of loopback packet and sets the hardware state to DOWN. (PHNE_15538) 1. Driver does not update receive statistics. 2. Driver sends packets upstream without checking the configured encapsulation method. 3. Driver does not check interface state flag before passing packets upstream. (PHNE_14270) When a very long packet is received on the CORE 100BT interface, it causes the receive watchdog timer to timeout, resulting in shutdown of the receiver and transmitter, and raising corresponding interrupt to the driver. The driver simply puts out the warning message on the console, but fails to restart the receiver and transmitter. The driver fails to add the individual IP multicast addresses (filters) correctly on the card. Also, for the loopback problem, the driver does not correctly pad to 60 bytes for packets smaller than 60 bytes long. (PHNE_13675) Under certain conditions some subtle errors the receive path of the driver can be exposed causing link failure such as hung link etc. (PHNE_12953) CORE PCI 100Base-T does not support IP Multicasting and the promiscuous - physical, multicast, SAP - traffic. SR: 4701430132 5003466995 1653286500 5003432179 4701398263 1653274019 5003417857 1653249607 5003398834 4701378182 4701373886 Patch Files: /usr/conf/lib/libbtlan3.a /usr/conf/lib/btlan3_dbg.o /usr/lib/lanadmin/libdsbtlan3.sl /sbin/init.d/hpbase100 /usr/newconfig/etc/rc.config.d/hpbase100conf /usr/lib/libfmtbtlan3.sl /usr/lib/nls/msg/C/fmtbtlan3.cat what(1) Output: /usr/conf/lib/libbtlan3.a: 2001/07/25 Hewlett-Packard HP-UX 10.26 TOS [ ic5fx - DAV17 ] 99/09/08 kern/sio/btlan3.c, hpux, hpux_10.26, ic5fx Revision 1.3 PATCH_10.26 (PHNE_19737) /usr/conf/lib/btlan3_dbg.o: 99/09/08 kern/debug/btlan3_dbg.c, hpux, hpux_10.26, ic5fx Revision 1.1 PATCH_10.26 (PHNE_19737) UNMODIFIED /usr/lib/lanadmin/libdsbtlan3.sl: 1999/09/16 Hewlett-Packard HP-UX 10.26 TOS [ ic5dh - DAV17 ] 99/09/08 100btpci/lanadmin/dsbtlan3.c, hpux, hpux_10 .26, ic5dh Revision 1.1 PATCH_10.26 (PHNE_19 741) UNMODIFIED libdsbtlan3.sl: Version: B.10.20 $Date: 99/07/13 16 :25:29 $ /sbin/init.d/hpbase100: $Revision: 1.1 100btpci/scripts/hpbase100, hpux, hpu x_10.26, ic5dh $ $Date: 99/09/08 15:19:56 $ Hewlett-Packard Co. 99/09/08 100btpci/scripts/hpbase100, hpux, hpux_10.2 6, ic5dh Revision 1.1 PATCH_10.26 (PHNE_1974 1) UNMODIFIED hpbase100 $Revision: 1.9 $ $Date: 99/08/19 12:37:17 $ /usr/newconfig/etc/rc.config.d/hpbase100conf: $Revision: 1.1 100btpci/scripts/hpbase100conf, hpux, hpux_10.26, ic5dh $ $Date: 99/09/08 15:20:0 6 $ Hewlett-Packard Co. 99/09/08 100btpci/scripts/hpbase100conf, hpux, hpux_ 10.26, ic5dh Revision 1.1 PATCH_10.26 (PHNE_ 19741) UNMODIFIED hpbase100conf $Revision: 1.1.119.2 $ $Date: 98/04/30 15:32:08 $ /usr/lib/libfmtbtlan3.sl: 99/09/08 100btpci/nettl/subsys_btlan3_fmt.c, hpux, h pux_10.26, ic5dh Revision 1.1 PATCH_10.26 (P HNE_19741) UNMODIFIED BTLAN3: Version: B.10.20 $Date: 99/06/23 11:55 :49 $ /usr/lib/nls/msg/C/fmtbtlan3.cat: None cksum(1) Output: 2070800832 70076 /usr/conf/lib/libbtlan3.a 942603295 174480 /usr/conf/lib/btlan3_dbg.o 2073716647 20480 /usr/lib/lanadmin/libdsbtlan3.sl 388290076 8287 /sbin/init.d/hpbase100 3157656775 1460 /usr/newconfig/etc/rc.config.d/hpbase100conf 4224952229 12288 /usr/lib/libfmtbtlan3.sl 2807786117 13864 /usr/lib/nls/msg/C/fmtbtlan3.cat Patch Conflicts: None Patch Dependencies: s700: 10.26: PHNE_19741 Hardware Dependencies: 9000/700 Other Dependencies: None Supersedes: PHNE_19737 Equivalent Patches: PHNE_24740: s800: 10.26 Patch Package Size: 360 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 PHNE_24739 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHNE_24739.depot By default swinstall will archive the original software in /var/adm/sw/patch/PHNE_24739. 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 PHNE_24739.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/PHNE_24739.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: None