<?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: Open files per process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298240#M183363</link>
    <description>yes, it is 11iv1&lt;BR /&gt;patch: sep, 2003</description>
    <pubDate>Tue, 08 Jun 2004 13:36:38 GMT</pubDate>
    <dc:creator>Brian Lee_4</dc:creator>
    <dc:date>2004-06-08T13:36:38Z</dc:date>
    <item>
      <title>Open files per process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298225#M183348</link>
      <description>Is there any command or tool to find out that certain process opens how many files.&lt;BR /&gt;&lt;BR /&gt;I had some issue with kernel parameter, nfile.&lt;BR /&gt;When open files reach the value of nfile, I can't telnet into the system.&lt;BR /&gt;I tried to find which process opened how many files but I couldn't.&lt;BR /&gt;&lt;BR /&gt;Please help me out.</description>
      <pubDate>Mon, 07 Jun 2004 13:59:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298225#M183348</guid>
      <dc:creator>Brian Lee_4</dc:creator>
      <dc:date>2004-06-07T13:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Open files per process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298226#M183349</link>
      <description>lsof&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.70/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.70/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 07 Jun 2004 14:06:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298226#M183349</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2004-06-07T14:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Open files per process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298227#M183350</link>
      <description>Brian,&lt;BR /&gt;&lt;BR /&gt;Sounds like a job for lsof.  For 64 bit 11i: &lt;A href="http://the-other.wiretapped.net/security/host-security/lsof/binaries/hpux/B.11.11/" target="_blank"&gt;http://the-other.wiretapped.net/security/host-security/lsof/binaries/hpux/B.11.11/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For 11.0:&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.70/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.70/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 07 Jun 2004 14:07:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298227#M183350</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-06-07T14:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Open files per process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298228#M183351</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You will have to install 'lsof' to find out the open files on the system. Simply use&lt;BR /&gt;&lt;BR /&gt;lsof &amp;gt; lsof.out&lt;BR /&gt;&lt;BR /&gt;Then sort out through second column. It is the pid of the process. You can write a small script to find the number of open files per process.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 07 Jun 2004 14:07:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298228#M183351</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-06-07T14:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Open files per process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298229#M183352</link>
      <description>lsof is a great tool, and may easily be included in scripts, but if your action is done only once, and have glance already installed, it can give you the info.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2004 14:08:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298229#M183352</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-06-07T14:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Open files per process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298230#M183353</link>
      <description>dont you just hate it when 4 people get there before you... lsof... But I guess yopu got the idea!!&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Mon, 07 Jun 2004 14:13:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298230#M183353</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2004-06-07T14:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Open files per process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298231#M183354</link>
      <description>GLANCE always is an option to check the process details.&lt;BR /&gt;&lt;BR /&gt;Simon&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2004 15:34:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298231#M183354</guid>
      <dc:creator>Camel_1</dc:creator>
      <dc:date>2004-06-07T15:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Open files per process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298232#M183355</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Your problem may not be due to the no of processes, but could be due to the limit being reached on the number of telenet sessions allowed on the box.&lt;BR /&gt;&lt;BR /&gt;Try this to identify yout problem and see if it can be due to something other than the limit on the no of files / processes.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000072193612" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000072193612&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The ITRC doc id is KBRC00014017.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2004 15:40:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298232#M183355</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-06-07T15:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Open files per process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298233#M183356</link>
      <description>Very important: nfile may be the originaql default value, jut a few hundred. It can be set to thousands or tens of thousands. Just run SAM and change the value. Remember that every process uses a minimum of 3 files (stdin, stdout, stderr) plus whatever the program needs. If you have 200 processes running, you can figure that nfile needs to be at least 1000. But to be sure, look at sar -v 1. The file and proc columns will show you the current values and maximum values. Your system is capable of running 10 or 100 times more processes--just adjust the kernel parameters.</description>
      <pubDate>Mon, 07 Jun 2004 21:05:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298233#M183356</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-06-07T21:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Open files per process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298234#M183357</link>
      <description>I tried to install C compiler before I installed lsof but it requires "gmake".&lt;BR /&gt;Please let me know where I can get the program.</description>
      <pubDate>Tue, 08 Jun 2004 10:15:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298234#M183357</guid>
      <dc:creator>Brian Lee_4</dc:creator>
      <dc:date>2004-06-08T10:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Open files per process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298235#M183358</link>
      <description>Just a note: If you run into a situation where nproc is set high but a given user or job can't seem to open enough processes.&lt;BR /&gt;&lt;BR /&gt;check kernel parameter maxuprc&lt;BR /&gt;&lt;BR /&gt;max processes per user.&lt;BR /&gt;&lt;BR /&gt;It defaults to 75 and that can be a problem once in a while.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 08 Jun 2004 10:31:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298235#M183358</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-06-08T10:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Open files per process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298236#M183359</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can try this site...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1123" target="_blank"&gt;http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1123&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;manish</description>
      <pubDate>Tue, 08 Jun 2004 10:32:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298236#M183359</guid>
      <dc:creator>Manish Srivastava</dc:creator>
      <dc:date>2004-06-08T10:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Open files per process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298237#M183360</link>
      <description>Brian, Don't build it, just download the RUN TIME depot and install it:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/ftp/hpux/Sysadmin/lsof-4.70/lsof-4.70-sd-11.00.depot.gz" target="_blank"&gt;http://hpux.cs.utah.edu/ftp/hpux/Sysadmin/lsof-4.70/lsof-4.70-sd-11.00.depot.gz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;put it on your server, then gunzip it:&lt;BR /&gt;&lt;BR /&gt;cd /opt/&lt;BR /&gt;gunzip lsof-4.70/lsof-4.70-sd-11.00.depot.gz&lt;BR /&gt;swinstall -s /opt/lsof-4.70/lsof-4.70-sd-11.00.depot&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jun 2004 10:37:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298237#M183360</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2004-06-08T10:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Open files per process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298238#M183361</link>
      <description>After I install lsof depot, I run "lsof &amp;gt; lsof.file" command but I get the following error.&lt;BR /&gt;&lt;BR /&gt;can't read proc table info&lt;BR /&gt;&lt;BR /&gt;please help me</description>
      <pubDate>Tue, 08 Jun 2004 13:17:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298238#M183361</guid>
      <dc:creator>Brian Lee_4</dc:creator>
      <dc:date>2004-06-08T13:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Open files per process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298239#M183362</link>
      <description>are you root ?&lt;BR /&gt;&lt;BR /&gt;Is the OS HPux 11i (11.11v1) ?&lt;BR /&gt;&lt;BR /&gt;What would you say your patch level is on your system ?&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 08 Jun 2004 13:31:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298239#M183362</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2004-06-08T13:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Open files per process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298240#M183363</link>
      <description>yes, it is 11iv1&lt;BR /&gt;patch: sep, 2003</description>
      <pubDate>Tue, 08 Jun 2004 13:36:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-files-per-process/m-p/3298240#M183363</guid>
      <dc:creator>Brian Lee_4</dc:creator>
      <dc:date>2004-06-08T13:36:38Z</dc:date>
    </item>
  </channel>
</rss>

