<?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: get program name from ps -ef in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/get-program-name-from-ps-ef/m-p/3956983#M761491</link>
    <description>How do I get the complete program name instead of "TPI" in output?&lt;BR /&gt;&lt;BR /&gt;First you should note that the program name is your case is java -- as that is the true executable. Your TPIDS.jar file is simply a data file albeit a data file that is interpreted or executed as pcode. In any event, add the -x argument so that ps -efx should be used. This will display more of the command line. Note that the "-x" ps option is not supported in all version of HP-UX. It first became available at 11.0 and only if a patch was applied. Do a man ps and if the -x option is mentioned then you are good to go.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 07 Mar 2007 00:01:40 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2007-03-07T00:01:40Z</dc:date>
    <item>
      <title>get program name from ps -ef</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-program-name-from-ps-ef/m-p/3956982#M761490</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;$ps -ef | grep jar&lt;BR /&gt;  otroot 21894 19704  0 20:12:14 pts/tf    0:03 /opt/java1.3/bin/../bin/PA_RISC2&lt;BR /&gt;.0/native_threads/java -jar TPI&lt;BR /&gt;&lt;BR /&gt;How do I get the complete program name instead of "TPI" in output?.&lt;BR /&gt;&lt;BR /&gt;This is a jar file named TPIDS.jar&lt;BR /&gt;&lt;BR /&gt;If I search for TPIDS.jar no output. Though the jar file is executing.&lt;BR /&gt;&lt;BR /&gt;$ps -ef | grep TPIDS.jar&lt;BR /&gt;No output&lt;BR /&gt;&lt;BR /&gt;I am on HPUX.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 06 Mar 2007 23:24:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-program-name-from-ps-ef/m-p/3956982#M761490</guid>
      <dc:creator>sharathkv25</dc:creator>
      <dc:date>2007-03-06T23:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: get program name from ps -ef</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-program-name-from-ps-ef/m-p/3956983#M761491</link>
      <description>How do I get the complete program name instead of "TPI" in output?&lt;BR /&gt;&lt;BR /&gt;First you should note that the program name is your case is java -- as that is the true executable. Your TPIDS.jar file is simply a data file albeit a data file that is interpreted or executed as pcode. In any event, add the -x argument so that ps -efx should be used. This will display more of the command line. Note that the "-x" ps option is not supported in all version of HP-UX. It first became available at 11.0 and only if a patch was applied. Do a man ps and if the -x option is mentioned then you are good to go.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Mar 2007 00:01:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-program-name-from-ps-ef/m-p/3956983#M761491</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-03-07T00:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: get program name from ps -ef</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-program-name-from-ps-ef/m-p/3956984#M761492</link>
      <description>hI,&lt;BR /&gt;ps -efx | grep TPIDS.jar&lt;BR /&gt;&lt;BR /&gt;add x to the option.&lt;BR /&gt;man ps for furhter info.&lt;BR /&gt;HTH,&lt;BR /&gt;Art</description>
      <pubDate>Thu, 08 Mar 2007 04:39:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-program-name-from-ps-ef/m-p/3956984#M761492</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2007-03-08T04:39:01Z</dc:date>
    </item>
  </channel>
</rss>

