473,511 Members | 16,730 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

db2diag.log

Hi,
here is a message I have been recieving in my db2diag.log file

240 E457831A419 LEVEL: Warning (OS)

PID : 369436 TID : 5707 PROC : java

INSTANCE: db2inst1 NODE : 000

FUNCTION: DB2 UDB, oper system services, sqloqualifydir, probe:30

CALLED : OS, -, unspecified_system_function

OSERR : ENOENT (2) "A file or directory in the path name does not
exist."

DATA #1 : File name, 27 bytes

/u01/home/db2inst1/db2inst1
This is repeating through out the day. I cannot find anything in the
dbm or db parameters that point to this location. This being a new
machine no other users are connected to it. I am just prepping up the
machine.

Jul 10 '06 #1
4 5986

Asphalt Blazer wrote:
Hi,
here is a message I have been recieving in my db2diag.log file

240 E457831A419 LEVEL: Warning (OS)

PID : 369436 TID : 5707 PROC : java

INSTANCE: db2inst1 NODE : 000

FUNCTION: DB2 UDB, oper system services, sqloqualifydir, probe:30

CALLED : OS, -, unspecified_system_function

OSERR : ENOENT (2) "A file or directory in the path name does not
exist."

DATA #1 : File name, 27 bytes

/u01/home/db2inst1/db2inst1
This is repeating through out the day. I cannot find anything in the
dbm or db parameters that point to this location. This being a new
machine no other users are connected to it. I am just prepping up the
machine.
It _appears_ that DB2 is trying to write to a specfic path,
/u01/home/db2inst1/db2inst1, and not finding it.

I think you need to figure out _why_ it is trying to write to that
path. Then, if that is the correct path, you'll need to create the
necessary directories or, if it isn't the correct path, you'll want to
change the parameters to make it point to the desired path.

Based on the "FUNCTION:" line, I'm _guessing_ that DB2 is trying to
write a log file to that path. I would have expected to see the
troublesome path in your dbm or db configurations but you say that you
have already checked them and that path is not used. All I can suggest
is that you double-check them just to see if you missed one. Perhaps it
is the data warehouse database, not one of the ones you created for
yourself??

--
Rhino

Jul 10 '06 #2
It is a dw database, i had redirected restored the database from
another machine. But even in that machine there is no path like this. I
double and triple checked the paths in db and dbm cfg's there is no
path like this

the salient paths:
db cfg

Path to log files =
/u02/db2alogs/cdxxxx/NODE0000/

dbm cfg
Default database path (DFTDBPATH) =
/u01/db2catalogs

I dont know why it is still looking for this path

rh*********@yahoo.ca wrote:
Asphalt Blazer wrote:
Hi,
here is a message I have been recieving in my db2diag.log file

240 E457831A419 LEVEL: Warning (OS)

PID : 369436 TID : 5707 PROC : java

INSTANCE: db2inst1 NODE : 000

FUNCTION: DB2 UDB, oper system services, sqloqualifydir, probe:30

CALLED : OS, -, unspecified_system_function

OSERR : ENOENT (2) "A file or directory in the path name does not
exist."

DATA #1 : File name, 27 bytes

/u01/home/db2inst1/db2inst1
This is repeating through out the day. I cannot find anything in the
dbm or db parameters that point to this location. This being a new
machine no other users are connected to it. I am just prepping up the
machine.

It _appears_ that DB2 is trying to write to a specfic path,
/u01/home/db2inst1/db2inst1, and not finding it.

I think you need to figure out _why_ it is trying to write to that
path. Then, if that is the correct path, you'll need to create the
necessary directories or, if it isn't the correct path, you'll want to
change the parameters to make it point to the desired path.

Based on the "FUNCTION:" line, I'm _guessing_ that DB2 is trying to
write a log file to that path. I would have expected to see the
troublesome path in your dbm or db configurations but you say that you
have already checked them and that path is not used. All I can suggest
is that you double-check them just to see if you missed one. Perhaps it
is the data warehouse database, not one of the ones you created for
yourself??

--
Rhino
Jul 11 '06 #3
actually I found one more thing, this error happens when I start the
control center. Well that does not solve the problem.


Asphalt Blazer wrote:
It is a dw database, i had redirected restored the database from
another machine. But even in that machine there is no path like this. I
double and triple checked the paths in db and dbm cfg's there is no
path like this

the salient paths:
db cfg

Path to log files =
/u02/db2alogs/cdxxxx/NODE0000/

dbm cfg
Default database path (DFTDBPATH) =
/u01/db2catalogs

I dont know why it is still looking for this path

rh*********@yahoo.ca wrote:
Asphalt Blazer wrote:
Hi,
here is a message I have been recieving in my db2diag.log file
>
240 E457831A419 LEVEL: Warning (OS)
>
PID : 369436 TID : 5707 PROC : java
>
INSTANCE: db2inst1 NODE : 000
>
FUNCTION: DB2 UDB, oper system services, sqloqualifydir, probe:30
>
CALLED : OS, -, unspecified_system_function
>
OSERR : ENOENT (2) "A file or directory in the path name does not
exist."
>
DATA #1 : File name, 27 bytes
>
/u01/home/db2inst1/db2inst1
>
>
This is repeating through out the day. I cannot find anything in the
dbm or db parameters that point to this location. This being a new
machine no other users are connected to it. I am just prepping up the
machine.
It _appears_ that DB2 is trying to write to a specfic path,
/u01/home/db2inst1/db2inst1, and not finding it.

