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 > exec(): 0509-036 Cannot load program db2start

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-19-07, 02:56
sweety_ard sweety_ard is offline
Registered User
 
Join Date: Oct 2007
Posts: 3
Question exec(): 0509-036 Cannot load program db2start

hi,

im using aix 5300-06 with db2 8.2 fixpact 9. when i do a db2start below are the error, is thier a problem with me aix installation or with db2? hope someone can help me to resolve this problem. im new with db2.


$ db2start
exec(): 0509-036 Cannot load program db2start because of the following errors:
0509-130 Symbol resolution failed for /usr/lib/threads/libc.a[aio_64.o] because:
0509-136 Symbol kaio_rdwr64 (number 0) is not exported from
dependent module /unix.
0509-136 Symbol listio64 (number 1) is not exported from
dependent module /unix.
0509-136 Symbol acancel64 (number 2) is not exported from
dependent module /unix.
0509-136 Symbol iosuspend64 (number 3) is not exported from
dependent module /unix.
0509-136 Symbol aio_nwait (number 4) is not exported from
dependent module /unix.
0509-136 Symbol aio_nwait64 (number 5) is not exported from
dependent module /unix.
0509-136 Symbol aio_nwait_timeout (number 6) is not exported from
dependent module /unix.
0509-136 Symbol aio_nwait_timeout64 (number 7) is not exported from
dependent module /unix.
0509-026 System error: Error 0
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
Reply With Quote
  #2 (permalink)  
Old 10-19-07, 04:43
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
It seems that you try to start a 64bit DB2 instance. Is your OS actually running in 64bit and/or do you have a 64bit version of /usr/lib/threads/libc installed?

I also recommend that you follow the hint in the error message and run "dump -Tv /usr/lib/threads/libc.a".
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
Reply With Quote
  #3 (permalink)  
Old 10-19-07, 04:57
sweety_ard sweety_ard is offline
Registered User
 
Join Date: Oct 2007
Posts: 3
this is the output, but i dont know how to interpret this one. we are using 64bit.

/usr/lib/threads/libc.a[aio.o]:

***Loader Section***

***Loader Symbol Table Information***
[Index] Value Scn IMEX Sclass Type IMPid Name

[0] 0x00000000 undef IMP DS EXTref /unix kaio_rdwr
[1] 0x00000000 undef IMP DS EXTref /unix listio
[2] 0x00000000 undef IMP DS EXTref /unix acancel
[3] 0x00000000 undef IMP DS EXTref /unix iosuspend
[4] 0x00000000 undef ImpExp UA EXTref /unix aio_nwait
[5] 0x00000000 undef ImpExp UA EXTref /unix aio_nwait64
[6] 0x00000000 undef ImpExp UA EXTref /unix aio_nwait_timeout
[7] 0x00000000 undef ImpExp UA EXTref /unix aio_nwait_timeout64
[8] 0x00000000 undef IMP DS EXTref libc.a(shr.o) _Errno
[9] 0x00000064 .data EXP DS SECdef [noIMid] aio_suspend64
[10] 0x00000070 .data EXP DS SECdef [noIMid] aio_cancel64
[11] 0x0000007c .data EXP DS SECdef [noIMid] lio_listio64
[12] 0x00000088 .data EXP DS SECdef [noIMid] aio_write64
[13] 0x00000094 .data EXP DS SECdef [noIMid] aio_read64
[14] 0x000000a0 .data EXP DS SECdef [noIMid] aio_suspend
[15] 0x000000ac .data EXP DS SECdef [noIMid] aio_cancel
[16] 0x000000b8 .data EXP DS SECdef [noIMid] lio_listio
[17] 0x000000c4 .data EXP DS SECdef [noIMid] aio_write
[18] 0x000000d0 .data EXP DS SECdef [noIMid] aio_read
Reply With Quote
  #4 (permalink)  
Old 10-19-07, 21:31
sweety_ard sweety_ard is offline
Registered User
 
Join Date: Oct 2007
Posts: 3
Hi,

the issue is with assynchronous I/O . .i set it to available. then restart the server.. everything works now .
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