- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Unneccessary files in /tmp (11.22)
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
04-01-2004 02:01 PM
04-01-2004 02:01 PM
Unneccessary files in /tmp (11.22)
I am getting lots of unwanted files in my /tmp folder(11.22). These files are in the name of
from_ogld_2359.1
from_ogld_2361.1
from_ogld_2363.1
..........................
..........................
Rate of growth is around 2 files/sec. It is extremely annoying and not able to get any results thro' web.
My Platform details are given below,
Server : rx2600
OS : HPUX 11.22
Any help would be really appreciated.
Thanks,
Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 02:17 PM
04-01-2004 02:17 PM
Re: Unneccessary files in /tmp (11.22)
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.70/
and check the source process for those files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 02:18 PM
04-01-2004 02:18 PM
Re: Unneccessary files in /tmp (11.22)
Does it come from application , what is owner of those files ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 02:26 PM
04-01-2004 02:26 PM
Re: Unneccessary files in /tmp (11.22)
It is a X Server process that creates the Files. I am not sure which patch will solve my problem ??
Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 04:04 PM
04-01-2004 04:04 PM
Re: Unneccessary files in /tmp (11.22)
We do run a program nightly that wipes out files that have not been updated in 7 days.
But one of our databases keeps its lock files on /tmp and if you wipe those out or /tmp gets to full a pile of database users are very bounced.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 05:55 PM
04-01-2004 05:55 PM
Re: Unneccessary files in /tmp (11.22)
ls -tr /tmp/from_ogld* | tail -5 |sed 's|from_ogld_\([0-9]*\).1|\1|' | xargs ps -fp
This should show the process that created the last 5 files, if still running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 05:56 PM
04-01-2004 05:56 PM
Re: Unneccessary files in /tmp (11.22)
Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 06:14 PM
04-01-2004 06:14 PM
Re: Unneccessary files in /tmp (11.22)
Output is given below
=============
# ls -tr /tmp/from_ogld* | tail -5 |sed 's|from_ogld_\([0-9]*\).1|\1|' | xargs ps -fp
ps: wrong PID number /tmp/2034
UID PID PPID C STIME TTY TIME COMMAND
===============
I got a reply from HPUX Admin list that it is because of X server process. When i kill X server, file stops grow.Are there any patches or configuration that i need to change..?
Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 06:35 PM
04-01-2004 06:35 PM
Re: Unneccessary files in /tmp (11.22)
Check this doc,
Document description: system suffers from short hangs caused by x-server
Document id: UPERFKBRC00011506
http://www5.itrc.hp.com/service/cki/search.do?category=c0&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty&searchString=from_ogld&search.y=11&search.x=28&mode=text&admit=552267591+1080891220451+28353475&searchCrit=allwords
Regards,
Robert-Jan