Patch Name: PHCO_27446 Patch Description: s700_800 11.00 ioinit(1M) patch Creation Date: 02/07/10 Post Date: 02/07/30 Hardware Platforms - OS Releases: s700: 11.00 s800: 11.00 Products: N/A Filesets: OS-Core.UX-CORE,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP OS-Core.CORE-ENG-A-MAN,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP Automatic Reboot?: No Status: General Release Critical: No Category Tags: defect_repair general_release Path Name: /hp-ux_patches/s700_800/11.X/PHCO_27446 Symptoms: PHCO_27446: 1. ( SR:8606192486 CR:JAGad61699 ) When ioinit is run with -f option, it does not check if the specified instance number for an ext_bus class device exceeds 255 and assigns the specified instance number to the device. PHCO_12555: 1. ioinit does not process infile correctly when 2 or more hardware paths are specified with different class but the same instance numbers. ioinit thinks that there was a duplicate class with the same instance number. Defect Description: PHCO_27446: 1. ( SR:8606192486 CR:JAGad61699 ) ioinit was not checking instance number range for ext_bus class devices. Resolution: ioinit code has been modified, so that it will not allow instance numbers greater than 255 for ext_bus class devices. PHCO_12555: 1. ioinit does not process infile correctly when 2 or more hardware paths are specified with different class but the same instance numbers. ioinit thinks that there was a duplicate class with the same instance number. Resolution: The code in ioinit does not save a copy of the value of class when processing the infile. It stores a pointer to the value in a temporary buffer that is overwritten everytime each line is read from the infile. So when the next line is compared with the previous one, it sees a duplicate copy. Enhancement: No SR: 8606192486 5003389684 Patch Files: OS-Core.UX-CORE,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP: /sbin/ioinit OS-Core.CORE-ENG-A-MAN,fr=B.11.00,fa=HP-UX_B.11.00_32/64, v=HP: /usr/share/man/man1m.Z/ioinit.1m what(1) Output: OS-Core.UX-CORE,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP: /sbin/ioinit: $Revision: 80.3.1.3 B.11.00 PHCO_27446 Date: 2002/07 /19 $ $ PATCH/11.00:PHCO_19491 Aug 9 1999 09:51:13 $ OS-Core.CORE-ENG-A-MAN,fr=B.11.00,fa=HP-UX_B.11.00_32/64, v=HP: /usr/share/man/man1m.Z/ioinit.1m: None cksum(1) Output: OS-Core.UX-CORE,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP: 4163602535 225280 /sbin/ioinit OS-Core.CORE-ENG-A-MAN,fr=B.11.00,fa=HP-UX_B.11.00_32/64, v=HP: 4239432445 3173 /usr/share/man/man1m.Z/ioinit.1m Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: PHCO_12555 Equivalent Patches: None Patch Package Size: 250 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 PHCO_27446 5. Run swinstall to install the patch: swinstall -x autoreboot=true -x patch_match_target=true \ -s /tmp/PHCO_27446.depot By default swinstall will archive the original software in /var/adm/sw/save/PHCO_27446. 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 PHCO_27446.text file is available in the product readme: swlist -l product -a readme -d @ /tmp/PHCO_27446.depot To put this patch on a magnetic tape and install from the tape drive, use the command: dd if=/tmp/PHCO_27446.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: None