If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > 32bit to 64bit instance

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-29-09, 02:22
Mathew_paul Mathew_paul is offline
Registered User
 
Join Date: Oct 2007
Posts: 200
32bit to 64bit instance

hi all

i have convert by database instance from 32bit to 64bit
which is done successfully
db2start works fine
after that any thing it gives error
db2levelexec(): 0509-036 Cannot load program db2level because of the following errors:
0509-150 Dependent module /usr/opt/db2_08_01/lib/libdb2osse.a(shr_64.o
) could not be loaded.
0509-152 Member shr_64.o is not found in archive
db2 connect
exec(): 0509-036 Cannot load program db2 because of the following errors:
0509-022 Cannot load module /db2data/uding604/sqllib/lib/libdb2.a(shr_64
.o).
0509-150 Dependent module /usr/opt/db2_08_01/lib/libdb2trcapi.a(shr_64
.o) could not be loaded.
0509-152 Member shr_64.o is not found in archive
0509-022 Cannot load module db2.
0509-150 Dependent module /db2data/uding604/sqllib/lib/libdb2.a(shr_64
.o) could not be loaded.
0509-022 Cannot load module .
kindly suggest
regds
Paul
Reply With Quote
  #2 (permalink)  
Old 09-29-09, 05:20
przytula_guy przytula_guy is offline
Registered User
 
Join Date: Apr 2006
Location: Belgium
Posts: 1,159
on which platform with which bit level ?
for unix there is something additional todo to point to correct lib-dll....
in the migration guide there is a chapter about this
__________________
Best Regards, Guy Przytula
Database Software Consultant
DB2 UDB LUW Certified V7-V8-V9-V9.7 DB Admin - Dprop..
Information Server Datastage Certified
http://www.infocura.be
Reply With Quote
  #3 (permalink)  
Old 09-29-09, 05:40
Mathew_paul Mathew_paul is offline
Registered User
 
Join Date: Oct 2007
Posts: 200
aix 5.3
kenrel 64 bit
DB2 v8.1.1.112" fixpack 12

kindly suggest
thanks & regds
Paul
Reply With Quote
  #4 (permalink)  
Old 09-29-09, 08:41
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
Did you use "db2iupdt -w 64" to convert your instance from 32-bit to 64-bit? Was the instance stopped? Did it complete successfully?

It looks like the library path have 32-bit libraries in them. Try to source your .profile (. .profile) and then check path/libpath. As a test, you can try creating and starting a brand new 64-bit instance.
Reply With Quote
  #5 (permalink)  
Old 09-30-09, 00:15
Mathew_paul Mathew_paul is offline
Registered User
 
Join Date: Oct 2007
Posts: 200
bella ,
u r Correct the .profile which was set in /etc/profile was pointing to 32 bit lib
In db2 instance user .profile the lib path was not define, so it was taking the default path, when modified to lib64 its working.
thanks again for the reply
regds
Paul
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On