Patch Name: PHSS_15529 Patch Description: s700_800 10.20 PRM B.10.25 utility and library fixes Creation Date: 98/06/09 Post Date: 98/07/10 Hardware Platforms - OS Releases: s700: 10.20 s800: 10.20 Products: PRM B.10.25 (B3834AA_APZ) Filesets: Proc-Resrc-Mgr.PRM-RUN Automatic Reboot?: No Status: General Release Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHSS_15529 Symptoms: PHSS_15529: SR 1653-261685: utilities truncate user login names to 9 characters. SR 5003-423046: state transitions for PRM daemons are not always consistent. odd failure messages from PRM at boot time for systems with large loads. unable to obtain lock for shared memory regions. unable to prmconfig -i or prmconfig -r an existing configuration. memory manager may not always recognize system paging activity. unable to move some applications to another PRM group. Defect Description: PHSS_15529: SR 1653-261685: use of hardcoded 9 in the utils rather than the #define USER_LEN SR 5003-423046: use of the define ENABLED when they meant CONFIGURED. failure to use a volatile pointer with a shared memory segment. trying to sleep(1) rather than actually waiting for state transitions. trying to use only one indicator for paging detection when we need two. an uninitialized variable with almost the same name as a passed in parameter. SR: 5003423046 1653261685 Patch Files: /usr/bin/prm0d /usr/bin/prm1d /usr/bin/prmconfig /usr/bin/prmlist /usr/bin/prmmove /usr/bin/prmrun /usr/lib/libprmapi.sl /usr/lib/libprmapi.a what(1) Output: /usr/bin/prm0d: B3834AA PHSS_15529 HP PRM/9000 prm0d for HP-UX 10.20 /usr/bin/prm1d: B3834AA PHSS_15529 HP PRM/9000 prm1d for HP-UX 10.20 /usr/bin/prmconfig: B3834AA PHSS_15529 HP PRM/9000 prmconfig for HP-UX 1 0.20 /usr/bin/prmlist: B3834AA PHSS_15529 HP PRM/9000 prmlist for HP-UX 10. 20 /usr/bin/prmmove: B3834AA PHSS_15529 HP PRM/9000 prmmove for HP-UX 10. 20 /usr/bin/prmrun: B3834AA PHSS_15529 PRM/9000 prmrun for HP-UX 10.20 /usr/lib/libprmapi.sl: B3834AA PHSS_15529 HP PRM/9000 prmapi for HP-UX 10.2 0 /usr/lib/libprmapi.a: B3834AA PHSS_15529 HP PRM/9000 prmapi for HP-UX 10.2 0 cksum(1) Output: 2767655438 28784 /usr/bin/prm0d 866467866 20549 /usr/bin/prm1d 2921867480 61699 /usr/bin/prmconfig 31320536 32902 /usr/bin/prmlist 959449861 24684 /usr/bin/prmmove 3047256055 24673 /usr/bin/prmrun 2691354169 49499 /usr/lib/libprmapi.sl 4078447736 51990 /usr/lib/libprmapi.a Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: None Equivalent Patches: None Patch Package Size: 350 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 PHSS_15529 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHSS_15529.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/PHSS_15529.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/PHSS_15529. 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 PHSS_15529.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/PHSS_15529.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: before installing, run /bin/prmconfig -r and do not run prmconfig again until installation has been completed.