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 > Informix > Not able to run onmonitor

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-01-03, 03:03
rramanuj rramanuj is offline
Registered User
 
Join Date: Sep 2003
Posts: 5
Not able to run onmonitor

Hi All,


I have installed Informix Dynamic Server Version 9.30.UC3 on AIX 5.1 with Maintainence Level 4. When i run the onmonitor command to initialize the parameters it gives the following error

exec(): 0509-036 Cannot load program onmonitor because of the following errors:
0509-130 Symbol resolution failed for /usr/lib/threads/libc.a(aio.o) bec
ause:
0509-136 Symbol kaio_rdwr (number 0) is not exported from
dependent module /unix.
0509-136 Symbol listio (number 1) is not exported from
dependent module /unix.
0509-136 Symbol acancel (number 2) is not exported from
dependent module /unix.
0509-136 Symbol iosuspend (number 3) is not exported from
dependent module /unix.
0509-136 Symbol aio_nwait (number 4) is not exported from
dependent module /unix.
0509-192 Examine .loader section symbols with the
'dump -Tv' command.

Pls advise
Reply With Quote
  #2 (permalink)  
Old 10-01-03, 04:47
rramanuj rramanuj is offline
Registered User
 
Join Date: Sep 2003
Posts: 5
Re: Not able to run onmonitor

Found the Solution

The IBM Informix Dynamic Server requires that the drivers for

- Portable Streams Environment (PSE)
- Asynchronous IO (AIO)

be loaded on the AIX system where the IBM Informix Dynamic Server is used. The IBM Informix Dynamic Server executables use entry points defined by these drivers.

Check the following link

http://www-3.ibm.com/software/data/i...s_aix_9_30.txt




Quote:
Originally posted by rramanuj
Hi All,


I have installed Informix Dynamic Server Version 9.30.UC3 on AIX 5.1 with Maintainence Level 4. When i run the onmonitor command to initialize the parameters it gives the following error

exec(): 0509-036 Cannot load program onmonitor because of the following errors:
0509-130 Symbol resolution failed for /usr/lib/threads/libc.a(aio.o) bec
ause:
0509-136 Symbol kaio_rdwr (number 0) is not exported from
dependent module /unix.
0509-136 Symbol listio (number 1) is not exported from
dependent module /unix.
0509-136 Symbol acancel (number 2) is not exported from
dependent module /unix.
0509-136 Symbol iosuspend (number 3) is not exported from
dependent module /unix.
0509-136 Symbol aio_nwait (number 4) is not exported from
dependent module /unix.
0509-192 Examine .loader section symbols with the
'dump -Tv' command.

Pls advise
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