- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /var/tmp files
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 01:37 AM
10-27-2004 01:37 AM
/var/tmp files
The hostname of this 11i PA-RISC box is "Puffin".
Another appears evry fe minutes, and all the files are exactly 2097152 in size and I can't get rid of them:
rm: puffin.2949 not removed. Device busy
If I try to null them I get this error:
sh[2]: puffin.2949: Cannot create the specified file.
fuser and lsof don't seem to shed any light on the matter, although I'm not too sure on the syntax I should be using for lsof.
Any help appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 01:50 AM
10-27-2004 01:50 AM
Re: /var/tmp files
# what /var/tmp/puffin.2949
# file /var/tmp/puffin.2949
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 02:03 AM
10-27-2004 02:03 AM
Re: /var/tmp files
/var/tmp/puffin.2949:
# file /var/tmp/puffin.2949
/var/tmp/puffin.2949: commands text
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 02:09 AM
10-27-2004 02:09 AM
Re: /var/tmp files
What type of file is it ?! Socket, Pipe, File ?!
You may find which process works on them...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 02:09 AM
10-27-2004 02:09 AM
Re: /var/tmp files
or
# strings /var/tmp/puffin.2949 |more
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 02:11 AM
10-27-2004 02:11 AM
Re: /var/tmp files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 02:20 AM
10-27-2004 02:20 AM
Re: /var/tmp files
the files are just full of nothing (cat -v shows completely "^@")
fuser shows nothing, lsof shows nothing, the files types are shown in my previous post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 02:37 AM
10-27-2004 02:37 AM
Re: /var/tmp files
ps -aef | grep -i puffin
and also
ps -aef | grep -i 2949
grep -i puffin /etc/init.d/*
just try to trace the processes from where the service is starting, and check with application guys if they know something about it..
Hope it helps
Thanks
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 02:42 AM
10-27-2004 02:42 AM
Re: /var/tmp files
Could you check the timestamps on the files and compare them with your cron entryâ s.
Best regards,
Robert-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 02:49 AM
10-27-2004 02:49 AM
Re: /var/tmp files
fuser puffin.xxx 2>/dev/null should give you at least one process number.
Anyway, fuser /var/tmp should works even if it is not a moutnt point !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 02:53 AM
10-27-2004 02:53 AM
Re: /var/tmp files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 02:56 AM
10-27-2004 02:56 AM
Re: /var/tmp files
# swapinfo -tam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 02:59 AM
10-27-2004 02:59 AM
Re: /var/tmp files
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 4096 0 4096 0% 0 - 1 /dev/vg00/lvol2
localfs 1790 0 1790 0% none 0 1 /var/tmp
reserve - 5725 -5725
total 5886 5725 161 97% - 0 -
Ahhh! Is swap using /var/tmp in some way? Can I switch it off?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 03:01 AM
10-27-2004 03:01 AM
Re: /var/tmp files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 03:02 AM
10-27-2004 03:02 AM
Re: /var/tmp files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 03:08 AM
10-27-2004 03:08 AM
Re: /var/tmp files
/dev/vg00/lvol3 / vxfs delaylog 0 1
/dev/vg00/lvol1 /stand hfs defaults 0 1
/dev/vg00/lvol4 /home vxfs delaylog 0 2
/dev/vg00/lvol5 /opt vxfs delaylog 0 2
/dev/vg00/lvol7 /tmp vxfs delaylog 0 2
/dev/vg00/lvol8 /usr vxfs delaylog 0 2
/dev/vg00/lvol9 /var vxfs delaylog 0 2
/dev/vg00/lvol6 /opt/perf vxfs delaylog 0 2
/dev/vg00/lvol10 /var/adm/crash vxfs delaylog 0 2
/dev/vg00/lvol11 /var/adm/sw vxfs delaylog 0 2
/dev/vg00/lvol12 /var/opt/dce vxfs delaylog 0 2
/dev/vg00/lvol13 /opt/emc vxfs delaylog 0 2
/dev/vg01/lvol1 /var/opt/encina/local vxfs delaylog 0 2
/dev/vg01/lvol5 /appcode vxfs delaylog 0 2
/dev/vg01/lvol2 /var/mqm vxfs delaylog 0 2
/dev/vg01/lvol3 /opt/mqm vxfs delaylog 0 2
/dev/vg01/lvol6 /users vxfs delaylog 0 2
/dev/vg01/lvol7 /var/mqm/log vxfs delaylog 0 2
/dev/vg01/lvol8 /var/spool/lp vxfs delaylog 0 2
/dev/vg01/lvol12 /admin vxfs delaylog 0 2
/dev/vg01/inf1 /informix731FD7X2 vxfs log 0 2
#/dev/vg00/swap ... swap defaults 0 0
#/dev/vg01/swap ... swap defaults 0 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 03:13 AM
10-27-2004 03:13 AM
Re: /var/tmp files
@Cheryl : Congratulations !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 03:15 AM
10-27-2004 03:15 AM
Re: /var/tmp files
When was the last time your system was rebooted?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 05:25 AM
10-27-2004 05:25 AM
Re: /var/tmp files
It's possible the entries were commented out and the system was not rebooted, therefore it's still in use.
Look at the date of the /etc/fstab, although this date could be changed at anytime and compare it to:
# uptime
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 06:06 AM
10-27-2004 06:06 AM
Re: /var/tmp files
mark