<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: crw------- file in /var/tmp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/crw-file-in-var-tmp/m-p/4763271#M389301</link>
    <description>&lt;P&gt;What HP-UX version are you using?&lt;BR /&gt;I remember 11.11 or so creating those character files there:&lt;BR /&gt;&lt;A href="http://h30499.www3.hp.com/t5/System-Administration/Who-is-cluttering-var-tmp-with-char-dev-files-rdskAAA/m-p/4051670#M304578" target="_blank"&gt;http://h30499.www3.hp.com/t5/System-Administration/Who-is-cluttering-var-tmp-with-char-dev-files-rdskAAA/m-p/4051670#M304578&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Aug 2011 18:05:26 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2011-08-04T18:05:26Z</dc:date>
    <item>
      <title>crw------- file in /var/tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crw-file-in-var-tmp/m-p/4763264#M389294</link>
      <description>Data Protector V6.11 reported file /var/tmp/rdskVOJa03706 as an error.  Can it be deleted?  It seems to match an entry in /dev/rdsk.  I have a similar server with eight of these.&lt;BR /&gt;&lt;BR /&gt;# cd /var/tmp&lt;BR /&gt;ll rd*&lt;BR /&gt;crw-------   1 root       root       203 0x070000 Feb 10  2010 rdskVOJa03706&lt;BR /&gt;&lt;BR /&gt;ll /dev/rdsk | grep 0x0700&lt;BR /&gt;crw-r-----   1 bin        sys        188 0x070000 Feb 10  2010 c7t0d0&lt;BR /&gt;&lt;BR /&gt;ll /dev/dsk | grep 0x0700&lt;BR /&gt;brw-r-----   1 bin        sys         31 0x070000 Dec  8  2009 c7t0d0&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Mar 2011 16:10:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crw-file-in-var-tmp/m-p/4763264#M389294</guid>
      <dc:creator>Jerry Thompson_2</dc:creator>
      <dc:date>2011-03-09T16:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: crw------- file in /var/tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crw-file-in-var-tmp/m-p/4763265#M389295</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Files in /var/tmp are assumed to be deletable.&lt;BR /&gt;&lt;BR /&gt;The only exception is if the process that created them still has a file handle open.&lt;BR /&gt;&lt;BR /&gt;fuser -cu /var/tmp&lt;BR /&gt;&lt;BR /&gt;If there are no open file handles they can be deleted.&lt;BR /&gt;&lt;BR /&gt;Open file handles imply an open DP process.&lt;BR /&gt;&lt;BR /&gt;You may need to use lsof to check the process if you find an open file handle.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 09 Mar 2011 16:20:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crw-file-in-var-tmp/m-p/4763265#M389295</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2011-03-09T16:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: crw------- file in /var/tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crw-file-in-var-tmp/m-p/4763266#M389296</link>
      <description>did you mean:&lt;BR /&gt;&lt;BR /&gt;'fuser -fu /var/tmp/rdsk...'?&lt;BR /&gt;&lt;BR /&gt;'fuser -cu' reports the path is not a mount point.</description>
      <pubDate>Wed, 09 Mar 2011 16:27:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crw-file-in-var-tmp/m-p/4763266#M389296</guid>
      <dc:creator>Jerry Thompson_2</dc:creator>
      <dc:date>2011-03-09T16:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: crw------- file in /var/tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crw-file-in-var-tmp/m-p/4763267#M389297</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;No, I meant.&lt;BR /&gt;&lt;BR /&gt;fuser -cu /var/tmp&lt;BR /&gt;&lt;BR /&gt;That is where the files are.&lt;BR /&gt;&lt;BR /&gt;I'm guessing unless DP is running at this moment there are no file handles here.&lt;BR /&gt;&lt;BR /&gt;These files may be the result of failed DP or crashed DP jobs.&lt;BR /&gt;&lt;BR /&gt;Based on the date stamps, I'm pretty comfy deleting these files.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 09 Mar 2011 17:14:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crw-file-in-var-tmp/m-p/4763267#M389297</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2011-03-09T17:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: crw------- file in /var/tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crw-file-in-var-tmp/m-p/4763268#M389298</link>
      <description>...but this is what I get and I don't see that as a answer but a miss use of the command.  &lt;BR /&gt;&lt;BR /&gt;# fuser -cu /var/tmp&lt;BR /&gt;/var/tmp: fuser: could not find file system mounted at /var/tmp.</description>
      <pubDate>Wed, 09 Mar 2011 17:20:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crw-file-in-var-tmp/m-p/4763268#M389298</guid>
      <dc:creator>Jerry Thompson_2</dc:creator>
      <dc:date>2011-03-09T17:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: crw------- file in /var/tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crw-file-in-var-tmp/m-p/4763269#M389299</link>
      <description>Sorry.&lt;BR /&gt;&lt;BR /&gt;bdf /var/tmp&lt;BR /&gt;bdf /var&lt;BR /&gt;&lt;BR /&gt;fuser -cu /var&lt;BR /&gt;&lt;BR /&gt;I made an assumption, which makes me the first three letters of the word. :-)&lt;BR /&gt;&lt;BR /&gt;I assumed that /var/tmp was its own file system because that is how I do systems.&lt;BR /&gt;&lt;BR /&gt;That will give you open processes on /var&lt;BR /&gt;&lt;BR /&gt;There will be a lot.&lt;BR /&gt;&lt;BR /&gt;fuser -u /var/tmp&lt;BR /&gt;&lt;BR /&gt;This will show open processes probably only of a DP backup is running a job at the moment.&lt;BR /&gt;&lt;BR /&gt;root@rxq23hxd# fuser -u /var/tmp&lt;BR /&gt;/var/tmp:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 09 Mar 2011 17:33:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crw-file-in-var-tmp/m-p/4763269#M389299</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2011-03-09T17:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: crw------- file in /var/tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crw-file-in-var-tmp/m-p/4763270#M389300</link>
      <description>that makes more sense.  i will delete these files after confirming with fuser -u.  Thanks bunches...</description>
      <pubDate>Wed, 09 Mar 2011 17:36:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crw-file-in-var-tmp/m-p/4763270#M389300</guid>
      <dc:creator>Jerry Thompson_2</dc:creator>
      <dc:date>2011-03-09T17:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: crw------- file in /var/tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crw-file-in-var-tmp/m-p/4763271#M389301</link>
      <description>&lt;P&gt;What HP-UX version are you using?&lt;BR /&gt;I remember 11.11 or so creating those character files there:&lt;BR /&gt;&lt;A href="http://h30499.www3.hp.com/t5/System-Administration/Who-is-cluttering-var-tmp-with-char-dev-files-rdskAAA/m-p/4051670#M304578" target="_blank"&gt;http://h30499.www3.hp.com/t5/System-Administration/Who-is-cluttering-var-tmp-with-char-dev-files-rdskAAA/m-p/4051670#M304578&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2011 18:05:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crw-file-in-var-tmp/m-p/4763271#M389301</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-08-04T18:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: crw------- file in /var/tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crw-file-in-var-tmp/m-p/4763272#M389302</link>
      <description>HP-UX 11.23 on PA-Risc</description>
      <pubDate>Thu, 10 Mar 2011 17:47:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crw-file-in-var-tmp/m-p/4763272#M389302</guid>
      <dc:creator>Jerry Thompson_2</dc:creator>
      <dc:date>2011-03-10T17:47:10Z</dc:date>
    </item>
  </channel>
</rss>

