* * * READ ME * * * * * * Oracle Disk Manager 5.0 * * * * * * Rolling Patch 5 * * * Patch Date: 2013-11-07 This document provides the following information: * PATCH NAME * OPERATING SYSTEMS SUPPORTED BY THE PATCH * PACKAGES AFFECTED BY THE PATCH * BASE PRODUCT VERSIONS FOR THE PATCH * SUMMARY OF INCIDENTS FIXED BY THE PATCH * DETAILS OF INCIDENTS FIXED BY THE PATCH * INSTALLATION PRE-REQUISITES * INSTALLING THE PATCH * REMOVING THE PATCH PATCH NAME ---------- Oracle Disk Manager 5.0 Rolling Patch 5 OPERATING SYSTEMS SUPPORTED BY THE PATCH ---------------------------------------- HP-UX 11i v3 (11.31) PACKAGES AFFECTED BY THE PATCH ------------------------------ VRTSodm BASE PRODUCT VERSIONS FOR THE PATCH ----------------------------------- * Veritas Storage Foundation for Oracle RAC 5.0 * Veritas Storage Foundation Cluster File System 5.0 * Veritas Storage Foundation for Oracle 5.0 SUMMARY OF INCIDENTS FIXED BY THE PATCH --------------------------------------- Patch ID: PHKL_43683 * 3277006 (2444146) The Oracle Disk Manager read returns EINTR while running unspecified Oracle jobs. DETAILS OF INCIDENTS FIXED BY THE PATCH --------------------------------------- This patch fixes the following Symantec incidents: Patch ID: PHKL_43683 * 3277006 (Tracking ID: 2444146) SYMPTOM: The Oracle Disk Manager (ODM) read returns EINTR while running unspecified Oracle jobs. Oracle returns following error: ORA-01115: IO error reading block from file 11 (block # ) ORA-01110: data file 11: '/' ORA-17500: ODM err:ODM ERROR V-41-4-2-281-4 Interrupted system call Oracle says that ODM ERROR V-41-4-2-281-4 Interrupted system call DESCRIPTION: In the ODM API version 1, if Oracle specified that IO is interruptible and the thread is interrupted then ODM has to indicate that by setting the ODM_IO_POSTED flag in the status word of the request. Oracle retries the IO after seeing this flag in the status word. ODM did not handle this condition and hence returned the error. In the ODM API version 2, all IO waits are non- interruptible. RESOLUTION: The code is modified to check if the IO is interruptible and set the appropriate kernel flag. INSTALLING THE PATCH -------------------- To install the ODM 5.0-RP5 patch: a) The ODM 5.0(GA) must be installed before applying this patch. b) To verify the Veritas Oracle Disk Manager level, execute: # swlist -l product | egrep -i 'VRTSodm' VRTSodm 5.0.31.0 Veritas Oracle Disk Manager c) All prerequisite/corequisite patches must be installed. The Kernel patch requires a system reboot for both installation and removal. d) To install the patch, execute the following command: # swinstall -x autoreboot=true -s PHKL_43683 If the patch is not registered, you can register it using the following command: # swreg -l depot The is the absolute path where the patch resides. REMOVING THE PATCH ------------------ To remove the ODM 5.0-RP5 patch: a) Execute the following command: # swremove -x autoreboot=true PHKL_43683 SPECIAL INSTRUCTIONS -------------------- NONE OTHERS ------ NONE