<?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 command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2570754#M873282</link>
    <description>On some systems, the &lt;BR /&gt;&lt;BR /&gt;/usr/ucb/bin/ps -aux -ww | grep &lt;PID&gt;&lt;BR /&gt;&lt;BR /&gt;will give you exactly what you are looking for.&lt;/PID&gt;</description>
    <pubDate>Tue, 28 Aug 2001 16:35:38 GMT</pubDate>
    <dc:creator>Thomas Yake</dc:creator>
    <dc:date>2001-08-28T16:35:38Z</dc:date>
    <item>
      <title>ps command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2570744#M873272</link>
      <description>When I execute "ps -ef | grep ..." only a part of the job appears. How I can see the whole command that it's being executed?</description>
      <pubDate>Mon, 27 Aug 2001 14:44:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2570744#M873272</guid>
      <dc:creator>Manel Ventura</dc:creator>
      <dc:date>2001-08-27T14:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: ps command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2570745#M873273</link>
      <description>Can you post the output you get?&lt;BR /&gt;And what you are trying to get?&lt;BR /&gt;If it is a job try the command&lt;BR /&gt;jobs&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Richard&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Aug 2001 14:46:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2570745#M873273</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2001-08-27T14:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: ps command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2570746#M873274</link>
      <description>Manel, If I understand your question correctly...it maybe that the line is long. If the line is long it will wrap onto a new line.&lt;BR /&gt;RD</description>
      <pubDate>Mon, 27 Aug 2001 14:51:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2570746#M873274</guid>
      <dc:creator>Richard Darling</dc:creator>
      <dc:date>2001-08-27T14:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: ps command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2570747#M873275</link>
      <description>Hi Manel:&lt;BR /&gt;&lt;BR /&gt;Only a subset of the command line is saved by the kernel and is thus displayed to the 'ps' command.  This is noted in the man pages for 'ps'.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 27 Aug 2001 15:02:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2570747#M873275</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-08-27T15:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: ps command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2570748#M873276</link>
      <description>Hi Manel&lt;BR /&gt;&lt;BR /&gt;I think you want to look at all the related commands ,&lt;BR /&gt;try this&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep ....&lt;BR /&gt;&lt;BR /&gt;get the pid &lt;BR /&gt;&lt;BR /&gt;then again &lt;BR /&gt;&lt;BR /&gt;do ps -ef | grep on the pid&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Aug 2001 15:20:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2570748#M873276</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-08-27T15:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: ps command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2570749#M873277</link>
      <description>You could also pipe the results of the grep to a file that you could view with vi.  This would allow you to see the results if the line was wrapping around.&lt;BR /&gt;&lt;BR /&gt;ps -ef |grep "string" &amp;gt; /tmp/file&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Mon, 27 Aug 2001 17:12:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2570749#M873277</guid>
      <dc:creator>Mark Vollmers</dc:creator>
      <dc:date>2001-08-27T17:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: ps command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2570750#M873278</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It seems your communication software setting might need some modification. What are you using to connect to your unix box. Set your Terminal Connection Software setting. Under Terminal Settings --&amp;gt; General ---&amp;gt; set Auto wrap to on.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sanjay&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Aug 2001 19:03:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2570750#M873278</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-08-27T19:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: ps command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2570751#M873279</link>
      <description>You can also try "$set col=200".  This will allow you to see all that is retained in the command buffer.</description>
      <pubDate>Mon, 27 Aug 2001 19:37:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2570751#M873279</guid>
      <dc:creator>Philip P. Hartl</dc:creator>
      <dc:date>2001-08-27T19:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: ps command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2570752#M873280</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Looking in the man pages for 'ps' I found the parameter I needed. The option "-x" shows the command line in extended format.&lt;BR /&gt;&lt;BR /&gt;Before:&lt;BR /&gt;ps -ef | grep cpp&lt;BR /&gt;root  2615  2614  0 22:38:32 ?         0:00 sh -c /usr/ccs/lbin/cpp -DHOST=c200 -DSERVERHOST=c200 -DSRVR_c2&lt;BR /&gt;&lt;BR /&gt;Now:&lt;BR /&gt;ps -xef | grep cpp&lt;BR /&gt;    root  2615  2614  0 22:38:32 ?         0:00 sh -c /usr/ccs/lbin/cpp -DHOST=c200 -DSERVERHOST=c200 -DSRVR_c200 -DDISPLAY_NUM=0 -DCLIENTHOST=c200 -DCLNT_c200 -DVERSI&lt;BR /&gt;ON=11 -DREVISION=0 -DVENDOR="Hewlett-Packard Company" -DVNDR_Hewlett_Packard_Company -DRELEASE=600000 -DNUM_SCREENS=1 -DEXT_SYNC -DEXT_SLSd -DEXT_RECORD -DEXT_HP_COLOR&lt;BR /&gt;_RECOVERY -DEXT_Get_RGB_Image -DEXT_DPMS -DEXT_XIE -DEXT_DOUBLE_BUFFER -DEXT_Multi_Buffering -DEXT_SECURITY -DEXT_XC_APPGROUP -DEXT_LBX -DEXT_XC_MISC -DEXT_MIT_SUNDRY_&lt;BR /&gt;NONSTANDARD -DEXT_BIG_REQUESTS -DEXT_XTEST -DEXT_XInputExtension -DEXT_MIT_SHM -DEXT_SHAPE -DEXT_XTestExtension1 -DEXT_ShareExtension -DEXT_HPExtension -DSCREEN_NUM=0&lt;BR /&gt;-DWIDTH=1280 -DHEIGHT=1024 -DX_RESOLUTION=3743 -DY_RESOLUTION=3751 -DPLANES=8 -DBITS_PER_RGB=8 -DCLASS=PseudoColor -DCLASS_PseudoColor=32 -DCOLOR -DCLASS_PseudoColor_8&lt;BR /&gt;=32 -DCLASS_TrueColor_8=33&lt;BR /&gt;&lt;BR /&gt;I think this is a new feature of the 'ps' on HP-UX11i.&lt;BR /&gt;&lt;BR /&gt;Thank you everybody for your help.</description>
      <pubDate>Tue, 28 Aug 2001 12:57:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2570752#M873280</guid>
      <dc:creator>Manel Ventura</dc:creator>
      <dc:date>2001-08-28T12:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: ps command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2570753#M873281</link>
      <description>Hi manel,&lt;BR /&gt;&lt;BR /&gt;Hope i got your name right. Just tried the x options with ps. It did not work on my system. I have ux 11.0 on this. Guess you are right, it is new with ux 11i&lt;BR /&gt;&lt;BR /&gt;Thanks for the info&lt;BR /&gt;Sanjay&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Aug 2001 14:37:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2570753#M873281</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-08-28T14:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: ps command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2570754#M873282</link>
      <description>On some systems, the &lt;BR /&gt;&lt;BR /&gt;/usr/ucb/bin/ps -aux -ww | grep &lt;PID&gt;&lt;BR /&gt;&lt;BR /&gt;will give you exactly what you are looking for.&lt;/PID&gt;</description>
      <pubDate>Tue, 28 Aug 2001 16:35:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2570754#M873282</guid>
      <dc:creator>Thomas Yake</dc:creator>
      <dc:date>2001-08-28T16:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: ps command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2570755#M873283</link>
      <description>&lt;BR /&gt;You can execute this command:&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -u $user -o comm,args &lt;BR /&gt;&lt;BR /&gt;Another option is use lsof utility. &lt;BR /&gt;&lt;BR /&gt;(you obtain this utiluity &lt;A href="http://hpux.cs.utah.edu/hppd/hpux/alpha.html)" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/alpha.html)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;MDF&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Aug 2001 16:56:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2570755#M873283</guid>
      <dc:creator>Marcelo De Florio_1</dc:creator>
      <dc:date>2001-08-28T16:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: ps command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2570756#M873284</link>
      <description>Hi Manel,&lt;BR /&gt;&lt;BR /&gt;Normaly ps -ef reports the entire commands running in the system with their arguments.&lt;BR /&gt;&lt;BR /&gt;Try redirecting the output od this command into a file and edit it to see what is missing.&lt;BR /&gt;&lt;BR /&gt;Perhaps your screen is miss configured to print on next line the exceeded 80 characters.&lt;BR /&gt;&lt;BR /&gt;Magdi</description>
      <pubDate>Wed, 29 Aug 2001 08:06:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-command/m-p/2570756#M873284</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2001-08-29T08:06:54Z</dc:date>
    </item>
  </channel>
</rss>

