<?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: How to know which process has opened a specific file. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-know-which-process-has-opened-a-specific-file/m-p/2423772#M544</link>
    <description>There is some software called 'lsof' (list open files) which is available to do this.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/ftp/hpux/Sysadmin/lsof-4.48/" target="_blank"&gt;http://hpux.cs.utah.edu/ftp/hpux/Sysadmin/lsof-4.48/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The version number changes a bit, but that's right today!&lt;BR /&gt;&lt;BR /&gt;Andy</description>
    <pubDate>Wed, 24 May 2000 09:16:06 GMT</pubDate>
    <dc:creator>Andy Monks</dc:creator>
    <dc:date>2000-05-24T09:16:06Z</dc:date>
    <item>
      <title>How to know which process has opened a specific file.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-know-which-process-has-opened-a-specific-file/m-p/2423771#M543</link>
      <description>&lt;BR /&gt;I do have a filetable full situation at certain points in time. I know I can reconfigure the system by changing nfile and recompiling the kernel. But I want to know what process does increase the entries of my filetable at some points in time. How can I know this ?&lt;BR /&gt;&lt;BR /&gt;In nominal conditions the file table os far from full.&lt;BR /&gt;10:05:52 text-sz  ov  proc-sz  ov  inod-sz  ov  file-sz  ov &lt;BR /&gt;10:05:53   N/A   N/A 149/384   0  584/584   0  760/1093  0&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 May 2000 09:08:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-know-which-process-has-opened-a-specific-file/m-p/2423771#M543</guid>
      <dc:creator>Philippe Martin</dc:creator>
      <dc:date>2000-05-24T09:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to know which process has opened a specific file.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-know-which-process-has-opened-a-specific-file/m-p/2423772#M544</link>
      <description>There is some software called 'lsof' (list open files) which is available to do this.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/ftp/hpux/Sysadmin/lsof-4.48/" target="_blank"&gt;http://hpux.cs.utah.edu/ftp/hpux/Sysadmin/lsof-4.48/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The version number changes a bit, but that's right today!&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Wed, 24 May 2000 09:16:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-know-which-process-has-opened-a-specific-file/m-p/2423772#M544</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-05-24T09:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to know which process has opened a specific file.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-know-which-process-has-opened-a-specific-file/m-p/2423773#M545</link>
      <description>&lt;BR /&gt;Hi:&lt;BR /&gt;&lt;BR /&gt;fuser -cu /FILSYSTEM get a list of open files in filesystem and the pid and user that had opened. &lt;BR /&gt; &lt;BR /&gt;BUT, i think your kernel has MAXUSER parameter too low. Increasing this parameter you will raise process, openfiles, and inode table.&lt;BR /&gt;&lt;BR /&gt;10:05:52 text-sz ov proc-sz ov inod-sz ov file-sz ov &lt;BR /&gt;10:05:53 N/A N/A 149/384 0 584/584 0 760/1093 0 &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 May 2000 10:39:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-know-which-process-has-opened-a-specific-file/m-p/2423773#M545</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2000-05-24T10:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to know which process has opened a specific file.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-know-which-process-has-opened-a-specific-file/m-p/2423774#M546</link>
      <description>Carlos is correct that raising maxusers will raise the system process limit.  The default is (8*maxusers + 20).  You can also raise the limit directly by setting the nproc parameter.</description>
      <pubDate>Wed, 24 May 2000 15:33:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-know-which-process-has-opened-a-specific-file/m-p/2423774#M546</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-05-24T15:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to know which process has opened a specific file.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-know-which-process-has-opened-a-specific-file/m-p/2423775#M547</link>
      <description>you also can see the open files from glance ---&amp;gt; select the process --&amp;gt; select open files .</description>
      <pubDate>Thu, 25 May 2000 04:43:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-know-which-process-has-opened-a-specific-file/m-p/2423775#M547</guid>
      <dc:creator>rajsri</dc:creator>
      <dc:date>2000-05-25T04:43:03Z</dc:date>
    </item>
  </channel>
</rss>

