Patch Name: PHSS_16026 Patch Description: s700_800 10.X OV ITO3.0X BAAN SPI patch Creation Date: 98/08/11 Post Date: 98/08/20 Hardware Platforms - OS Releases: s700: 10.00 10.01 10.10 10.20 s800: 10.00 10.01 10.10 10.20 Products: HP OpenView SMART Plug-In for BAAN IV, IT/Operations 3.0x Filesets: SPI-BAAN-ITO-3x.SPI-BAAN-ITO3 Automatic Reboot?: No Status: General Release Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHSS_16026 Symptoms: PHSS_16026: -incorrect Pattern Match conditions in the Baan Smart Plug-in. Defect Description: PHSS_16026: - See the list of the symptoms. SR: 0000000000 Patch Files: /var/opt/OV/share/tmp/OpC_appl/baanspi/C/TEMPLATES/ INTERFACE/interface.dat what(1) Output: /var/opt/OV/share/tmp/OpC_appl/baanspi/C/TEMPLATES/ INTERFACE/interface.dat: None cksum(1) Output: 196710076 58589 /var/opt/OV/share/tmp/OpC_appl/baanspi/C/ TEMPLATES/INTERFACE/interface.dat Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: None Equivalent Patches: None Patch Package Size: 120 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_16026 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHSS_16026.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_16026.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_16026. 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_16026.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_16026.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: Before installing this patch: BACKUP ALL THE ITO DIRECTORIES TO TAPE using the opc_backup command (see man opc_backup(5)) This pre-caution ensures that if you have problems after installing the patch, you will be able to restore your current state from tape. BEFORE LOADING THIS PATCH... o You may use this patch with the following official ITO releases: A.04.0x o DO NOT use this patch with older releases of OpC or ITO, for example versions A.01.X, A.02.X or A.03.X. o It provides bug fixes and enhancements for ITO 4.0x Management Server system, Oracle, English and Japanese version. WARNING: Customizations of the Baan SPI done by the customer the will be overwritten! It is important install the patch before doing customizations! (A) Patch Installation Instructions ------------------------------- (A1) Stop all ITO processes on your Management Server; this includes manager processes, communication processes and user-interface processes on the machine. - Stop all the ITO GUIs that are running, by using the "File:Exit" menubar item If your are running ITO Distributed GUI shutdown ITO on all Distributed GUI clients as well: - If your are running the Mount Model DGUI apply the patch only to the server - If you are running the Full Model DGUI apply the patch on ALL DGUI clients - Stop the ITO Manager processes: # ovstop opc ovoacomm If any ITO process is still running, kill it manually: # kill -9 If you are running ITO in an MC/ServiceGuard installation: - Apply this patch to all MC/SG cluster nodes - The server processes need to be stopped with: # cmhaltpkg OpC (A2) Install the patch, following the standard 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. (you may use opc_backup) 2. Login as root. 3. Copy the patch to your /tmp directory and unshar it: # cd /tmp # sh PHSS_16026 4. For a standalone system, run swinstall to install the patch: # swinstall -x match_target=true \ -s /tmp/PHSS_16026.depot By default swinstall will archive the original software in /var/adm/sw/patch/PHSS_16026. If you do not wish to retain a copy of the original, 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_16026.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/${PATCH).depot of=/dev/rmt/0m bs=2k (A3) After installing PHSS_16026, load the BAAN SPI into ITO and restart the ITO processes on your Management Server system: - Load the BAAN SPI into ITO Management Server #cd /var/opt/OV/share/tmp/OpC_appl/baanspi #./install.sh -replace -subentity - Restart the ITO Manager processes, and check that the processes are running: # /opt/OV/bin/OpC/opcsv -start # /opt/OV/bin/OpC/opcsv -status (B) Patch Deinstallation Instructions --------------------------------- (B1) To deinstall the patch PHSS_16026 run swremove: NOTE: Before removing the patch, stop all ITO server processes, as described in the Patch Installation Instructions (A1). # swremove PHSS_16026 NOTE: After removing the patch repeat all the steps described in (A3)