<?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: ps full name process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-full-name-process/m-p/3753531#M784376</link>
    <description>Try adding the x in your options arguments&lt;BR /&gt; eg: ps -efx | grep ops</description>
    <pubDate>Fri, 17 Mar 2006 08:55:39 GMT</pubDate>
    <dc:creator>Marco Santerre</dc:creator>
    <dc:date>2006-03-17T08:55:39Z</dc:date>
    <item>
      <title>ps full name process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-full-name-process/m-p/3753529#M784374</link>
      <description>Hello,&lt;BR /&gt;I have some process that are so long and when I command ps I have not get the full name.&lt;BR /&gt;In example:&lt;BR /&gt;ps -ef|grep ops&lt;BR /&gt;I get this:&lt;BR /&gt;/opt/oracle/pkg03/merca02/app/openprocess/OPSchedule/bin/opspse&lt;BR /&gt;&lt;BR /&gt;But the real proces name is:/opt/oracle/pkg03/merca02/app/openprocess/OPSchedule/bin/opspserver&lt;BR /&gt;&lt;BR /&gt;So I need show the full name with ps command.&lt;BR /&gt;¿How can i do it in HP-UX?&lt;BR /&gt;&lt;BR /&gt;Tnaks in advance&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Mar 2006 08:46:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-full-name-process/m-p/3753529#M784374</guid>
      <dc:creator>Aranzazu</dc:creator>
      <dc:date>2006-03-17T08:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: ps full name process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-full-name-process/m-p/3753530#M784375</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Use the '-x' argument with 'ps' to show an extended commandline.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 17 Mar 2006 08:53:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-full-name-process/m-p/3753530#M784375</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-03-17T08:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: ps full name process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-full-name-process/m-p/3753531#M784376</link>
      <description>Try adding the x in your options arguments&lt;BR /&gt; eg: ps -efx | grep ops</description>
      <pubDate>Fri, 17 Mar 2006 08:55:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-full-name-process/m-p/3753531#M784376</guid>
      <dc:creator>Marco Santerre</dc:creator>
      <dc:date>2006-03-17T08:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: ps full name process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-full-name-process/m-p/3753532#M784377</link>
      <description>&lt;BR /&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;If you are using a vt100 emulation (or some other test based screen),  set your screen width to 132 instead of the default(80).&lt;BR /&gt;&lt;BR /&gt;This has worked for me in the past........&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Fri, 17 Mar 2006 08:57:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-full-name-process/m-p/3753532#M784377</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-03-17T08:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: ps full name process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-full-name-process/m-p/3753533#M784378</link>
      <description>or try this one.&lt;BR /&gt;&lt;BR /&gt;# UNIX95= ps -eo pcpu,pid,args | grep ops&lt;BR /&gt;0.0 25739 /app/ops/xos/bin/opspserver&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Fri, 17 Mar 2006 08:58:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-full-name-process/m-p/3753533#M784378</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2006-03-17T08:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: ps full name process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-full-name-process/m-p/3753534#M784379</link>
      <description>Hi,&lt;BR /&gt;   Use the swtich "x" along with ps -ex to find more details.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;or otherwise, use&lt;BR /&gt;UNIX95= ps -eo pcpu,pid,args | grep ops&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Prabu.S</description>
      <pubDate>Fri, 17 Mar 2006 09:04:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-full-name-process/m-p/3753534#M784379</guid>
      <dc:creator>Senthil Prabu.S_1</dc:creator>
      <dc:date>2006-03-17T09:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: ps full name process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-full-name-process/m-p/3753535#M784380</link>
      <description>NOTE: the -x option was added to HP-UX relatively recently. If you get an error saying that -x is not a valid option, you'll need the latest ps patch. Note also that there is no patch prior to 11.00 (ie, 10.20 and earlier) so  you won't see all of the command line.&lt;BR /&gt; &lt;BR /&gt;Note also that if you are using grep to locate a process by name, use ps to find the process by name. It is always accurate and works on earlier versions of HP-UX:&lt;BR /&gt; &lt;BR /&gt;UNIX95=1 ps -f -C opspserver</description>
      <pubDate>Fri, 17 Mar 2006 10:07:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-full-name-process/m-p/3753535#M784380</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-03-17T10:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: ps full name process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-full-name-process/m-p/3753536#M784381</link>
      <description>It is also worth noting that in 11.23 the default command line width is configurable via the /etc/default/ps configuration file.&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Mar 2006 10:54:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-full-name-process/m-p/3753536#M784381</guid>
      <dc:creator>VAS_1</dc:creator>
      <dc:date>2006-03-17T10:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: ps full name process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-full-name-process/m-p/3753537#M784382</link>
      <description>Hi,&lt;BR /&gt;in HP-UX 11i:&lt;BR /&gt;ps -efx|grep ops&lt;BR /&gt;&lt;BR /&gt;add 'x' option.&lt;BR /&gt;See man for furhet info.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Art&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Mar 2006 11:22:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-full-name-process/m-p/3753537#M784382</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2006-03-17T11:22:56Z</dc:date>
    </item>
  </channel>
</rss>