I think you need to figure out _why_ it is trying to write to that
path. Then, if that is the correct path, you'll need to create the
necessary directories or, if it isn't the correct path, you'll want to
change the parameters to make it point to the desired path.

Based on the "FUNCTION:" line, I'm _guessing_ that DB2 is trying to
write a log file to that path. I would have expected to see the
troublesome path in your dbm or db configurations but you say that you
have already checked them and that path is not used. All I can suggest
is that you double-check them just to see if you missed one. Perhaps it
is the data warehouse database, not one of the ones you created for
yourself??

--
Rhino
Jul 11 '06 #4
If you're going to start top-posting, this is going to get
confusing....

Asphalt Blazer wrote:
It is a dw database, i had redirected restored the database from
another machine. But even in that machine there is no path like this. I
double and triple checked the paths in db and dbm cfg's there is no
path like this

the salient paths:
db cfg

Path to log files =
/u02/db2alogs/cdxxxx/NODE0000/

dbm cfg
Default database path (DFTDBPATH) =
/u01/db2catalogs

I dont know why it is still looking for this path
It looks like you're working with a flavour of Unix or Linux. Could
there be a symbolic link pointing from one of your paths to the one
mentioned in the message?

Other than that, I'm not sure what else to suggest.

You could try googling on sqloqualifydir or other keywords in the log
entry (in both Google Groups and Google Web) to see if you can find
other problem reports that might be related. That might give you a clue
about what you should do.

You could create the path it wants - just leave it empty or put a
harmless file in there - and see if the problem goes away. This _might_
increase the scope of the problem if the file it wants is critical but
that might be helpful if you get more and/or clearer messages that tell
you what exactly is wrong.

You could ignore the message since there is apparently nothing
misbehaving within your system beyond the generation of this message.

You could call IBM Support and ask for their help. That will cost you
something if you don't already have a support contract but maybe it
will be worth if for your peace of mind.

I suppose it depends on how much this bothers you and how much time and
money you're willing to spend to resolve the problem.

--
Rhino
>

rh*********@yahoo.ca wrote:
Asphalt Blazer wrote:
Hi,
here is a message I have been recieving in my db2diag.log file
>
240 E457831A419 LEVEL: Warning (OS)
>
PID : 369436 TID : 5707 PROC : java
>
INSTANCE: db2inst1 NODE : 000
>
FUNCTION: DB2 UDB, oper system services, sqloqualifydir, probe:30
>
CALLED : OS, -, unspecified_system_function
>
OSERR : ENOENT (2) "A file or directory in the path name does not
exist."
>
DATA #1 : File name, 27 bytes
>
/u01/home/db2inst1/db2inst1
>
>
This is repeating through out the day. I cannot find anything in the
dbm or db parameters that point to this location. This being a new
machine no other users are connected to it. I am just prepping up the
machine.
It _appears_ that DB2 is trying to write to a specfic path,
/u01/home/db2inst1/db2inst1, and not finding it.

I think you need to figure out _why_ it is trying to write to that
path. Then, if that is the correct path, you'll need to create the
necessary directories or, if it isn't the correct path, you'll want to
change the parameters to make it point to the desired path.

Based on the "FUNCTION:" line, I'm _guessing_ that DB2 is trying to
write a log file to that path. I would have expected to see the
troublesome path in your dbm or db configurations but you say that you
have already checked them and that path is not used. All I can suggest
is that you double-check them just to see if you missed one. Perhaps it
is the data warehouse database, not one of the ones you created for
yourself??

--
Rhino
Jul 11 '06 #5

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

Similar topics

0
1829
by: Klemens | last post by:
what do entry's like this in db2diag.log indicate? ------------------------------------------- 2004-01-14-09.07.52.650000 Instance:WWS Node:000 PID:3512(db2syscs.exe) TID:1116 ...
7
7431
by: Shawn | last post by:
We are on IBM DB2 7.1 ON WINDOWS. The db2diag.log is not working and no new line written into it for few days. The last lines in db2diag.log shows: Warning: active log held by dirty pages....
3
3449
by: richardshen | last post by:
Instead of watching it manually.
2
2394
by: soccertl | last post by:
I wrote code that parses the db2diag.log to look for errors that would require us to generate a message to a service center indicating something is wrong. My problem is trying to figure out what...
4
7311
by: Praveen_db2 | last post by:
Hi All I am getting strange errors in my db2diag.log can any one tell me what these errors mean?? Following is the code from my db2diag.log...
14
3517
by: Gio Galma | last post by:
how I can invoke the db2diag utility in a Windows environment? in my D:\Program Files\IBM\SQLLIB\BIN directory I can see only db2diag.dll, and it seems there isn't the command line version; which...
1
5787
by: oddbande | last post by:
We have just upgraded a test enviroment to db2 9, and have set both the notifylevel and diaglevel to 3. But even so I get a lot of these messages in my db2diag.log: ...
5
3207
by: Norm | last post by:
Does anyone have any suggestions for securing against this vulnerability: http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-1027 Fixes are not yet available from IBM. They will be in FP2 for V9...
6
5578
by: KG | last post by:
Hi, Does anyone knows how to recover the test file db2diag.log. By mistake I have delete the contents of db2diag.log, wondering if I could restore the contents of my db2diag.log.
0
2290
by: eddy82 | last post by:
Hi All, I have this db2start in my db2diag.log everyday around the same time. But no db2stop in the db2diag.log or in the db2.nfy. I already check and no corruption or cronjob running during...
0
7242
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
7138
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7423
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...
1
7081
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7510
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
3225
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3213
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1576
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
781
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.