Patch Name: PHKL_25494 Patch Description: s700_800 11.20 IPF boot panic, spurious diag messages Creation Date: 01/10/17 Post Date: 01/10/18 Hardware Platforms - OS Releases: s700: 11.20 s800: 11.20 Products: N/A Filesets: OS-Core.CORE2-KRN,fr=B.11.20,fa=HP-UX_B.11.20_64,v=HP Automatic Reboot?: Yes Status: General Release Critical: No (superseded patches were critical) PHKL_24784: PANIC Category Tags: defect_repair general_release critical panic Path Name: /hp-ux_patches/s700_800/11.X/PHKL_25494 Symptoms: PHKL_25494: ( SR:8606218389 CR:JAGad87538 ) Spurious diagnostic messages fill up the message buffer. The message might look like: Line 821 in /ux/core/kern/em/plat/nec/azusa/azusa_psm.c: AzusA_azusa_put_chassis : SAL_PSM failed. ret[0] = 0xfffffffffffffffd. ret[1] = 0xfffffffffffffffd. ret[2] = 103f2fc7" PHKL_24784: ( SR:8606198467 CR:JAGad67657 ) A panic during boot, from init(1m) exiting, occurs when cell 0 is not configured on a u16000. The stack trace would look similar to the following: panic: init died Stack Trace: IP Function Name 0xe00000000047e670 exit+0xff0 0xe00000000049a720 rexit+0x40 0xe000000000445bb0 syscall+0x4b0 Defect Description: PHKL_25494: ( SR:8606218389 CR:JAGad87538 ) Spurious printf's fill up message buffer with diagnostics messages. Resolution: The resolution is to change the way the printf's are displayed. The code was changed so that the put_chassis call that was failing would not timeout and display its error messages. The put_chassis call now functions asynchronously rather than synchronously. PHKL_24784: ( SR:8606198467 CR:JAGad67657 ) The CORE I/O card was incorrectly associated with cell 0 on the u16000. If cell 0 is not configured the CORE I/O card is not scanned, and the required CORE I/O devices are not detected. The fact that some of these devices are not found causes the init(1m) prcess to exit which results in a system panic. Resolution: The CORE I/O card is now scanned even if cell 0 is not configured. SR: 8606198467 8606218389 Patch Files: OS-Core.CORE2-KRN,fr=B.11.20,fa=HP-UX_B.11.20_64,v=HP: /usr/conf/lib/libio-pdk.a(azusa_psm.o) /usr/conf/lib/libio-pdk.a(lion_psm.o) what(1) Output: OS-Core.CORE2-KRN,fr=B.11.20,fa=HP-UX_B.11.20_64,v=HP: /usr/conf/lib/libio-pdk.a(azusa_psm.o): azusa_psm.c $Date: 2001/10/12 11:00:32 $Revision: r1 1.20/2 PATCH_11.20 (PHKL_25494) /usr/conf/lib/libio-pdk.a(lion_psm.o): lion_psm.c $Date: 2001/08/10 10:17:03 $Revision: r11 .20/1 PATCH_11.20 (PHKL_24784) cksum(1) Output: OS-Core.CORE2-KRN,fr=B.11.20,fa=HP-UX_B.11.20_64,v=HP: 1131520283 34608 /usr/conf/lib/libio-pdk.a(azusa_psm.o) 2696552213 178000 /usr/conf/lib/libio-pdk.a(lion_psm.o) Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: PHKL_24784 Equivalent Patches: None Patch Package Size: 230 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 PHKL_25494 5. Run swinstall to install the patch: swinstall -x autoreboot=true -x patch_match_target=true \ -s /tmp/PHKL_25494.depot By default swinstall will archive the original software in /var/adm/sw/save/PHKL_25494. If you do not wish to retain a copy of the original software, include the patch_save_files option in the swinstall command above: -x patch_save_files=false WARNING: If patch_save_files is false when a patch is installed, the patch cannot be deinstalled. Please be careful when using this feature. For future reference, the contents of the PHKL_25494.text file is available in the product readme: swlist -l product -a readme -d @ /tmp/PHKL_25494.depot To put this patch on a magnetic tape and install from the tape drive, use the command: dd if=/tmp/PHKL_25494.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: None