<?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: /tmp file system issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system-issue/m-p/4273477#M334589</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It may be because of some process still holding the space which you might have deleted just. For instance, if you are deleting a big logfile and do not killed that process using that logfile, the space won't be released. &lt;BR /&gt;&lt;BR /&gt;Use lsof to find those process to kill it.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 22 Sep 2008 10:36:23 GMT</pubDate>
    <dc:creator>Ganesan R</dc:creator>
    <dc:date>2008-09-22T10:36:23Z</dc:date>
    <item>
      <title>/tmp file system issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system-issue/m-p/4273475#M334587</link>
      <description>I am doing housekeeping in /tmp file system and after doing housekeeping also the size of %used is 80%. can you please help me out why this happens.&lt;BR /&gt;&lt;BR /&gt;# bdf .&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol5    4636672 3686360  943336   80% /tmp&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Sep 2008 10:28:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system-issue/m-p/4273475#M334587</guid>
      <dc:creator>Indrajit Bhagat</dc:creator>
      <dc:date>2008-09-22T10:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: /tmp file system issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system-issue/m-p/4273476#M334588</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;used lsof and check which are the open files are there at /tmp.&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Mon, 22 Sep 2008 10:34:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system-issue/m-p/4273476#M334588</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-09-22T10:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: /tmp file system issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system-issue/m-p/4273477#M334589</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It may be because of some process still holding the space which you might have deleted just. For instance, if you are deleting a big logfile and do not killed that process using that logfile, the space won't be released. &lt;BR /&gt;&lt;BR /&gt;Use lsof to find those process to kill it.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Sep 2008 10:36:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system-issue/m-p/4273477#M334589</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2008-09-22T10:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: /tmp file system issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system-issue/m-p/4273478#M334590</link>
      <description>Might be helpfull for you.&lt;BR /&gt;&lt;BR /&gt;To list all open files, use: &lt;BR /&gt;&lt;BR /&gt;lsof &lt;BR /&gt;To list all open Internet, x.25 (HP-UX), and UNIX domain files, use: &lt;BR /&gt;&lt;BR /&gt;lsof -i -U &lt;BR /&gt;To list all open IPv4 network files in use by the process whose PID is 1234, use: &lt;BR /&gt;&lt;BR /&gt;lsof -i 4 -a -p 1234 &lt;BR /&gt;Presuming the UNIX dialect supports IPv6, to list only open IPv6 network files, use: &lt;BR /&gt;&lt;BR /&gt;lsof -i 6 &lt;BR /&gt;To list all files using any protocol on ports 513, 514, or 515 of host wonderland.cc.purdue.edu, use: &lt;BR /&gt;&lt;BR /&gt;lsof -i @wonderland.cc.purdue.edu:513-515 &lt;BR /&gt;To list all files using any protocol on any port of mace.cc.purdue.edu (cc.purdue.edu is the default domain), use: &lt;BR /&gt;&lt;BR /&gt;lsof -i @mace &lt;BR /&gt;To list all open files for login name ``abe'', or user ID 1234, or process 456, or process 123, or process 789, use: &lt;BR /&gt;&lt;BR /&gt;lsof -p 456,123,789 -u 1234,abe &lt;BR /&gt;To list all open files on device /dev/hd4, use: &lt;BR /&gt;&lt;BR /&gt;lsof /dev/hd4 &lt;BR /&gt;To find the process that has /u/abe/foo open, use: &lt;BR /&gt;&lt;BR /&gt;lsof /u/abe/foo &lt;BR /&gt;To send a SIGHUP to the processes that have /u/abe/bar open, use: &lt;BR /&gt;&lt;BR /&gt;kill -HUP `lsof -t /u/abe/bar` &lt;BR /&gt;To find any open file, including an open UNIX domain socket file, with the name /dev/log, use: &lt;BR /&gt;&lt;BR /&gt;lsof /dev/log &lt;BR /&gt;To find processes with open files on the NFS file system named /nfs/mount/point whose server is inaccessible, and presuming your mount table supplies the device number for /nfs/mount/point, use: &lt;BR /&gt;&lt;BR /&gt;lsof -b /nfs/mount/point &lt;BR /&gt;To do the preceding search with warning messages suppressed, use: &lt;BR /&gt;&lt;BR /&gt;lsof -bw /nfs/mount/point &lt;BR /&gt;To ignore the device cache file, use: &lt;BR /&gt;&lt;BR /&gt;lsof -Di &lt;BR /&gt;To obtain PID and command name field output for each process, file descriptor, file device number, and file inode number for each file of each process, use: &lt;BR /&gt;&lt;BR /&gt;lsof -FpcfDi &lt;BR /&gt;To list the files at descriptors 1 and 3 of every process running the lsof command for login ID ``abe'' every 10 seconds, use: &lt;BR /&gt;&lt;BR /&gt;lsof -c lsof -a -d 1 -d 3 -u abe -r10 &lt;BR /&gt;To list the current working directory of processes running a command that is exactly four characters long and has an 'o' or 'O' in character three, use this regular expression form of the -c c option: &lt;BR /&gt;&lt;BR /&gt;lsof -c /^..o.$/i -a -d cwd &lt;BR /&gt;To find an IP version 4 socket file by its associated numeric dot-form address, use: &lt;BR /&gt;&lt;BR /&gt;lsof -i@128.210.15.17 &lt;BR /&gt;To find an IP version 6 socket file (when the UNIX dialect supports IPv6) by its associated numeric colon-form address, use: &lt;BR /&gt;&lt;BR /&gt;lsof -i@[0:1:2:3:4:5:6:7] &lt;BR /&gt;To find an IP version 6 socket file (when the UNIX dialect supports IPv6) by an associated numeric colon-form address that has a run of zeroes in it - e.g., the loop-back address - use: &lt;BR /&gt;&lt;BR /&gt;lsof -i@[::1] &lt;BR /&gt;&lt;BR /&gt;============&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.netadmintools.com/html/lsof.man.html" target="_blank"&gt;http://www.netadmintools.com/html/lsof.man.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR</description>
      <pubDate>Mon, 22 Sep 2008 11:34:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system-issue/m-p/4273478#M334590</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2008-09-22T11:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: /tmp file system issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system-issue/m-p/4273479#M334591</link>
      <description>If lsof command is not there is server, then is there any command to check the open file.</description>
      <pubDate>Mon, 22 Sep 2008 11:52:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system-issue/m-p/4273479#M334591</guid>
      <dc:creator>Indrajit Bhagat</dc:creator>
      <dc:date>2008-09-22T11:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: /tmp file system issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system-issue/m-p/4273480#M334592</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the one you need:&lt;BR /&gt;# lsof +L1&lt;BR /&gt;&lt;BR /&gt;It will list files having a link count equal to 0.&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Sep 2008 11:55:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system-issue/m-p/4273480#M334592</guid>
      <dc:creator>Mounaam</dc:creator>
      <dc:date>2008-09-22T11:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: /tmp file system issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system-issue/m-p/4273481#M334593</link>
      <description>Hello Indrajit,&lt;BR /&gt;&lt;BR /&gt;try with:&lt;BR /&gt;&lt;BR /&gt;# fuser /tmp&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Mon, 22 Sep 2008 12:01:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system-issue/m-p/4273481#M334593</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-09-22T12:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: /tmp file system issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system-issue/m-p/4273482#M334594</link>
      <description>An 'fuser -cu /tmp' will be more helpful in showing all process accessing the /tmp filesystem.  There will probably be a LOT though as /tmp is used by system processes.&lt;BR /&gt;&lt;BR /&gt;If you want to see if a specific file is in use you can a 'fuser -u /tmp/filename'.&lt;BR /&gt;&lt;BR /&gt;'man fuser' to learn about the information that fuser returns.</description>
      <pubDate>Mon, 22 Sep 2008 12:19:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system-issue/m-p/4273482#M334594</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2008-09-22T12:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: /tmp file system issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system-issue/m-p/4273483#M334595</link>
      <description>Now what's the status of /tmp FS?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR</description>
      <pubDate>Mon, 22 Sep 2008 12:24:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system-issue/m-p/4273483#M334595</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2008-09-22T12:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: /tmp file system issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system-issue/m-p/4273484#M334596</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just install lsof here is the depot file&lt;BR /&gt;enjoy&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Tue, 23 Sep 2008 04:30:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system-issue/m-p/4273484#M334596</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-09-23T04:30:14Z</dc:date>
    </item>
  </channel>
</rss>

