<?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: getting complete info using ps in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-complete-info-using-ps/m-p/4429069#M355499</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;ps -efx shows full paths.&lt;BR /&gt;&lt;BR /&gt;Kenan.</description>
    <pubDate>Fri, 29 May 2009 05:34:36 GMT</pubDate>
    <dc:creator>Kenan Erdey</dc:creator>
    <dc:date>2009-05-29T05:34:36Z</dc:date>
    <item>
      <title>getting complete info using ps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-complete-info-using-ps/m-p/4429067#M355497</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am running one program from dir&lt;BR /&gt;/usr/symology/syst/menus&lt;BR /&gt;*****************************************&lt;BR /&gt;Progarm1: &lt;BR /&gt;/usr/symology/acucobol72/bin/runcbl -f -c $SYMCFG/symology.cfg $SYMPRG/SYMBATCH.acu 000007&lt;BR /&gt;Program2:&lt;BR /&gt;/usr/symology/acucobol72/bin/runcbl -f -c $SYMCFG/symology.cfg $SYMPRG/SYMBATCH.acu 000008&lt;BR /&gt;******************************************&lt;BR /&gt;&lt;BR /&gt;After that when i do &lt;BR /&gt;ps -eaf | grep 'runcbl -f -c'| grep '/usr/symology/syst/menus'&lt;BR /&gt;&lt;BR /&gt;i get 2 processes result as:&lt;BR /&gt;&lt;BR /&gt;/usr/symology/acucobol72/bin/runcbl -f -c /usr/symology/syst/me&lt;BR /&gt;&lt;BR /&gt;/usr/symology/acucobol72/bin/runcbl -f -c /usr/symology/syst/me&lt;BR /&gt;&lt;BR /&gt;Now how can i know which process running on 000007 and which one on 000008.&lt;BR /&gt;Can we have any cmd whcih gives more details ?&lt;BR /&gt;&lt;BR /&gt;Also it is not showing complete path name and cuting at 'me' rathar than menus.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 29 May 2009 05:21:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-complete-info-using-ps/m-p/4429067#M355497</guid>
      <dc:creator>diwakar_4</dc:creator>
      <dc:date>2009-05-29T05:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: getting complete info using ps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-complete-info-using-ps/m-p/4429068#M355498</link>
      <description>Hello Diwakar,&lt;BR /&gt;here is below script which i found from one of thread, this may help you, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/?p=8" target="_blank"&gt;http://www.hpux.ws/?p=8&lt;/A&gt;</description>
      <pubDate>Fri, 29 May 2009 05:25:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-complete-info-using-ps/m-p/4429068#M355498</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2009-05-29T05:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: getting complete info using ps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-complete-info-using-ps/m-p/4429069#M355499</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;ps -efx shows full paths.&lt;BR /&gt;&lt;BR /&gt;Kenan.</description>
      <pubDate>Fri, 29 May 2009 05:34:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-complete-info-using-ps/m-p/4429069#M355499</guid>
      <dc:creator>Kenan Erdey</dc:creator>
      <dc:date>2009-05-29T05:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: getting complete info using ps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-complete-info-using-ps/m-p/4429070#M355500</link>
      <description>&lt;!--!*#--&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Apart from various ps(1M) command options,&lt;BR /&gt;there is also a configuration file&lt;BR /&gt;/etc/default/ps in recent versions of HP-UX.&lt;BR /&gt;&lt;BR /&gt;By default, here are the contents of the file:&lt;BR /&gt;&lt;BR /&gt;##################################################################&lt;BR /&gt;#                                                                #&lt;BR /&gt;# /etc/default/ps configuration file                             #&lt;BR /&gt;# Set the default COMMAND line width. Any value between 64-1020  #&lt;BR /&gt;# can be set.                                                    #&lt;BR /&gt;#                                                                #&lt;BR /&gt;##################################################################&lt;BR /&gt;DEFAULT_CMD_LINE_WIDTH=128&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
      <pubDate>Fri, 29 May 2009 08:18:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-complete-info-using-ps/m-p/4429070#M355500</guid>
      <dc:creator>VK2COT</dc:creator>
      <dc:date>2009-05-29T08:18:31Z</dc:date>
    </item>
  </channel>
</rss>

