<?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: Problem on XPG4 extensions to ps command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-on-xpg4-extensions-to-ps-command/m-p/2701138#M932933</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you are using different options:&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -C&lt;BR /&gt;&lt;BR /&gt;is kind of equivalent to using the "-f" option for the process names - without "-f" you are getting the real codefilename, with "-f" you are getting "agrc[0]", which it what the running process *thinks* its name is.&lt;BR /&gt;As an example, let look onto Oracle RDBMS:&lt;BR /&gt;- the codefile is only one and its name is "oracle" (who would have guessed?)&lt;BR /&gt;- the processes think their names are: &lt;BR /&gt;-- ora_????_SID and oracleSID, like ora_lgwr_openview/ora_dbw0_openview/oracleopenview&lt;BR /&gt;&lt;BR /&gt;If you look with "ps -ef" you'll see the "speaking" names, using "ps -e" you'll only see "oracle".&lt;BR /&gt;&lt;BR /&gt;And "UNIX95= ps -C procname" searches for the processname, not the codefilename...&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
    <pubDate>Thu, 11 Apr 2002 06:59:04 GMT</pubDate>
    <dc:creator>Wodisch</dc:creator>
    <dc:date>2002-04-11T06:59:04Z</dc:date>
    <item>
      <title>Problem on XPG4 extensions to ps command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-on-xpg4-extensions-to-ps-command/m-p/2701137#M932932</link>
      <description>I have encountered the following problem with the ps -C options on a system running HP-UX 11, and Ingres II.  PHCO_18446 is installed and configured.&lt;BR /&gt;&lt;BR /&gt;As you can see below, ps -C doesn't report anything for the process iidbms, but does for iigcn.  Using other options show that the iidbms process is definitely running.&lt;BR /&gt;&lt;BR /&gt;Has anyone encountered this before, and if so, can it be resolved?  All other processes (system and application) that I've tried to check for are reported with no problems.&lt;BR /&gt;&lt;BR /&gt;--&amp;gt;ps -eo comm | grep iidbms&lt;BR /&gt;iidbms&lt;BR /&gt;iidbms&lt;BR /&gt;--&amp;gt;ps -eo args | grep iidbms&lt;BR /&gt;/universe/ingres/bin/iidbms recovery (dmfrcp) II&lt;BR /&gt;/universe/ingres/bin/iidbms dbms (default) II&lt;BR /&gt;grep iidbms&lt;BR /&gt;--&amp;gt;ps -C iidbms&lt;BR /&gt;  PID TTY          TIME CMD&lt;BR /&gt;--&amp;gt;ps -C iigcn&lt;BR /&gt;  PID TTY          TIME CMD&lt;BR /&gt; 8736 ?           00:09 iigcn</description>
      <pubDate>Thu, 11 Apr 2002 06:50:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-on-xpg4-extensions-to-ps-command/m-p/2701137#M932932</guid>
      <dc:creator>Chris Wilshaw</dc:creator>
      <dc:date>2002-04-11T06:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on XPG4 extensions to ps command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-on-xpg4-extensions-to-ps-command/m-p/2701138#M932933</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you are using different options:&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -C&lt;BR /&gt;&lt;BR /&gt;is kind of equivalent to using the "-f" option for the process names - without "-f" you are getting the real codefilename, with "-f" you are getting "agrc[0]", which it what the running process *thinks* its name is.&lt;BR /&gt;As an example, let look onto Oracle RDBMS:&lt;BR /&gt;- the codefile is only one and its name is "oracle" (who would have guessed?)&lt;BR /&gt;- the processes think their names are: &lt;BR /&gt;-- ora_????_SID and oracleSID, like ora_lgwr_openview/ora_dbw0_openview/oracleopenview&lt;BR /&gt;&lt;BR /&gt;If you look with "ps -ef" you'll see the "speaking" names, using "ps -e" you'll only see "oracle".&lt;BR /&gt;&lt;BR /&gt;And "UNIX95= ps -C procname" searches for the processname, not the codefilename...&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Apr 2002 06:59:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-on-xpg4-extensions-to-ps-command/m-p/2701138#M932933</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-04-11T06:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on XPG4 extensions to ps command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-on-xpg4-extensions-to-ps-command/m-p/2701139#M932934</link>
      <description>excellent!&lt;BR /&gt;&lt;BR /&gt;I checked on the system, and when I looked at the executable for iidbms, it's a symbolic link to another executable iimerge.&lt;BR /&gt;&lt;BR /&gt;et voila.&lt;BR /&gt;&lt;BR /&gt;ps -Ciimerge&lt;BR /&gt;&lt;BR /&gt;PID TTY          TIME CMD&lt;BR /&gt;11460 ?           05:46 dmfacp&lt;BR /&gt;11444 ?           01:17 iidbms&lt;BR /&gt;11469 ?           08:32 iidbms&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Apr 2002 09:00:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-on-xpg4-extensions-to-ps-command/m-p/2701139#M932934</guid>
      <dc:creator>Chris Wilshaw</dc:creator>
      <dc:date>2002-04-11T09:00:32Z</dc:date>
    </item>
  </channel>
</rss>

