Patch Name: PHSS_30906 Patch Description: s700_800 11.04 Virtualvault 4.6 tomcat watchdog fix Creation Date: 04/05/14 Post Date: 04/05/20 Hardware Platforms - OS Releases: s700: 11.04 s800: 11.04 Products: Virtualvault A.04.60 Filesets: VaultWS.WS-CORE,fr=A.04.60,fa=HP-UX_B.11.04_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/PHSS_30906 Symptoms: PHSS_30906: When tomcat watchdog program is executed with a long environment string it fails to start up. Defect Description: PHSS_30906: The environment string passed to the tomcat watchdog program is stored in an array. If the length of the environment string is greater than the size of the array, the program fails to start. Resolution: The size of the array is quadrupled to hold the environment string. This size would be big enough for all practical purposes. Enhancement: No SR: 8606358914 Patch Files: VaultWS.WS-CORE,fr=A.04.60,fa=HP-UX_B.11.04_32/64,v=HP: /opt/vaultWS/bin/tcwdog what(1) Output: VaultWS.WS-CORE,fr=A.04.60,fa=HP-UX_B.11.04_32/64,v=HP: /opt/vaultWS/bin/tcwdog: $Source: src/misc/tcwdog/tcwdog.c, vaultWS, vaultWS_ 4.6 $ $Date: 04/05/17 03:06:02 $ $Revision: 1.3 PATCH_11.04 (PHSS_30906) $ cksum(1) Output: VaultWS.WS-CORE,fr=A.04.60,fa=HP-UX_B.11.04_32/64,v=HP: 3622364983 36932 /opt/vaultWS/bin/tcwdog Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: None Equivalent Patches: PHSS_30916: s700: 11.04 s800: 11.04 PHSS_30915: s700: 11.04 s800: 11.04 Patch Package Size: 40 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_30906 5. Run swinstall to install the patch: swinstall -x autoreboot=true -x patch_match_target=true \ -s /tmp/PHSS_30906.depot By default swinstall will archive the original software in /var/adm/sw/save/PHSS_30906. 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 PHSS_30906.text file is available in the product readme: swlist -l product -a readme -d @ /tmp/PHSS_30906.depot To put this patch on a magnetic tape and install from the tape drive, use the command: dd if=/tmp/PHSS_30906.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: PHSS_30906: This patch stops the outside apache servers, tomcat and tomcat-watchdog processes. Please start the above as necessary.