Patch Name: PHSS_27500 Patch Description: s700_800 11.04 Virtualvault A.04.50 TGA daemon Update Creation Date: 02/07/25 Post Date: 02/08/12 Hardware Platforms - OS Releases: s700: 11.04 s800: 11.04 Products: Virtualvault A.04.50 Filesets: VaultTS.VV-CORE-CMN,fr=A.04.50,fa=HP-UX_B.11.04_32/64,v=HP Automatic Reboot?: Yes Status: General Release Critical: No Category Tags: defect_repair general_release Path Name: /hp-ux_patches/s700_800/11.X/PHSS_27500 Symptoms: PHSS_27500: TGA daemon may exhibit unexpected behavior PHSS_25478: TGA server does not work with non-chrooted outside web server. Defect Description: PHSS_27500: tgad may exhibit unexpected behavior Resolution: Corrected the tgad to function as expected. PHSS_25478: TGA server does not support communication with outside web server if the outside webserver is running in a non-chrooted environment. Resolution: A new (optional) configuration variable,gw_tgad_subdir has been introduced in the tgad.conf file. This variable gives an option to override the default tgad sub directory (/tmp) and choose a non-Multilevel directory that the outside web server and the tgad server can share. This new behavior will have no impact on any TGA configurations currently in existence. Enhancement: No SR: 8606269303 8606218828 Patch Files: VaultTS.VV-CORE-CMN,fr=A.04.50,fa=HP-UX_B.11.04_32/64,v=HP: /tcb/lib/tgad what(1) Output: VaultTS.VV-CORE-CMN,fr=A.04.50,fa=HP-UX_B.11.04_32/64,v=HP: /tcb/lib/tgad: HP VirtualVault, tgad, revision A.04.00 HP VirtualVault, tgad, revision A.04.00 $Source: src/gateway/cgi2/daemon/execute.c, vaultTS, vaultTS_4.5 $ $Date: 02/07/26 06:34:31 $ $R evision: 1.17.1.14 PATCH_11.04 (PHSS_27500) $ $Source: src/gateway/cgi2/daemon/main.c, vaultTS, va ultTS_4.5 $ $Date: 02/04/22 11:39:40 $ $Revi sion: 1.15.1.5 PATCH_11.04 (PHSS_25478) $ HP VirtualVault, tgad, revision A.04.00 cksum(1) Output: VaultTS.VV-CORE-CMN,fr=A.04.50,fa=HP-UX_B.11.04_32/64,v=HP: 2069430197 73944 /tcb/lib/tgad Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: PHSS_25478 Equivalent Patches: PHSS_27499: s700: 11.04 s800: 11.04 PHSS_27501: s700: 11.04 s800: 11.04 Patch Package Size: 100 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_27500 5. Run swinstall to install the patch: swinstall -x autoreboot=true -x patch_match_target=true \ -s /tmp/PHSS_27500.depot By default swinstall will archive the original software in /var/adm/sw/save/PHSS_27500. 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_27500.text file is available in the product readme: swlist -l product -a readme -d @ /tmp/PHSS_27500.depot To put this patch on a magnetic tape and install from the tape drive, use the command: dd if=/tmp/PHSS_27500.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: PHSS_25478: If this feature is desired then the tgad.conf needs to be modified as explained below: Insert the variable 'gw_tgad_subdir' with a value for it in Server Global Configuration section in tgad.conf. An example entry would look like 'gw_tgad_subdir=/mysubdir/sub_one'.