473,378 Members | 1,500 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,378 software developers and data experts.

files under db2dump

Hello,

Under the /home/db2inst1/sqllib/db2dump folder, I have lot of files
created. Below is a snapshot of the contents:

-rw-rw-rw- 1 db2inst1 db2grp1 3583 Nov 03 2004 a86516.000
-rw-rw-rw- 1 db2inst1 db2grp1 3583 Oct 29 2004 a88738.000
-rw-rw-rw- 1 db2inst1 db2grp1 3071 Nov 05 2004 a91404.000
-rw-rw-rw- 1 db2inst1 db2grp1 3583 Oct 29 2004 a93490.000
-rw-rw-rw- 1 db2inst1 db2grp1 3583 Oct 29 2004 a93942.000
-rw-rw-rw- 1 db2inst1 db2grp1 35616005 Jun 14 18:17 db2diag.log
-rw-r--r-- 1 db2inst1 db2grp1 29935110 Dec 02 2004 db2diag1.log
-rw-r----- 1 db2inst1 db2grp1 5242044 Dec 31 09:35 db2eventlog.000
-rw-r----- 1 db2inst1 db2grp1 5242044 Apr 16 07:03 db2eventlog.000.c
-rw-rw-rw- 1 db2inst1 db2grp1 38309113 Jun 14 18:13 db2inst1.nfy
-rw-rw-rw- 1 db2inst1 db2grp1 0 May 11 14:39 g133628.000
-rw-rw-rw- 1 db2inst1 db2grp1 0 May 11 14:36 g143942.000
Some of the filenames starting with name "db2*.*" are taking lot of
space. What is the significance of these files?

Is it safe to delete these files, especially "db2*log*.*".

Regards,
Kamlesh

Nov 12 '05 #1
2 7119
Just delete them.
If you do have some problem, those file is good for diagnose them.

Kamlesh wrote:
Hello,

Under the /home/db2inst1/sqllib/db2dump folder, I have lot of files
created. Below is a snapshot of the contents:

-rw-rw-rw- 1 db2inst1 db2grp1 3583 Nov 03 2004 a86516.000
-rw-rw-rw- 1 db2inst1 db2grp1 3583 Oct 29 2004 a88738.000
-rw-rw-rw- 1 db2inst1 db2grp1 3071 Nov 05 2004 a91404.000
-rw-rw-rw- 1 db2inst1 db2grp1 3583 Oct 29 2004 a93490.000
-rw-rw-rw- 1 db2inst1 db2grp1 3583 Oct 29 2004 a93942.000
-rw-rw-rw- 1 db2inst1 db2grp1 35616005 Jun 14 18:17 db2diag.log
-rw-r--r-- 1 db2inst1 db2grp1 29935110 Dec 02 2004 db2diag1.log
-rw-r----- 1 db2inst1 db2grp1 5242044 Dec 31 09:35 db2eventlog.000
-rw-r----- 1 db2inst1 db2grp1 5242044 Apr 16 07:03 db2eventlog.000.c
-rw-rw-rw- 1 db2inst1 db2grp1 38309113 Jun 14 18:13 db2inst1.nfy
-rw-rw-rw- 1 db2inst1 db2grp1 0 May 11 14:39 g133628.000
-rw-rw-rw- 1 db2inst1 db2grp1 0 May 11 14:36 g143942.000
Some of the filenames starting with name "db2*.*" are taking lot of
space. What is the significance of these files?

Is it safe to delete these files, especially "db2*log*.*".

Regards,
Kamlesh


Nov 12 '05 #2
Kamlesh wrote:
Hello,

Under the /home/db2inst1/sqllib/db2dump folder, I have lot of files
created. Below is a snapshot of the contents:

-rw-rw-rw- 1 db2inst1 db2grp1 3583 Nov 03 2004 a86516.000
-rw-rw-rw- 1 db2inst1 db2grp1 3583 Oct 29 2004 a88738.000
-rw-rw-rw- 1 db2inst1 db2grp1 3071 Nov 05 2004 a91404.000
-rw-rw-rw- 1 db2inst1 db2grp1 3583 Oct 29 2004 a93490.000
-rw-rw-rw- 1 db2inst1 db2grp1 3583 Oct 29 2004 a93942.000
-rw-rw-rw- 1 db2inst1 db2grp1 35616005 Jun 14 18:17 db2diag.log
-rw-r--r-- 1 db2inst1 db2grp1 29935110 Dec 02 2004 db2diag1.log
-rw-r----- 1 db2inst1 db2grp1 5242044 Dec 31 09:35 db2eventlog.000
-rw-r----- 1 db2inst1 db2grp1 5242044 Apr 16 07:03 db2eventlog.000.c
-rw-rw-rw- 1 db2inst1 db2grp1 38309113 Jun 14 18:13 db2inst1.nfy
-rw-rw-rw- 1 db2inst1 db2grp1 0 May 11 14:39 g133628.000
-rw-rw-rw- 1 db2inst1 db2grp1 0 May 11 14:36 g143942.000
Some of the filenames starting with name "db2*.*" are taking lot of
space. What is the significance of these files?

The db2diag log holds information that can be interesting for problem
determination.
The event log contains information of interest for administration.
I'm not familiar with the nfy (Notify?) log.
Either way many customers arhcive tese files away.
For eaxmple they run a cron job which simple renames each of the files
(it apears someone did this with some of your files already) every 24
hours by adding a timestamp.
Then the file can archived away and eventually just be wiped
(maybe after a week or so, whichever you feel comfortable with).
DB2 will automagically recreate new files after the rename.

Cheers
Serge

--
Serge Rielau
DB2 SQL Compiler Development
IBM Toronto Lab
Nov 12 '05 #3

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

Similar topics

2
by: Mike | last post by:
I am sure that I am making a simple boneheaded mistake and I would appreciate your help in spotting in. I have just installed apache_2.0.53-win32-x86-no_ssl.exe php-5.0.3-Win32.zip...
44
by: Xah Lee | last post by:
here's a large exercise that uses what we built before. suppose you have tens of thousands of files in various directories. Some of these files are identical, but you don't know which ones are...
0
by: Tom Lee | last post by:
Hi, I'm new to .NET 2003 compiler. When I tried to compile my program using DEBUG mode, I got the following errors in the C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7 \include\xdebug...
18
by: JKop | last post by:
Here's what I know so far: You have a C++ project. You have source files in it. When you go to compile it, first thing the preprocessor sticks the header files into each source file. So now...
3
by: pooja | last post by:
Suppose i have created a class c1 with f1()in c1.cpp and included this c1.cpp in file1.cpp file , which is also having main() by giving the statement #include "c1.cpp". the same i can do by...
7
by: Simon Mc | last post by:
Hi, I'm new to DB2, currently working on Sybase. Is there a flat-text log file where DB2 writes to at startup and when it wishes to log problems like failed logins, expired passwords etc? (The...
7
by: Corepaul | last post by:
Missing Help Files When I enter "recordset" as the keyword and search the Visual Basic Help index, I get many topics of interest in the resulting list. But there isn't any information available...
18
by: UJ | last post by:
Folks, We provide custom content for our customers. Currently we put the files on our server and people have a program we provide that will download the files. These files are usually SWF, HTML or...
3
by: aRTx | last post by:
I have try a couple of time but does not work for me My files everytime are sortet by NAME. I want to Sort my files by Date-desc. Can anyone help me to do it? The Script <? /* ORIGJINALI
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...

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.