Unsolved
This post is more than 5 years old
10 Posts
0
1025
March 26th, 2009 11:00
NMDB2 64Bit for AIX
Hi,
Can anyone direct me to a download link for the following:
nmdb221_aix_64
On Powerlink there is only the 32bit version available.
Thanks
Kenneth
Can anyone direct me to a download link for the following:
nmdb221_aix_64
On Powerlink there is only the 32bit version available.
Thanks
Kenneth
No Events found!


ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
March 27th, 2009 01:00
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
March 27th, 2009 02:00
sntmalta
10 Posts
0
March 27th, 2009 02:00
gunzip nmdb221_aix_32.tar.gz
gunzip nmdb221_aix_64.tar.gz
and there should be the following libraries:
aix51n /usr/lib/libnsrdb2.o
/usr/lib/nsr/libnmdb2dc32.o
aix51w /usr/lib/libnsrdb2.o
/usr/lib/nsr/libnmdb2dc.o
So I guess these should be available somewhere to download.. where?
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
March 27th, 2009 02:00
sntmalta
10 Posts
0
March 27th, 2009 02:00
However I am getting the following error:
exec(): 0509-036 Cannot load program /usr/bin/nsrdb2sv because of the following errors:
0509-150 Dependent module libdb2.a(shr_64.o) could not be loaded.
0509-022 Cannot load module libdb2.a(shr_64.o).
0509-026 System error: A file or directory in the path name does not exist.
Any ideas...?
sntmalta
10 Posts
0
March 27th, 2009 03:00
we are missing the following library /usr/lib/nsr/libnmdb2dc.o
which is the 64bit version.
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
March 27th, 2009 04:00
A scheduled backup for a DB2 version 9.5 database fails with the error message
"libdb2.so.1 not found."
Workaround: Create a soft link as follows.
1. mkdir /opt/IBM/db2/V8.1
2. ln -s /opt/ibm/db2/V9.5/lib64 /opt/IBM/db2/V8.1/lib64
As I said, it looks for that library (did you do search on system for it) and that's where it fails. Installation procedure indeed does list 64bit package for AIX which is not on PL so you may wish to talk to PL support people to display it. In release notes I saw some tricks with copying libraries on AIX, but just in case of coexistence of 32bit and 64bit packages which is not your case.