473,387 Members | 1,504 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Failed to load libaio

I'm trying to use LINUXAIO on my EMT64 db2 v9 FP 2 database server,
but I keep getting the following error in my db2diag.log. Funny
thing, the file is actually in /usr/lib. For some reason DB2 can't
find it. I read some other posts where people said that you have to
make sure you have the 64-bit version of LIBAIO and at first, we
didn't -- but then we found the 64-bit package and reinstalled it and
we still have the problem. We're running Red Hat Enterprise 4. Any
help would be appreciated.

Thanks,
Greig Wise

---------------------------------------------------------------------------------------------------------

2007-07-13-09.32.12.752284-240 E49993E530 LEVEL: Error (OS)
PID : 20480 TID : 183029688704PROC : db2pclnr 0
INSTANCE: userid NODE : 000
FUNCTION: DB2 UDB, oper system services, sqloLoadModule, probe:190
CALLED : OS, -, dlopen OSERR: EINTR (4)
DATA #1 : Library name or path, 11 bytes
libaio.so.1
DATA #2 : shared library load flags, PD_TYPE_LOAD_FLAGS, 4 bytes
0
DATA #3 : String, 70 bytes
libaio.so.1: cannot open shared object file: No such file or directory

2007-07-13-09.32.12.752552-240 E50524E446 LEVEL: Error
PID : 20480 TID : 183029688704PROC : db2pclnr 0
INSTANCE: userid NODE : 000
FUNCTION: DB2 UDB, oper system services, sqloLinuxLoadLibAio, probe:10
CALLED : DB2 UDB, oper system services, sqloLoadModule
RETCODE : ZRC=0x870F009B=-2029059941=SQLO_MOD_LOAD_FAILED
"Dynamic library load failed."
MESSAGE : Failed to load libaio, AIO disabled.

Jul 13 '07 #1
4 7967
could you post the output of

rpm -qa | grep aio

Ensure you just have single aio package (64 bit only )

On Jul 13, 6:59 pm, gw...@pressganey.com wrote:
I'm trying to use LINUXAIO on my EMT64 db2 v9 FP 2 database server,
but I keep getting the following error in my db2diag.log. Funny
thing, the file is actually in /usr/lib. For some reason DB2 can't
find it. I read some other posts where people said that you have to
make sure you have the 64-bit version of LIBAIO and at first, we
didn't -- but then we found the 64-bit package and reinstalled it and
we still have the problem. We're running Red Hat Enterprise 4. Any
help would be appreciated.

Thanks,
Greig Wise

---------------------------------------------------------------------------*------------------------------

2007-07-13-09.32.12.752284-240 E49993E530 LEVEL: Error (OS)
PID : 20480 TID : 183029688704PROC : db2pclnr 0
INSTANCE: userid NODE : 000
FUNCTION: DB2 UDB, oper system services, sqloLoadModule, probe:190
CALLED : OS, -, dlopen OSERR: EINTR (4)
DATA #1 : Library name or path, 11 bytes
libaio.so.1
DATA #2 : shared library load flags, PD_TYPE_LOAD_FLAGS, 4 bytes
0
DATA #3 : String, 70 bytes
libaio.so.1: cannot open shared object file: No such file or directory

2007-07-13-09.32.12.752552-240 E50524E446 LEVEL: Error
PID : 20480 TID : 183029688704PROC : db2pclnr 0
INSTANCE: userid NODE : 000
FUNCTION: DB2 UDB, oper system services, sqloLinuxLoadLibAio, probe:10
CALLED : DB2 UDB, oper system services, sqloLoadModule
RETCODE : ZRC=0x870F009B=-2029059941=SQLO_MOD_LOAD_FAILED
"Dynamic library load failed."
MESSAGE : Failed to load libaio, AIO disabled.

Jul 16 '07 #2

is the directory where the lib lives in the current path of the user
running db2start?
On Jul 13, 3:59 pm, gw...@pressganey.com wrote:
I'm trying to use LINUXAIO on my EMT64 db2 v9 FP 2 database server,
but I keep getting the following error in my db2diag.log. Funny
thing, the file is actually in /usr/lib. For some reason DB2 can't
find it. I read some other posts where people said that you have to
make sure you have the 64-bit version of LIBAIO and at first, we
didn't -- but then we found the 64-bit package and reinstalled it and
we still have the problem. We're running Red Hat Enterprise 4. Any
help would be appreciated.

