Patch Name: PHSS_28928 Patch Description: s700_800 11.04 Virtualvault 4.6 OWS Cronolog Update Creation Date: 03/05/01 Post Date: 03/06/23 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: Special Release Critical: No Category Tags: defect_repair enhancement special_release Path Name: /hp-ux_patches/s700_800/11.X/PHSS_28928 Symptoms: PHSS_28928: After the installation of PHSS_28686, cronolog binary does not work as intended. PHSS_28520: Apache's rotatelogs cannot generate logs based on a user defined template. Defect Description: PHSS_28928: After the installation of PHSS_28686, cronolog binary does not work as intended. Resolution: Added the required privileges for the cronolog binary to run as intended. PHSS_28520: Apache's rotatelogs is not capable of providing TransferLog and ErrorLog information based on user defined template. Resolution: Opensource Utility "cronolog" is integrated with Virtualvault 4.6,to generate logs based on a user defined template. Enhancement: No (superseded patches contained enhancements) PHSS_28520: cronolog provides logging of Apache's TransferLog and ErrorLog reports based on a user defined template. SR: 8606291824 8606303181 Patch Files: VaultWS.WS-CORE,fr=A.04.60,fa=HP-UX_B.11.04_32/64,v=HP: /etc/auth/system/files.fcdb/25.patches/28520_PHSS.fcdb /etc/auth/system/files.fcdb/25.patches/28928_PHSS.fcdb /opt/vaultWS/install/bin/cronolog what(1) Output: VaultWS.WS-CORE,fr=A.04.60,fa=HP-UX_B.11.04_32/64,v=HP: /etc/auth/system/files.fcdb/25.patches/28520_PHSS.fcdb: $Source: 28520_PHSS.fcdb, vaultWS, vaultWS_4.6 $ $Da te: 03/01/14 01:02:20 $ $Revision: 1.3 PATCH _11.04 (PHSS_28520) $ /etc/auth/system/files.fcdb/25.patches/28928_PHSS.fcdb: $Source: 28928_PHSS.fcdb, vaultWS, vaultWS_4.6 $ $Da te: 03/05/01 07:52:48 $ $Revision: 1.1 PATCH _11.04 (PHSS_28928) $ /opt/vaultWS/install/bin/cronolog: None cksum(1) Output: VaultWS.WS-CORE,fr=A.04.60,fa=HP-UX_B.11.04_32/64,v=HP: 3755432016 440 /etc/auth/system/files.fcdb/25.patches/ 28520_PHSS.fcdb 974299414 493 /etc/auth/system/files.fcdb/25.patches/ 28928_PHSS.fcdb 4073518818 61546 /opt/vaultWS/install/bin/cronolog Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: PHSS_28520 Equivalent Patches: None Patch Package Size: 50 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_28928 5. Run swinstall to install the patch: swinstall -x autoreboot=true -x patch_match_target=true \ -s /tmp/PHSS_28928.depot By default swinstall will archive the original software in /var/adm/sw/save/PHSS_28928. 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_28928.text file is available in the product readme: swlist -l product -a readme -d @ /tmp/PHSS_28928.depot To put this patch on a magnetic tape and install from the tape drive, use the command: dd if=/tmp/PHSS_28928.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: PHSS_28928: All the Apache Web Servers have been stopped as part of the patch installation. Hence, it is required that all the Apache Web Servers be started after the installation of the patch. PHSS_28520: The cronolog binary is installed in the /opt/vaultWS/install/bin directory. The template definition of the FILE and DIRECTORY structures of the logs is at the discretion of the administrator. For more information, refer to www.cronolog.org website. For cronolog to take effect, modifications are required to the Apache Server configuration file, for example : TransferLog "|/opt/vaultWS/install/bin/cronolog [template]" ErrorLog "|/opt/vaultWS/install/bin/cronolog [template]" If PHSS_28520 is removed, the Apache Server configuration files need to be manually modified to remove any modifications implemented to make use of cronolog. A restart of the servers is required after the configuration file change.