473,324 Members | 2,196 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,324 software developers and data experts.

howDB2 has a lot files under /proc on aix

Hi, All,
We have DB2 ESE V8.2 on aix5l box.
I found on the aix box, DB2 has a lot files under /proc.
You can see from the following:
dr-xr-xr-x 1 db2inst5 db2admin 0 Mar 17 13:44 1015810
dr-xr-xr-x 1 db2inst3 db2admin 0 Mar 17 13:44 1011954
dr-xr-xr-x 1 db2inst3 db2admin 0 Mar 17 13:44 1007660
dr-xr-xr-x 1 db2inst5 db2admin 0 Mar 17 13:44 1003684
dr-xr-xr-x 1 root system 0 Mar 17 13:44 1
dr-xr-xr-x 1 root system 0 Mar 17 13:44 0
/proc #

What are those files for?
As a DBA, I have any ideal on those files.
Thanks,
George
03/17
Mar 17 '08 #1
3 1543
Ian
zgh1970 wrote:
Hi, All,
We have DB2 ESE V8.2 on aix5l box.
I found on the aix box, DB2 has a lot files under /proc.
You can see from the following:
dr-xr-xr-x 1 db2inst5 db2admin 0 Mar 17 13:44 1015810
dr-xr-xr-x 1 db2inst3 db2admin 0 Mar 17 13:44 1011954
dr-xr-xr-x 1 db2inst3 db2admin 0 Mar 17 13:44 1007660
dr-xr-xr-x 1 db2inst5 db2admin 0 Mar 17 13:44 1003684
dr-xr-xr-x 1 root system 0 Mar 17 13:44 1
dr-xr-xr-x 1 root system 0 Mar 17 13:44 0
/proc #

What are those files for?
http://en.wikipedia.org/wiki/Procfs
Nothing to worry about.
Mar 17 '08 #2
On Mar 17, 3:10*pm, Ian <ianb...@mobileaudio.comwrote:
zgh1970 wrote:
Hi, All,
We have DB2 ESE V8.2 on aix5l box.
I found on the aix box, DB2 has a lot files under /proc.
You can see from the following:
dr-xr-xr-x * 1 db2inst5 db2admin * * * * *0 Mar 17 13:44 1015810
dr-xr-xr-x * 1 db2inst3 db2admin * * * * *0 Mar 17 13:44 1011954
dr-xr-xr-x * 1 db2inst3 db2admin * * * * *0 Mar 17 13:44 1007660
dr-xr-xr-x * 1 db2inst5 db2admin * * * * *0 Mar 17 13:44 1003684
dr-xr-xr-x * 1 root * * system * * * * * *0 Mar 17 13:44 1
dr-xr-xr-x * 1 root * * system * * * * * *0 Mar 17 13:44 0
/proc #
What are those files for?

http://en.wikipedia.org/wiki/Procfs

Nothing to worry about.
Hi,
Thank you for the reply.
It seams those files are related O.S instead of database management
system.
Mar 17 '08 #3
zgh1970 wrote:
On Mar 17, 3:10Â*pm, Ian <ianb...@mobileaudio.comwrote:
>zgh1970 wrote:
Hi, All,
We have DB2 ESE V8.2 on aix5l box.
I found on the aix box, DB2 has a lot files under /proc.
You can see from the following:
dr-xr-xr-x Â* 1 db2inst5 db2admin Â* Â* Â* Â* Â*0 Mar 17 13:44 1015810
dr-xr-xr-x Â* 1 db2inst3 db2admin Â* Â* Â* Â* Â*0 Mar 17 13:44 1011954
dr-xr-xr-x Â* 1 db2inst3 db2admin Â* Â* Â* Â* Â*0 Mar 17 13:44 1007660
dr-xr-xr-x Â* 1 db2inst5 db2admin Â* Â* Â* Â* Â*0 Mar 17 13:44 1003684
dr-xr-xr-x Â* 1 root Â* Â* system Â* Â* Â* Â* Â* Â*0 Mar 17 13:44 1
dr-xr-xr-x Â* 1 root Â* Â* system Â* Â* Â* Â* Â* Â*0 Mar 17 13:44 0
/proc #
What are those files for?

http://en.wikipedia.org/wiki/Procfs

Nothing to worry about.

Hi,
Thank you for the reply.
It seams those files are related O.S instead of database management
system.
Yes. Such a (virtual) file/directory exists under /proc for each process.

--
Knut Stolze
DB2 z/OS Utilities Development
IBM Germany
Mar 20 '08 #4

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

Similar topics

0
by: Danny J. Lesandrini | last post by:
First, this is _not_ a question about how to get Crystal Reports to run on a client machine. I've got all the merge modules added to the project and it's working fine. The question is about...
2
by: Avalanche | last post by:
Greetings all. I'm building a database (Access 2003) of applicants. Included in this database I would like to include the PDF applications for individuals in the database, accessable from a form...
1
by: Jamal | last post by:
I am working on binary files of struct ACTIONS I have a recursive qsort/mergesort hybrid that 1) i'm not a 100% sure works correctly 2) would like to convert to iteration Any comments or...
6
by: Jamal | last post by:
I am working on binary files of struct ACTIONS I have a recursive qsort/mergesort hybrid that 1) i'm not a 100% sure works correctly 2) would like to convert to iteration Any comments or...
0
by: Danny J. Lesandrini | last post by:
Didn't get any takers on this post this morning at dotnet.General, so I'm reposting here. First, this is _not_ a question about how to get Crystal Reports to run on a client machine. I've got...
0
by: metaperl | last post by:
A Comparison of Python Class Objects and Init Files for Program Configuration ============================================================================= Terrence Brannon bauhaus@metaperl.com...
1
by: Arkady Renko | last post by:
Gday Guys I'm attempting to create zip files on the fly for some highly compressible, yet very large files stored on my Web server. At present I'm using a class from the Zend library by Eric...
2
by: semaj.remle 'at' gmail | last post by:
For files saved in source control, is it better to use code to DROP/ CREATE a procedure like this: ------------------------------------------------------------------ IF OBJECT_ID ('procName') IS...
1
by: amitsinghal | last post by:
I am linking my compiled proC file with other C files and getting following error. ld: 0711-711 ERROR: Input file /opt/orabase/oracle/product/10.2.0/db_1/lib/libirc.a is empty. The file is being...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
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...

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.