DB2 - Problem description
Problem IC97720 | Status: Closed |
DB2START FAILS TO LOAD LIBDB2BLU.A ON AIX DUE TO INCORRECT SOFT LINK | |
product: | |
DB2 FOR LUW / DB2FORLUW / A50 - DB2 | |
Problem description: | |
Due to $USERHOME variable not being set properly, libdb2blu.a is not having proper link to either libdb2blu_ns.a or libdb2blu_s.a. Which is resulting in db2start to fail on AIX. | |
Problem Summary: | |
**************************************************************** * USERS AFFECTED: * * DB2 Server for AIX users only * **************************************************************** * PROBLEM DESCRIPTION: * * Due to $USERHOME variable not being set properly, * * libdb2blu.a is not having proper link to either * * libdb2blu_ns.a or libdb2blu_s.a. Which is resulting in * * db2start to fail on AIX. * **************************************************************** * RECOMMENDATION: * * Apply this APAR/PTF. Or as work around, user can create * * libdb2blu.a as a soft link to appropriate file under /sqllib * * for db2start to work fine. * **************************************************************** | |
Local Fix: | |
As work around, user can create libdb2blu.a as a soft link to appropriate file under the installation path for db2start to work fine. If AIX PowerPC version is greater than or equal to " 7 " then # ln -sf (installation_path)/lib64/libdb2blu_s.a (installation_path)/lib64/libdb2blu.a Else # ln -sf (installation_path)/lib64/libdb2blu_ns.a (installation_path)/lib64/libdb2blu.a | |
available fix packs: | |
DB2 Cancun Release 10.5.0.4 (also known as Fix Pack 4) for Linux, UNIX, and Windows | |
Solution | |
Provided fix to set proper link to libdb2blu.a on AIX. | |
Workaround | |
not known / see Local fix | |
Timestamps | |
Date - problem reported : Date - problem closed : Date - last modified : | 18.11.2013 08.09.2014 08.09.2014 |
Problem solved at the following versions (IBM BugInfos) | |
Problem solved according to the fixlist(s) of the following version(s) | |
10.5.0.4 |