×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
as an aside, two things for the com_ibm_tools_attach directory
Files in /tmp/.com_ibm_tools_attach/ are created by Java virtual machine
to implement Java Attach API feature.
I ran across this to stop the logging into that:
http://www-01.ibm.com/support/docview.wss?uid=nas8N1019813
There is also a process to "safely" remove the files.
<pseudo code>
read the directories in /tmp/.com_ibm_tools_attach directory
"the directory "names" are the PID from the job that created them"
check that PID using the qshell command "getjobid"
I used "getjobid -v 12345" where 12345 is the directory name
if no job is found using that PID you can safeely remove that directory.
lather-rinse-repeat
</pseudo code>
https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_73/rzahz/rzahzgetjobid.htm
Bryan
Gord Hutchinson wrote on 9/7/2018 11:02 AM:
I'm looking at implementing a regularly scheduled cleanup of /tmp.
Are there any system type objects or subdirectories in /tmp which should
NOT be deleted? Things like /.X11-unix or /.com_ibm_tools_attach.
Thanks,
Gord
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.