This directory contains the fix for APAR IY27467 for AIX 5.1.  This fix
is required for VERITAS NetBackup to function properly on AIX 5.1.

The official fix for APAR IY27467 should be obtained and installed when
it is available.  AIX 5.1 APARs can be obtained from the AIX Electronic
PTF Distribution site at the following URL.

  http://techsupport.services.ibm.com/server/aix.elecptforder


Problem Description
-------------------
odm_add_obj()/odm_change_obj() fail in 64bit mode.


Downloading
-----------
- Download iy27467.tar.Z in binary format into a temporary directory.


Installation
------------
Installation of the fix requires root authority.

- Extract the files into the temporary directory created when downloading
  the patch using the command:
 
    compress -dc iy27467.tar.Z | tar -xvf-

- Save a copy of original libodm.a and install the fix.

    cp -p /usr/lib/libodm.a /usr/lib/libodm.a.orig
    cp libodm.a /usr/lib

- It is not necessary to reboot the system after the fix is installed.
  However, any running applications that use libodm.a will need to be
  restarted before the fix will take effect for those applications.

