- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- i can see a lot of files like /var/tmp/caaa... wha...
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-23-2003 12:24 AM
10-23-2003 12:24 AM
i can see a lot of files like /var/tmp/caaa... what is this file
i can see that i lot of files are created on /var/tmp/caaa121212 , i know that i can delete this files but i m getting a lot of this files .
i want to know what is causing this files creating and how can i stop it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 12:31 AM
10-23-2003 12:31 AM
Re: i can see a lot of files like /var/tmp/caaa... what is this file
What is inside it?
-Tomek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 12:32 AM
10-23-2003 12:32 AM
Re: i can see a lot of files like /var/tmp/caaa... what is this file
some temporory files will be created during some processing and will be kept under /var/tmp and /tmp which doesn't cause any harm. You can close your eyes and remove
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 12:36 AM
10-23-2003 12:36 AM
Re: i can see a lot of files like /var/tmp/caaa... what is this file
i have all ready wrote a script that is deleting this files with crontab but ..
i want to know who is creating it and i can see that in one system it is creating every min. so i have 1000's of files .
in the files i can see this line :
ifconfig: no such interface
-rw-r--r-- 1 root sys 28 Oct 10 10:55 caaa07538
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 12:38 AM
10-23-2003 12:38 AM
Re: i can see a lot of files like /var/tmp/caaa... what is this file
Lsof can be found here:
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.67/
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 12:39 AM
10-23-2003 12:39 AM
Re: i can see a lot of files like /var/tmp/caaa... what is this file
believe these files are created at boot time, checking lan interfaces.
Regards,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 12:41 AM
10-23-2003 12:41 AM
Re: i can see a lot of files like /var/tmp/caaa... what is this file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 01:44 AM
10-23-2003 01:44 AM
Re: i can see a lot of files like /var/tmp/caaa... what is this file
well i have check all the thing that you told me but this is not the issue .
fuser is not good because the file is created and you can see whick process is doing it , also lsof will not help because i cant see this file open .
also a good idea who is creating this file will be good becuase i will run tusc on this process to see
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 02:04 AM
10-23-2003 02:04 AM
Re: i can see a lot of files like /var/tmp/caaa... what is this file
That's the problem with these transient temp files, they are only open for a very short time period. LSOF will catch this, but I think you will have to run it in a continuous loop from a script over a couple of hours to get lucky.
Some more questions:
Is lan1 configured? And if so, is it supposed to be?
# ifconfig lan1
Are there any entries in /etc/rc.config.d/netconf that confiure lan1?
Are you running gated? (GATED=1 in netconf)
If you are, what happens if you stop it?
/sbin/init.d/gated stop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 02:16 AM
10-23-2003 02:16 AM
Re: i can see a lot of files like /var/tmp/caaa... what is this file
Oracle tools, such as sqlplus, reportwriter (serverside), create these temp files and don't clean up.
I don't know if you can stop them, we have learned to live with them, but we regularly clean them out.
-- Graham