Patch-ID# 107960-02 Keywords: Netbackup Oracle database Synopsis: Netbackup 3.1.1 Database extention for Oracle Date: Aug/29/00 Solaris Release: 2.5.1, 2.6 SunOS Release: 5.5.1, 5.6 Unbundled Product: Sun StorEdge Enterprise NetBackup Unbundled Release: 3.1.1 Relevant Architectures: sparc BugId's fixed with this patch: 4236515 4313954 Changes incorporated in this version: 4313954 Patches accumulated and obsoleted by this patch: Patches which conflict with this patch: Patches required with this patch: Obsoleted by: Files included with this patch: /openv/netbackup/bin/libobk.so.1 Problem Description: 4313954 Oracle EBU fails to restore with error EBU-2012 (from 107960-01) 4236515 Cu needs Veritas patches installed before Veritas will assist Patch Installation Instructions: ------------------------------------------------------------------------- Refer to the Install.info file within the patch for instructions on using the generic 'installpatch' and 'backoutpatch' scripts provided with each patch. Any other special or non-generic installation instructions should be described below. ------------------------------------------------------------------------- NOTE: Make sure that your Oracle Database is shutdown before installing this patch. Installing this patch while your Oracle Database in opertional could cause corruption. 1. Stop EBU instance manager if Oracle7 or RMAN if Oracle8 2. Make the library visible to EBU/RMAN by: - adding /usr/openv/netbackup/bin to the library search path set PATH=$PATH,/usr/openv/netbackup/bin or - Symbolically linking from your current libobk location ln -s /usr/openv/netbackup/bin/libobk.[a,so,sl,so.1] \ ${LIBOBK_LOCATION}/libobk.so Additional notes: This patch replaces patchP0800175, patchP0800094, patchP0800045, patchP0800034, and patchP0800008. patchP0800175 Correct a problem introduced in patchP0800094. EBU or ebutool utility fails whenever a delete of a Backup File Set (BFS) is issued where the media has already been expired within the NetBackup catalog. sbtremove now returns success when the BFS is not found. patchP0800094 - EBU 2.2.0.6 is supported. This is the Y2K version of EBU - Add support for socket size > 64K on IBM SP2 platforms. - encryption is supported. patchP0800045 1- NetBackup Database Extension client times out reading the initial information from the commfile. 2- NetBackup Database Extension client closes the data socket after sending a small backup image before server reads the data. patchP0800034 corrected the problems of failed Oracle backups due to master/client timezone difference. After the completion of every backup job, EBU/RMAN immediately requests the media id of the backup image from NBU. This request fails if server's time is different from the client's time. This patch increases the allowed time difference from the current 30 mins to 24 hours. patchP0800008 - a request sent to bprd could be interrupted causing sbtinfo to failed. - We don't always receive the last completion message from server since it could be very busy and got timed out before msg was sent. This causes the db client to loop, waiting for the message that will never come.