Patch Name: PHNE_18940 Patch Description: s700 10.20 STREAMS cumulative patch (includes XTI/TLI) Creation Date: 99/06/22 Post Date: 99/06/29 Warning: 99/07/12 - This Critical Warning has been issued by HP. - PHNE_18940 introduces a problem that can cause system panics with various kernel subsystems. The patch introduces random kernel memory data corruption on the 128-byte bucket, which results in the system panics. - The problem has been observed with both OTS and SNAplus subsystems, but others may be affected as well. - HP recommends that PHNE_18940 be removed from all systems on which it has been installed. The patch should also be removed from all software depots that contain it. - The problem does not exist in the superseded patch, PHNE_15202. PHNE_15202 will be re-released until a replacement patch is available. HP recommends that PHNE_15202 be installed on all systems after PHNE_18940 is removed. Hardware Platforms - OS Releases: s700: 10.20 Products: N/A Filesets: Streams.STREAMS-RUN Streams.STREAMS-KRN Automatic Reboot?: Yes Status: General Release With Warnings Critical: Yes PHNE_18940: PANIC PHNE_15202: PANIC PHNE_12710: PANIC PHNE_11898: PANIC PHNE_9059: PANIC PHNE_8492: PANIC Path Name: /hp-ux_patches/s700/10.X/PHNE_18940 Symptoms: PHNE_18940: Panic - kalloc() "uprintf()" err msg causes huge amount of STREAMS message allocation. This typically occurs with an rlogin session and with a file system becoming full. PHNE_15202: Code that runs under UP emulation that interacts with the blockable scheduler (right now, tpiso) may not be properly protected. PHNE_14505: When a uprintf is done within a system call, the return value can be corrupted. PHNE_14187: 1. Change csq_cleanup panic to assert for panic reduction. 2. t_look does not return T_GODATA and T_GOEXDATA. PHNE_13265: When linking with libnsl_s.a, an undefined symbol (t_ilook) is detected. PHNE_12710: process hangs in close or poll or a panic due to memory corruption PHNE_12559: memory leak in XTI library PHNE_11898: hpstreams_option1 panics because of an uninitialized variable PHNE_10521: t_snd() reports incorect number of bytes sent when in asynchronous mode (O_NONBLOCK is set) and TFLOW occurs. PHNE_9059: When using high-speed networking it is possible to have the streams stack call back into itself multiple times. If the drivers and modules in use have a deep execution stack then the kernel stack size may be exceeded resulting in a panic. PHNE_8492: In an environment where multiple streams are being built and torn down rapidly a panic can occur in the STREAMS code. Defect Description: PHNE_18940: If filesystem becomes full in an HFS LVM, the HFS kernel code will generate an error message via: uprintf("\n%s: write failed, file system is full\n", fs->fs_fsmnt); uprintf() will determine the associated process controlling tty and push the "/logs: write failed, file system is full" message out to it one(1) character at a time. Since the controlling tty is a STREAMS-based PTY in this case, these one(1) character transfers end up becoming separate message blocks that point to 1 character data blocks ---- consuming a 256 byte kernel memory allocation for each one. Resolution: Fix in 'hpstreams_option1()'. Send message downstream if it is High_Priority or there's room in "ldterm" WQ; otherwise, set "error", free the 'mp', and leave the function. PHNE_15202: UP-emulated streams send their work to the UP scheduler. Modules/drivers that use the blockable scheuler send their work to the blockable scheduler. When a stream required both blocking and UP-emulation, there was an incompatability and the UP code could end up running concurrently on multiple processors. PHNE_14505: uprintf ultimately calls hpstreams_option1, which resets u.u_rval1; however, no callers of this routine expect a return value to be set there. PHNE_14187: 1. Eliminate unnecessary panic in csq_cleanup() as part of panic reduction program. 2. t_snd() was not setting flag after TFLOW for t_look to flag that has been a TFLOW condition. PHNE_13265: Due to a library compilation error, the symbol t_ilook is referenced but not defined. PHNE_12710: Several problems are fixed here. A race between close and a service routine could hang a process. There was also a potential hang in poll due to a race. Finally, a mishandled list in osr_run could cause memory corruption. PHNE_12559: The library allocates memory and does not free it. PHNE_11898: Drivers calling uprintf could cause a panic under certain circumstances because of an uninitialized variable. PHNE_10521: XTI and TLI applications may experience apparent data corruption. This occurs only when the application sends data using t_snd in asynchronous mode (O_NONBLOCK is set) and t_snd returns fewer bytes than passed, with t_errno set to TFLOW. In this case, the number of bytes reported to have been sent is incorrect. PHNE_9059: This problem was found with drivers and modules that employ a very deep execution stack PHNE_8492: In a situation where a STREAM is being closed, there is a window where other STREAM activity taking place on behalf of a different user process can cause the machine to panic. SR: 1653250332 4701348706 5003328617 1653217901 5003408732 4701390484 4701411280 Patch Files: /usr/lib/libnsl_s.1 /usr/lib/libnsl_s.a /usr/lib/libxti.1 /usr/lib/libxti.a /usr/lib/libxnet.1 /usr/conf/lib/libstream.a what(1) Output: /usr/conf/lib/libstream.a: STREAMS: Revision: A.10.20 PHNE_18940 (700) PHNE_189 39 (800) 99/06/16 /usr/lib/libnsl_s.1: $RCSfile: iostate.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:26:22 $ $RCSfile: tblock.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:07 $ $RCSfile: tfixup.c,v $ $Revision: 1.4.116.2 $ (OSF) $Date: 97/09/23 13:59:39 $ $RCSfile: tlook.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:53:52 $ $RCSfile: tnblock.c,v $ $Revision: 1.2.116.1 $ (OSF) $Date: 95/10/17 15:53:55 $ STREAMS: Revision: B.10.10 $Date: 96/05/09 1 1:26:13 $ $RCSfile: taccept.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:52:58 $ $RCSfile: talloc.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:53:01 $ $RCSfile: tbind.c,v $ $Revision: 1.4.116.1 $ (OSF) $ Date: 95/10/17 15:53:04 $ $RCSfile: tclose.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:09 $ $RCSfile: tconnect.c,v $ $Revision: 1.3.116.3 $ (OSF ) $Date: 96/05/08 17:19:54 $ $RCSfile: terror.c,v $ $Revision: 1.3.116.2 $ (OSF) $Date: 95/11/08 11:26:33 $ $RCSfile: terrnolst.c,v $ $Revision: 1.3.116.1 $ (OS F) $Date: 95/10/17 15:53:23 $ $RCSfile: tfree.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:53:31 $ $RCSfile: tgetinfo.c,v $ $Revision: 1.4.116.1 $ (OSF ) $Date: 95/10/17 15:53:36 $ $RCSfile: tgetst.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:39 $ $RCSfile: tlisten.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:53:49 $ $RCSfile: topen.c,v $ $Revision: 1.4.116.2 $ (OSF) $ Date: 96/04/10 10:07:49 $ $RCSfile: toptmgmt.c,v $ $Revision: 1.4.116.1 $ (OSF ) $Date: 95/10/17 15:54:00 $ $RCSfile: trcv.c,v $ $Revision: 1.4.116.3 $ (OSF) $D ate: 96/05/08 09:23:47 $ $RCSfile: terrno.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:20 $ $RCSfile: trcvcon.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:06 $ $RCSfile: trcvdis.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:29:12 $ $RCSfile: trcvrel.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:12 $ $RCSfile: trudata.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:15 $ $RCSfile: truderr.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:18 $ $RCSfile: tsnd.c,v $ $Revision: 1.4.116.4 $ (OSF) $D ate: 97/03/24 11:06:49 $ $RCSfile: tsnddis.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:28:17 $ $RCSfile: tsndrel.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:26 $ $RCSfile: tsudata.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:32 $ $RCSfile: tsync.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:54:35 $ $RCSfile: tunbind.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:38 $ $RCSfile: tstrerror.c,v $ $Revision: 1.3.116.1 $ (OS F) $Date: 95/10/17 15:54:29 $ $RCSfile: tgetaddr.c,v $ $Revision: 1.4.116.2 $ (OSF ) $Date: 96/02/14 11:41:45 $ /usr/lib/libxnet.1: $RCSfile: iostate.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:26:22 $ $RCSfile: tblock.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:07 $ $RCSfile: tfixup.c,v $ $Revision: 1.4.116.2 $ (OSF) $Date: 97/09/23 13:59:39 $ $RCSfile: tnblock.c,v $ $Revision: 1.2.116.1 $ (OSF) $Date: 95/10/17 15:53:55 $ STREAMS: Revision: B.10.10 $Date: 96/05/09 1 1:26:13 $ $RCSfile: taccept.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:52:58 $ $RCSfile: talloc.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:53:01 $ $RCSfile: tbind.c,v $ $Revision: 1.4.116.1 $ (OSF) $ Date: 95/10/17 15:53:04 $ $RCSfile: tclose.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:09 $ $RCSfile: tconnect.c,v $ $Revision: 1.3.116.3 $ (OSF ) $Date: 96/05/08 17:19:54 $ $RCSfile: terror.c,v $ $Revision: 1.3.116.2 $ (OSF) $Date: 95/11/08 11:26:33 $ $RCSfile: terrnolst.c,v $ $Revision: 1.3.116.1 $ (OS F) $Date: 95/10/17 15:53:23 $ $RCSfile: tfree.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:53:31 $ $RCSfile: tgetinfo.c,v $ $Revision: 1.4.116.1 $ (OSF ) $Date: 95/10/17 15:53:36 $ $RCSfile: tgetst.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:39 $ $RCSfile: tlisten.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:53:49 $ $RCSfile: tlook.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:53:52 $ $RCSfile: topen.c,v $ $Revision: 1.4.116.2 $ (OSF) $ Date: 96/04/10 10:07:49 $ $RCSfile: toptmgmt.c,v $ $Revision: 1.4.116.1 $ (OSF ) $Date: 95/10/17 15:54:00 $ $RCSfile: trcv.c,v $ $Revision: 1.4.116.3 $ (OSF) $D ate: 96/05/08 09:23:47 $ $RCSfile: terrno.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:20 $ $RCSfile: trcvcon.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:06 $ $RCSfile: trcvdis.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:29:12 $ $RCSfile: trcvrel.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:12 $ $RCSfile: trudata.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:15 $ $RCSfile: truderr.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:18 $ $RCSfile: tsnd.c,v $ $Revision: 1.4.116.4 $ (OSF) $D ate: 97/03/24 11:06:49 $ $RCSfile: tsnddis.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:28:17 $ $RCSfile: tsndrel.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:26 $ $RCSfile: tsudata.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:32 $ $RCSfile: tsync.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:54:35 $ $RCSfile: tunbind.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:38 $ $RCSfile: tgetaddr.c,v $ $Revision: 1.4.116.2 $ (OSF ) $Date: 96/02/14 11:41:45 $ $RCSfile: tstrerror.c,v $ $Revision: 1.3.116.1 $ (OS F) $Date: 95/10/17 15:54:29 $ /usr/lib/libxti.1: $RCSfile: iostate.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:26:22 $ $RCSfile: tblock.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:07 $ $RCSfile: tfixup.c,v $ $Revision: 1.4.116.2 $ (OSF) $Date: 97/09/23 13:59:39 $ $RCSfile: tnblock.c,v $ $Revision: 1.2.116.1 $ (OSF) $Date: 95/10/17 15:53:55 $ STREAMS: Revision: B.10.10 $Date: 96/05/09 1 1:26:13 $ $RCSfile: taccept.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:52:58 $ $RCSfile: talloc.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:53:01 $ $RCSfile: tbind.c,v $ $Revision: 1.4.116.1 $ (OSF) $ Date: 95/10/17 15:53:04 $ $RCSfile: tclose.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:09 $ $RCSfile: tconnect.c,v $ $Revision: 1.3.116.3 $ (OSF ) $Date: 96/05/08 17:19:54 $ $RCSfile: terror.c,v $ $Revision: 1.3.116.2 $ (OSF) $Date: 95/11/08 11:26:33 $ $RCSfile: terrnolst.c,v $ $Revision: 1.3.116.1 $ (OS F) $Date: 95/10/17 15:53:23 $ $RCSfile: tfree.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:53:31 $ $RCSfile: tgetinfo.c,v $ $Revision: 1.4.116.1 $ (OSF ) $Date: 95/10/17 15:53:36 $ $RCSfile: tgetst.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:39 $ $RCSfile: tlisten.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:53:49 $ $RCSfile: tlook.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:53:52 $ $RCSfile: topen.c,v $ $Revision: 1.4.116.2 $ (OSF) $ Date: 96/04/10 10:07:49 $ $RCSfile: toptmgmt.c,v $ $Revision: 1.4.116.1 $ (OSF ) $Date: 95/10/17 15:54:00 $ $RCSfile: trcv.c,v $ $Revision: 1.4.116.3 $ (OSF) $D ate: 96/05/08 09:23:47 $ $RCSfile: terrno.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:20 $ $RCSfile: trcvcon.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:06 $ $RCSfile: trcvdis.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:29:12 $ $RCSfile: trcvrel.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:12 $ $RCSfile: trudata.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:15 $ $RCSfile: truderr.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:18 $ $RCSfile: tsnd.c,v $ $Revision: 1.4.116.4 $ (OSF) $D ate: 97/03/24 11:06:49 $ $RCSfile: tsnddis.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:28:17 $ $RCSfile: tsndrel.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:26 $ $RCSfile: tsudata.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:32 $ $RCSfile: tsync.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:54:35 $ $RCSfile: tunbind.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:38 $ $RCSfile: tgetaddr.c,v $ $Revision: 1.4.116.2 $ (OSF ) $Date: 96/02/14 11:41:45 $ $RCSfile: tstrerror.c,v $ $Revision: 1.3.116.1 $ (OS F) $Date: 95/10/17 15:54:29 $ /usr/lib/libnsl_s.a: $RCSfile: iostate.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:26:22 $ STREAMS: Revision: B.10.10 $Date: 96/05/09 1 1:26:13 $ $RCSfile: taccept.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:52:58 $ $RCSfile: talloc.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:53:01 $ $RCSfile: tbind.c,v $ $Revision: 1.4.116.1 $ (OSF) $ Date: 95/10/17 15:53:04 $ $RCSfile: tblock.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:07 $ $RCSfile: tclose.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:09 $ $RCSfile: tconnect.c,v $ $Revision: 1.3.116.3 $ (OSF ) $Date: 96/05/08 17:19:54 $ $RCSfile: terror.c,v $ $Revision: 1.3.116.2 $ (OSF) $Date: 95/11/08 11:26:33 $ $RCSfile: terrnolst.c,v $ $Revision: 1.3.116.1 $ (OS F) $Date: 95/10/17 15:53:23 $ $RCSfile: tfixup.c,v $ $Revision: 1.4.116.2 $ (OSF) $Date: 97/09/23 13:59:39 $ $RCSfile: tfree.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:53:31 $ $RCSfile: tgetinfo.c,v $ $Revision: 1.4.116.1 $ (OSF ) $Date: 95/10/17 15:53:36 $ $RCSfile: tgetst.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:39 $ $RCSfile: tlisten.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:53:49 $ $RCSfile: tlook.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:53:52 $ $RCSfile: tnblock.c,v $ $Revision: 1.2.116.1 $ (OSF) $Date: 95/10/17 15:53:55 $ $RCSfile: topen.c,v $ $Revision: 1.4.116.2 $ (OSF) $ Date: 96/04/10 10:07:49 $ $RCSfile: toptmgmt.c,v $ $Revision: 1.4.116.1 $ (OSF ) $Date: 95/10/17 15:54:00 $ $RCSfile: trcv.c,v $ $Revision: 1.4.116.3 $ (OSF) $D ate: 96/05/08 09:23:47 $ $RCSfile: terrno.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:20 $ $RCSfile: trcvcon.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:06 $ $RCSfile: trcvdis.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:29:12 $ $RCSfile: trcvrel.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:12 $ $RCSfile: trudata.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:15 $ $RCSfile: truderr.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:18 $ $RCSfile: tsnd.c,v $ $Revision: 1.4.116.4 $ (OSF) $D ate: 97/03/24 11:06:49 $ $RCSfile: tsnddis.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:28:17 $ $RCSfile: tsndrel.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:26 $ $RCSfile: tsudata.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:32 $ $RCSfile: tsync.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:54:35 $ $RCSfile: tunbind.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:38 $ $RCSfile: tstrerror.c,v $ $Revision: 1.3.116.1 $ (OS F) $Date: 95/10/17 15:54:29 $ $RCSfile: tgetaddr.c,v $ $Revision: 1.4.116.2 $ (OSF ) $Date: 96/02/14 11:41:45 $ /usr/lib/libxti.a: $RCSfile: iostate.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:26:22 $ STREAMS: Revision: B.10.10 $Date: 96/05/09 1 1:26:13 $ $RCSfile: taccept.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:52:58 $ $RCSfile: talloc.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:53:01 $ $RCSfile: tbind.c,v $ $Revision: 1.4.116.1 $ (OSF) $ Date: 95/10/17 15:53:04 $ $RCSfile: tblock.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:07 $ $RCSfile: tclose.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:09 $ $RCSfile: tconnect.c,v $ $Revision: 1.3.116.3 $ (OSF ) $Date: 96/05/08 17:19:54 $ $RCSfile: terror.c,v $ $Revision: 1.3.116.2 $ (OSF) $Date: 95/11/08 11:26:33 $ $RCSfile: terrnolst.c,v $ $Revision: 1.3.116.1 $ (OS F) $Date: 95/10/17 15:53:23 $ $RCSfile: tfixup.c,v $ $Revision: 1.4.116.2 $ (OSF) $Date: 97/09/23 13:59:39 $ $RCSfile: tfree.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:53:31 $ $RCSfile: tgetinfo.c,v $ $Revision: 1.4.116.1 $ (OSF ) $Date: 95/10/17 15:53:36 $ $RCSfile: tgetst.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:39 $ $RCSfile: tlisten.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:53:49 $ $RCSfile: tlook.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:53:52 $ $RCSfile: tnblock.c,v $ $Revision: 1.2.116.1 $ (OSF) $Date: 95/10/17 15:53:55 $ $RCSfile: topen.c,v $ $Revision: 1.4.116.2 $ (OSF) $ Date: 96/04/10 10:07:49 $ $RCSfile: toptmgmt.c,v $ $Revision: 1.4.116.1 $ (OSF ) $Date: 95/10/17 15:54:00 $ $RCSfile: trcv.c,v $ $Revision: 1.4.116.3 $ (OSF) $D ate: 96/05/08 09:23:47 $ $RCSfile: terrno.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:20 $ $RCSfile: trcvcon.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:06 $ $RCSfile: trcvdis.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:29:12 $ $RCSfile: trcvrel.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:12 $ $RCSfile: trudata.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:15 $ $RCSfile: truderr.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:18 $ $RCSfile: tsnd.c,v $ $Revision: 1.4.116.4 $ (OSF) $D ate: 97/03/24 11:06:49 $ $RCSfile: tsnddis.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:28:17 $ $RCSfile: tsndrel.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:26 $ $RCSfile: tsudata.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:32 $ $RCSfile: tsync.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:54:35 $ $RCSfile: tunbind.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:38 $ $RCSfile: tgetaddr.c,v $ $Revision: 1.4.116.2 $ (OSF ) $Date: 96/02/14 11:41:45 $ $RCSfile: tstrerror.c,v $ $Revision: 1.3.116.1 $ (OS F) $Date: 95/10/17 15:54:29 $ cksum(1) Output: 3254226642 98304 /usr/lib/libnsl_s.1 1942589976 116588 /usr/lib/libnsl_s.a 468085283 401556 /usr/conf/lib/libstream.a 2943548218 102400 /usr/lib/libxnet.1 3030503408 98304 /usr/lib/libxti.1 297747377 119424 /usr/lib/libxti.a Patch Conflicts: None Patch Dependencies: s700: 10.20: PHKL_12610 Hardware Dependencies: None Other Dependencies: None Supersedes: PHNE_8492 PHNE_9059 PHNE_10521 PHNE_11898 PHNE_12559 PHNE_12710 PHNE_13265 PHNE_14187 PHNE_14505 PHNE_15202 Equivalent Patches: PHNE_18939: s800: 10.20 PHNE_18075: s800: 11.00 Patch Package Size: 980 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_18940 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHNE_18940.depot 5b. For a homogeneous NFS Diskless cluster run swcluster on the server to install the patch on the server and the clients: swcluster -i -b This will invoke swcluster in the interactive mode and force all clients to be shut down. WARNING: All cluster clients must be shut down prior to the patch installation. Installing the patch while the clients are booted is unsupported and can lead to serious problems. The swcluster command will invoke an swinstall session in which you must specify: alternate root path - default is /export/shared_root/OS_700 source depot path - /tmp/PHNE_18940.depot To complete the installation, select the patch by choosing "Actions -> Match What Target Has" and then "Actions -> Install" from the Menubar. 5c. For a heterogeneous NFS Diskless cluster: - run swinstall on the server as in step 5a to install the patch on the cluster server. - run swcluster on the server as in step 5b to install the patch on the cluster clients. By default swinstall will archive the original software in /var/adm/sw/patch/PHNE_18940. 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_18940.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_18940.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: None