<?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 expand &amp;quot;ps -ef&amp;quot; output in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-expand-quot-ps-ef-quot-output/m-p/4405142#M352299</link>
    <description>Check this link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://unixhelp.ed.ac.uk/CGI/man-cgi?ps" target="_blank"&gt;http://unixhelp.ed.ac.uk/CGI/man-cgi?ps&lt;/A&gt;</description>
    <pubDate>Wed, 22 Apr 2009 06:49:43 GMT</pubDate>
    <dc:creator>Sivakumar MJ._1</dc:creator>
    <dc:date>2009-04-22T06:49:43Z</dc:date>
    <item>
      <title>how to expand "ps -ef" output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-expand-quot-ps-ef-quot-output/m-p/4405137#M352294</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt; I am running long command in hp-xu&lt;BR /&gt;&lt;BR /&gt;Ex:&lt;BR /&gt;&lt;BR /&gt;# /appl/starcd.4.0.2/FLEXLM/10.8.0.7/hpux64_11.00-pa8000/bin/lmgrd -c /opt/flexlm/vendor&lt;BR /&gt;&lt;BR /&gt;After execting this, I used "ps-ef" to see &lt;BR /&gt;&lt;BR /&gt;root@lgapps:/ &amp;gt; ps -ef | grep starcd&lt;BR /&gt;    root  4404     1  0 08:27:07 ?         0:00 /appl/starcd.4.0.2/FLEXLM/10.8.0.7/hpux64_11.00-pa8000/bin/l&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;here i am seeing only part of the command.&lt;BR /&gt;&lt;BR /&gt;So how to see the Full compand path in "ps -ef"&lt;BR /&gt;like i have entered.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Apr 2009 18:08:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-expand-quot-ps-ef-quot-output/m-p/4405137#M352294</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2009-04-21T18:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to expand "ps -ef" output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-expand-quot-ps-ef-quot-output/m-p/4405138#M352295</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this;&lt;BR /&gt;&lt;BR /&gt;# ps -x | grep starcd&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 21 Apr 2009 18:13:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-expand-quot-ps-ef-quot-output/m-p/4405138#M352295</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2009-04-21T18:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to expand "ps -ef" output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-expand-quot-ps-ef-quot-output/m-p/4405139#M352296</link>
      <description>add on&lt;BR /&gt;&lt;BR /&gt;# ps -efx | grep starcd</description>
      <pubDate>Tue, 21 Apr 2009 18:17:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-expand-quot-ps-ef-quot-output/m-p/4405139#M352296</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2009-04-21T18:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to expand "ps -ef" output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-expand-quot-ps-ef-quot-output/m-p/4405140#M352297</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;With 11.0 you need patch PHCO_33267 to enable an extended (1024 byte) command output with the '-x' switch of 'ps' as Robert suggested.  Otherwise, you will be limited to 64-characters.&lt;BR /&gt;&lt;BR /&gt;In current releases the file '/etc/default/ps' can enable you to define the default command length you wish to report.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 21 Apr 2009 18:26:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-expand-quot-ps-ef-quot-output/m-p/4405140#M352297</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-04-21T18:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to expand "ps -ef" output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-expand-quot-ps-ef-quot-output/m-p/4405141#M352298</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;This script actually contains a good example that might help.&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;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 21 Apr 2009 18:45:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-expand-quot-ps-ef-quot-output/m-p/4405141#M352298</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-04-21T18:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to expand "ps -ef" output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-expand-quot-ps-ef-quot-output/m-p/4405142#M352299</link>
      <description>Check this link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://unixhelp.ed.ac.uk/CGI/man-cgi?ps" target="_blank"&gt;http://unixhelp.ed.ac.uk/CGI/man-cgi?ps&lt;/A&gt;</description>
      <pubDate>Wed, 22 Apr 2009 06:49:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-expand-quot-ps-ef-quot-output/m-p/4405142#M352299</guid>
      <dc:creator>Sivakumar MJ._1</dc:creator>
      <dc:date>2009-04-22T06:49:43Z</dc:date>
    </item>
  </channel>
</rss>

