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
|