Thanks,
Greig Wise

---------------------------------------------------------------------------*------------------------------

2007-07-13-09.32.12.752284-240 E49993E530 LEVEL: Error (OS)
PID : 20480 TID : 183029688704PROC : db2pclnr 0
INSTANCE: userid NODE : 000
FUNCTION: DB2 UDB, oper system services, sqloLoadModule, probe:190
CALLED : OS, -, dlopen OSERR: EINTR (4)
DATA #1 : Library name or path, 11 bytes
libaio.so.1
DATA #2 : shared library load flags, PD_TYPE_LOAD_FLAGS, 4 bytes
0
DATA #3 : String, 70 bytes
libaio.so.1: cannot open shared object file: No such file or directory

2007-07-13-09.32.12.752552-240 E50524E446 LEVEL: Error
PID : 20480 TID : 183029688704PROC : db2pclnr 0
INSTANCE: userid NODE : 000
FUNCTION: DB2 UDB, oper system services, sqloLinuxLoadLibAio, probe:10
CALLED : DB2 UDB, oper system services, sqloLoadModule
RETCODE : ZRC=0x870F009B=-2029059941=SQLO_MOD_LOAD_FAILED
"Dynamic library load failed."
MESSAGE : Failed to load libaio, AIO disabled.

Jul 17 '07 #3
On Jul 16, 1:38 am, sadan...@gmail.com wrote:
could you post the output of

rpm -qa | grep aio

Ensure you just have single aio package (64 bit only )

On Jul 13, 6:59 pm, gw...@pressganey.com wrote:
I'm trying to use LINUXAIO on my EMT64 db2 v9 FP 2 database server,
but I keep getting the following error in my db2diag.log. Funny
thing, the file is actually in /usr/lib. For some reason DB2 can't
find it. I read some other posts where people said that you have to
make sure you have the 64-bit version ofLIBAIOand at first, we
didn't -- but then we found the 64-bit package and reinstalled it and
we still have the problem. We're running Red Hat Enterprise 4. Any
help would be appreciated.
Thanks,
Greig Wise
---------------------------------------------------------------------------**------------------------------
2007-07-13-09.32.12.752284-240 E49993E530 LEVEL: Error (OS)
PID : 20480 TID : 183029688704PROC : db2pclnr 0
INSTANCE: userid NODE : 000
FUNCTION: DB2 UDB, oper system services, sqloLoadModule, probe:190
CALLED : OS, -, dlopen OSERR: EINTR (4)
DATA #1 : Library name or path, 11 bytes
libaio.so.1
DATA #2 : shared library load flags, PD_TYPE_LOAD_FLAGS, 4 bytes
0
DATA #3 : String, 70 bytes
libaio.so.1: cannot open shared object file: No such file or directory
2007-07-13-09.32.12.752552-240 E50524E446 LEVEL: Error
PID : 20480 TID : 183029688704PROC : db2pclnr 0
INSTANCE: userid NODE : 000
FUNCTION: DB2 UDB, oper system services, sqloLinuxLoadLibAio, probe:10
CALLED : DB2 UDB, oper system services, sqloLoadModule
RETCODE : ZRC=0x870F009B=-2029059941=SQLO_MOD_LOAD_FAILED
"Dynamic library load failed."
MESSAGE : Failed to loadlibaio, AIO disabled.- Hide quoted text -

- Show quoted text -
Here it is:

rpm -qa | grep aio
libaio-devel-0.3.105-2
libaio-0.3.105-2
It doesn't say anywhere that it's 64-bit but, the following seems to
indicate it is:

ls /usr/lib64/libaio*
/usr/lib64/libaio.a /usr/lib64/libaio.so

Now there are other libaio files in /usr/lib:

ls -lrt /usr/lib/libaio*
-rwxr-xr-x 1 root root 2628 Sep 16 2005 /usr/lib/libaio.so.1.0.1
-rwxr-xr-x 1 root root 2632 Sep 16 2005 /usr/lib/libaio.so.1.0.0
lrwxrwxrwx 1 root root 15 Mar 19 15:26 /usr/lib/libaio.so.1 ->
libaio.so.1.0.1

