vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 |
| |||
| 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. |
| |||
| On Mar 17, 3:10*pm, Ian <ianb...@mobileaudio.com> wrote: > 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. |
| |||
| 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? > As a DBA, I have any ideal on those files. > Thanks, > George > 03/17 Those would be the process ID's of various *proc*esses running as those instance owners. If you go into those directories, you can check up on a lot of what they're doing with the various pseudo-files therein. For example, if AIX is like Linux, /proc/$$/fd can be informative as to what that process has opened (it's a directory of symlinks). You should check up more with the AIX 5L documentation (the L stands for the Linux compatibility layer). This has nothing to do with DB2. Thus, it's the sysadmin's job, not the DBA's job. Of course, if you're also the sysadmin, well, then you should look it up :-) |
| ||||
| zgh1970 wrote: > On Mar 17, 3:10Â*pm, Ian <ianb...@mobileaudio.com> wrote: >> 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 |