Patch Name: PHCO_18437 Patch Description: s700_800 11.04 (VVOS) Patch cleanup tool Creation Date: 99/04/26 Post Date: 99/09/02 Hardware Platforms - OS Releases: s700: 11.04 s800: 11.04 Products: N/A Filesets: OS-Core.CMDS-AUX,fr=B.11.04,fa=HP-UX_B.11.04_32/64,v=HP OS-Core.RELEASE-NOTES,fr=B.11.04,fa=HP-UX_B.11.04_32/64,v=HP Automatic Reboot?: No Status: General Release Critical: No Category Tags: enhancement general_release Path Name: /hp-ux_patches/s700_800/11.X/PHCO_18437 Symptoms: PHCO_18437: Repackaged HP-UX patch PHCO_13753 for VVOS. Based on HP-UX patch PHCO_13753: - The remove_patches tool is intended to supplement the new patch functionality of 11.0 SD. The tool is the swremove counterpart of swinstall using the patch filter. It will aid in the removal of patches, according to category tags, from the large bundles that will be delivered as part of 11.0's release plan. - The cleanup utility can serve two purposes. First, it is used to remove 10.X patches from the Installed Product Database after updating to HP-UX 11.X. Second, it is also used to remove patches from a software depot if the patches have been superseded by patches also available in the same depot. - The HP-UX 11.X Patch Program White Paper is intended to provide information, to system administrators, regarding the 11.X patch structure as well as information on how to acquire, install, check, commit and remove patches. It also provides information on depot management and installing patches from a depot. Defect Description: PHCO_18437: Repackaged HP-UX patch PHCO_13753 for VVOS. Based on HP-UX patch PHCO_13753: - As of 11.0, SD allows the filtering of installation of patches with category tags. This filtering is not part of the removal capability (swremove). The remove_patches tool is being provided to allow patches to be removed according to a specific category tag. By default, the tool will remove all but the critical and hardware_enablement patches. - The cleanup utility is being provided to allow the removal of patches belonging to HP-UX 10.X after a system has been updated to HP-UX 11.X. It is also being provided to allow the removal of superseded patches from a depot. Resolution: Ported HP-UX patch PHCO_13753. SR: 0000000000 Patch Files: OS-Core.CMDS-AUX,fr=B.11.04,fa=HP-UX_B.11.04_32/64,v=HP: /usr/sbin/remove_patches /usr/share/man/man1m/remove_patches.1m /usr/sbin/cleanup /usr/share/man/man1m.Z/cleanup.1m OS-Core.RELEASE-NOTES,fr=B.11.04,fa=HP-UX_B.11.04_32/64, v=HP: /usr/share/doc/patch_pgrm.txt what(1) Output: OS-Core.CMDS-AUX,fr=B.11.04,fa=HP-UX_B.11.04_32/64,v=HP: /usr/sbin/remove_patches: $Revision: 1.17 $ /usr/share/man/man1m/remove_patches.1m: None /usr/sbin/cleanup: $Revision: B.11.00.00 $ /usr/share/man/man1m.Z/cleanup.1m: None OS-Core.RELEASE-NOTES,fr=B.11.04,fa=HP-UX_B.11.04_32/64, v=HP: /usr/share/doc/patch_pgrm.txt: None cksum(1) Output: OS-Core.CMDS-AUX,fr=B.11.04,fa=HP-UX_B.11.04_32/64,v=HP: 113848969 14668 /usr/sbin/remove_patches 4087050187 2152 /usr/share/man/man1m/remove_patches.1m 421176863 13089 /usr/sbin/cleanup 1392904401 1360 /usr/share/man/man1m.Z/cleanup.1m OS-Core.RELEASE-NOTES,fr=B.11.04,fa=HP-UX_B.11.04_32/64, v=HP: 319935563 48725 /usr/share/doc/patch_pgrm.txt Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: None Equivalent Patches: PHCO_13753: s700: 11.00 s800: 11.00 Patch Package Size: 110 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_18437 5. Run swinstall to install the patch: swinstall -x autoreboot=true -x patch_match_target=true \ -s /tmp/PHCO_18437.depot By default swinstall will archive the original software in /var/adm/sw/save/PHCO_18437. If you do not wish to retain a copy of the original software, use the patch_save_files option: swinstall -x autoreboot=true -x patch_match_target=true \ -x patch_save_files=false -s /tmp/PHCO_18437.depot 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_18437.text file is available in the product readme: swlist -l product -a readme -d @ /tmp/PHCO_18437.depot To put this patch on a magnetic tape and install from the tape drive, use the command: dd if=/tmp/PHCO_18437.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: None