Is this what I should see if I have the 64-bit version installed? My
sysadmin says it was the 64-bit version.
Should I question him further?

Thanks,
Greig Wise

Jul 20 '07 #4
On Jul 17, 3:27 am, "stefan.albert" <stefan.alb...@spb.dewrote:
is the directory where the lib lives in the current path of the user
running db2start?

On Jul 13, 3:59 pm, gw...@pressganey.com wrote:
I'm trying to use LINUXAIO on my EMT64 db2 v9 FP 2 database server,
but I keep getting the following error in my db2diag.log. Funny
thing, the file is actually in /usr/lib. For some reason DB2 can't
find it. I read some other posts where people said that you have to
make sure you have the 64-bit version ofLIBAIOand at first, we
didn't -- but then we found the 64-bit package and reinstalled it and
we still have the problem. We're running Red Hat Enterprise 4. Any
help would be appreciated.
Thanks,
Greig Wise
---------------------------------------------------------------------------**------------------------------
2007-07-13-09.32.12.752284-240 E49993E530 LEVEL: Error (OS)
PID : 20480 TID : 183029688704PROC : db2pclnr 0
INSTANCE: userid NODE : 000
FUNCTION: DB2 UDB, oper system services, sqloLoadModule, probe:190
CALLED : OS, -, dlopen OSERR: EINTR (4)
DATA #1 : Library name or path, 11 bytes
libaio.so.1
DATA #2 : shared library load flags, PD_TYPE_LOAD_FLAGS, 4 bytes
0
DATA #3 : String, 70 bytes
libaio.so.1: cannot open shared object file: No such file or directory
2007-07-13-09.32.12.752552-240 E50524E446 LEVEL: Error
PID : 20480 TID : 183029688704PROC : db2pclnr 0
INSTANCE: userid NODE : 000
FUNCTION: DB2 UDB, oper system services, sqloLinuxLoadLibAio, probe:10
CALLED : DB2 UDB, oper system services, sqloLoadModule
RETCODE : ZRC=0x870F009B=-2029059941=SQLO_MOD_LOAD_FAILED
"Dynamic library load failed."
MESSAGE : Failed to loadlibaio, AIO disabled.- Hide quoted text -

- Show quoted text
Tried it both in the PATH and in the LD_LIBRARY_PATH. Didn't seem to
make a difference.

Greig Wise

Jul 20 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Eamonn O'Connell | last post by:
Hi, We have an ASP.net application, where we dynamically add controls, in the Page_Load. Occasionally, when the user posts back the page (e.g. clicks Save button on the page), we get a "Failed...
4
by: Rey | last post by:
Howdy all. Using VSNet 2003 on an XP Pro SP2 boox. Trying to use Crystal Reports to access an mdb file with access security/workspace. Simple report of customers but after spending mucho time...
1
by: Marco Gerlach | last post by:
Hello, on one of our customers servers we get following error on first ASPX-page: An error occurred while try to load the string resources (GetModuleHandle failed with error -2147023888) ...
0
by: Simon | last post by:
Hi I try to open a CR report file located on the network path from a web form developed with vs2003 and CR for Visual Studio, but the Load method of ReportDocument object always return error. ...
2
by: news | last post by:
I just upgraded to PHP 4.4.2 on my Slackware 10.2 system. And Apache/mySQL/PHP all work great through a browser. No errors. But when I try to run a PHP script through the command line, which I...
2
by: Dennis | last post by:
I'm getting the following problem occasionally...the application will work perfectly well for a period of time and then this pops up. I have tried turning off the default proxy in the...
6
by: sck10 | last post by:
Hello, I have applications that produce the following error when they have been open to long without activity. Is there any way to force a re-load of the page or go to another page if the page...
2
by: sck10 | last post by:
Hello, I have a web page that has a GridView and a FormView, each in its own panel. The GridView shows a list of records in a database. When a row in the GridView is selected the FormView...
1
by: kencana | last post by:
Hi all, I was wondering why I always get "failed to open stream: HTTP request failed!" error in either loading a normal or xml file. i don't understand why i can't get the whole result. the result...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.