Patch Name: PHNE_25245 Patch Description: s700_800 10.24 (VVOS) Telnet kernel cumulative patch Creation Date: 01/09/17 Post Date: 01/09/25 Hardware Platforms - OS Releases: s700: 10.24 s800: 10.24 Products: N/A Filesets: Networking.NET-KRN Automatic Reboot?: Yes Status: General Release Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHNE_25245 Symptoms: PHNE_25245: Port HP-UX patch PHNE_13413 to VVOS Based on HP-UX patch PHNE_13413: The following symptoms correspond to the descriptions in the defect descriptions field for PHNE_13413: 1. Slow throughput downloading continuous large amounts of data over telnet connection. Based on HP-UX patch PHNE_9122: The following symptoms correspond to the descriptions in the defect descriptions field for PHNE_9122: 1. The kernel portion of the Telnet server drops data on a connection while attempting to receive data from the Telnet client associated with that connection. Defect Description: PHNE_25245: Port HP-UX patch PHNE_13413 to VVOS Based on HP-UX patch PHNE_13413: The following defect descriptions are for PHNE_13413: 1. Currently in output, kernel telnet implements a delay which forces small amounts of data to coalesce before putting them into a packet, since sending too many small packets quickly may overload a system. This delay is causing slow throughput for large amounts of data output. This patch allows use of OUT_NO_DELAY option from telnetd to remove the delay in kernel telnet during output. ** For 10.30 and later releases, the implementation of telnet is changed so that throughput is increased, so the telnetd option will no longer will needed and will not be valid.** Based on HP-UX patch PHNE_9122: The following defect descriptions are for PHNE_9122: 1. The problem is that an instance of nvs_input and an instance of tcp_input are executing at the same time and nvs_input is using a socket buffer as tcp_input is modifying that socket buffer. This causes a situation in which nvs_input attempts socket buffer data drops (sbdrop) using stale socket buffer data. SR: 5003395004 5003342634 Patch Files: /usr/conf/lib/libinet.a(tty_nvs.o) what(1) Output: /usr/conf/lib/libinet.a(tty_nvs.o): tty_nvs.c.c $Revision: 1.7.112.6 $ $Date: 98/02/17 1 5:44:16 $ PHNE_13413 cksum(1) Output: 573080490 8396 /usr/conf/lib/libinet.a(tty_nvs.o) Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: None Equivalent Patches: PHNE_13413: s700: 10.20 s800: 10.20 Patch Package Size: 70 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_25245 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHNE_25245.depot By default swinstall will archive the original software in /var/adm/sw/patch/PHNE_25245. 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_25245.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_25245.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: To be able to use the features from this patch, the telnetd patch, PHNE_25217, needs to be installed also.