<?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: Running Processes using which FileSystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/running-processes-using-which-filesystem/m-p/4882844#M400892</link>
    <description>Faud,&lt;BR /&gt;&lt;BR /&gt;In addition to using glance and lsof to show you the processes that are using a filesystem, the command fuer will do the same.&lt;BR /&gt;&lt;BR /&gt;On files, running fuser -u &lt;FILE name=""&gt; will show the processes and the owner that are using the file.  On a filesystem, running fuser -cu &lt;MOUNT point=""&gt; will show which processes with the owner are using the file system.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Joseph.&lt;/MOUNT&gt;&lt;/FILE&gt;</description>
    <pubDate>Sun, 30 Jan 2005 08:41:01 GMT</pubDate>
    <dc:creator>Joseph A Benaiah_1</dc:creator>
    <dc:date>2005-01-30T08:41:01Z</dc:date>
    <item>
      <title>Running Processes using which FileSystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-processes-using-which-filesystem/m-p/4882835#M400883</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a requirement to know what filesystem are locked/used by which procesess? I know the process name, how I can know, what filesystem bieng used by this process?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Sat, 29 Jan 2005 02:30:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-processes-using-which-filesystem/m-p/4882835#M400883</guid>
      <dc:creator>Fuad_1</dc:creator>
      <dc:date>2005-01-29T02:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Running Processes using which FileSystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-processes-using-which-filesystem/m-p/4882836#M400884</link>
      <description>Hi Fuad,&lt;BR /&gt;&lt;BR /&gt;try the following.&lt;BR /&gt;&lt;BR /&gt;#fuser -cu /&lt;MOUNT point=""&gt;&lt;BR /&gt;&lt;BR /&gt;this will give you the process ID and the corresponding user.&lt;BR /&gt;&lt;BR /&gt;after this you can do &lt;BR /&gt;#ps -ef|grep &lt;PROCESS id=""&gt; to find the process details.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Syam&lt;/PROCESS&gt;&lt;/MOUNT&gt;</description>
      <pubDate>Sat, 29 Jan 2005 05:15:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-processes-using-which-filesystem/m-p/4882836#M400884</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-01-29T05:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Running Processes using which FileSystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-processes-using-which-filesystem/m-p/4882837#M400885</link>
      <description>Thanks Syam,&lt;BR /&gt;&lt;BR /&gt;I know this command, but it does not help, as I have to run the command on every FS to see which processes are used. I want the reverse, giving process name/id, and get the FS used.</description>
      <pubDate>Sat, 29 Jan 2005 05:29:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-processes-using-which-filesystem/m-p/4882837#M400885</guid>
      <dc:creator>Fuad_1</dc:creator>
      <dc:date>2005-01-29T05:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Running Processes using which FileSystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-processes-using-which-filesystem/m-p/4882838#M400886</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You need lsof:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.73/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.73/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This does exactly what you require.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Sat, 29 Jan 2005 05:48:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-processes-using-which-filesystem/m-p/4882838#M400886</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2005-01-29T05:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Running Processes using which FileSystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-processes-using-which-filesystem/m-p/4882839#M400887</link>
      <description>You can also get this information with Glance.&lt;BR /&gt;&lt;BR /&gt;If you are using the character mode glance, you do a F (capital F), enter the PID number and you see all open files for that process.&lt;BR /&gt;&lt;BR /&gt;If you are using the GUI version, you go to Report -&amp;gt; Process List.  Then in the process list window you select the process you want and then go to Reports -&amp;gt; Open Files and you will then see all open files for the process.</description>
      <pubDate>Sat, 29 Jan 2005 12:18:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-processes-using-which-filesystem/m-p/4882839#M400887</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-01-29T12:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Running Processes using which FileSystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-processes-using-which-filesystem/m-p/4882840#M400888</link>
      <description>Hi, &lt;BR /&gt; &lt;BR /&gt;have a look at "lsof -p" or else use Glance.&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
      <pubDate>Sat, 29 Jan 2005 13:25:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-processes-using-which-filesystem/m-p/4882840#M400888</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2005-01-29T13:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Running Processes using which FileSystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-processes-using-which-filesystem/m-p/4882841#M400889</link>
      <description>lsof lsof lsof .... thats it &lt;BR /&gt;&lt;BR /&gt;lsof -p &lt;PID&gt; # Will show all the open files by that process&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;&lt;BR /&gt;Kaps&lt;/PID&gt;</description>
      <pubDate>Sat, 29 Jan 2005 13:51:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-processes-using-which-filesystem/m-p/4882841#M400889</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2005-01-29T13:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Running Processes using which FileSystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-processes-using-which-filesystem/m-p/4882842#M400890</link>
      <description>Thanks to all for support, I have used Glance, which gives me the required details. But, I wonder, why lsof command is not defined in the system.</description>
      <pubDate>Sun, 30 Jan 2005 00:22:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-processes-using-which-filesystem/m-p/4882842#M400890</guid>
      <dc:creator>Fuad_1</dc:creator>
      <dc:date>2005-01-30T00:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Running Processes using which FileSystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-processes-using-which-filesystem/m-p/4882843#M400891</link>
      <description>hi, &lt;BR /&gt; &lt;BR /&gt;lsof is not a standard hpux tool.  You'll need to download &amp;amp; install it.&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.73/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.73/&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
      <pubDate>Sun, 30 Jan 2005 03:27:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-processes-using-which-filesystem/m-p/4882843#M400891</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2005-01-30T03:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Running Processes using which FileSystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-processes-using-which-filesystem/m-p/4882844#M400892</link>
      <description>Faud,&lt;BR /&gt;&lt;BR /&gt;In addition to using glance and lsof to show you the processes that are using a filesystem, the command fuer will do the same.&lt;BR /&gt;&lt;BR /&gt;On files, running fuser -u &lt;FILE name=""&gt; will show the processes and the owner that are using the file.  On a filesystem, running fuser -cu &lt;MOUNT point=""&gt; will show which processes with the owner are using the file system.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Joseph.&lt;/MOUNT&gt;&lt;/FILE&gt;</description>
      <pubDate>Sun, 30 Jan 2005 08:41:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-processes-using-which-filesystem/m-p/4882844#M400892</guid>
      <dc:creator>Joseph A Benaiah_1</dc:creator>
      <dc:date>2005-01-30T08:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Running Processes using which FileSystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-processes-using-which-filesystem/m-p/4882845#M400893</link>
      <description>Glance option work with me. Thanks to all</description>
      <pubDate>Mon, 29 Aug 2005 04:54:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-processes-using-which-filesystem/m-p/4882845#M400893</guid>
      <dc:creator>Fuad_1</dc:creator>
      <dc:date>2005-08-29T04:54:05Z</dc:date>
    </item>
  </channel>
</rss>

