Operating System - HP-UX
1823391 Members
2401 Online
109654 Solutions
New Discussion юеВ

Re: Temporary open files - identifying

 
SOLVED
Go to solution
Brendan Newport
Frequent Advisor

Temporary open files - identifying

/tmp on a K-Class repeatedly fills-up, but with no visible files to identify what is doing the filling.

I suspect a temporary file is being created, and remaining opened by an Oracle report, but it never gets closed because the file system fills-up (just increasing the size won't do, 'the new space will simply get exploited to the same state.)

Any idea how I can identify how such a process (fuser provides rather a lot of output)?

Thanks in anticipation.

Bren
"It doesn't have to be like this. All we need to do is make sure we keep talking"(Dave Gilmour)
4 REPLIES 4
eran maor
Honored Contributor
Solution

Re: Temporary open files - identifying

Hi

i will use the lsof to find which open file you have in the /tmp .

if you dont have the lsof you can download it from : http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.48/
love computers
federico_3
Honored Contributor

Re: Temporary open files - identifying

try to download "lsof ".


Federico
Brendan Newport
Frequent Advisor

Re: Temporary open files - identifying

ho hum...that did the trick.

Looks like the UK HP porting centre is still persisting with the VRML rubbish.

Never worked in 1995 when I worked for SGI...still doesn't work in 2001.
"It doesn't have to be like this. All we need to do is make sure we keep talking"(Dave Gilmour)
Printaporn_1
Esteemed Contributor

Re: Temporary open files - identifying

just simply using du over time and compare the output , may be it can narrow down to suspect directory.
enjoy any little thing in my life