<?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: Application Hang-up in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/application-hang-up/m-p/3782646#M263487</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;The only way to tell what the last response was is to check /var/adm/syslog/syslog.log or the backup that is made after boot.&lt;BR /&gt;&lt;BR /&gt;It would be interesting if the machine is hung if you try a remote login to it and run top or performance management to see whats running at the time it is supposedly hung.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Thu, 04 May 2006 09:11:19 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-05-04T09:11:19Z</dc:date>
    <item>
      <title>Application Hang-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/application-hang-up/m-p/3782644#M263485</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Appreciate any inputs on my inquiry.&lt;BR /&gt;&lt;BR /&gt;We have around 100 HP-UX workstations (C3700 &amp;amp; C8000) running on CAD systems (CATIA/UG/IDEAS). Most of the issues we encounter is workstations hang-up, what we usually do is just reboot the workstation and the user can already continue working but I really wanted to troubleshooting on what really caused of the hang-up. First is I want to know how to check a certain application is still running or not. What is the command to do this?&lt;BR /&gt;&lt;BR /&gt;Any input is highly appreciated. Thanks.&lt;BR /&gt;&lt;BR /&gt;BTV</description>
      <pubDate>Thu, 04 May 2006 09:01:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/application-hang-up/m-p/3782644#M263485</guid>
      <dc:creator>bven</dc:creator>
      <dc:date>2006-05-04T09:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Application Hang-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/application-hang-up/m-p/3782645#M263486</link>
      <description>To check why the system hung, you should check the system log for any errors once it's back up: /var/adm/syslog/OLDsyslog.log&lt;BR /&gt;&lt;BR /&gt;To check if an app is still running, use the ps -ef|grep &lt;PROCESS name="" for="" app=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PROCESS&gt;</description>
      <pubDate>Thu, 04 May 2006 09:09:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/application-hang-up/m-p/3782645#M263486</guid>
      <dc:creator>Christian Tremblay</dc:creator>
      <dc:date>2006-05-04T09:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Application Hang-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/application-hang-up/m-p/3782646#M263487</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;The only way to tell what the last response was is to check /var/adm/syslog/syslog.log or the backup that is made after boot.&lt;BR /&gt;&lt;BR /&gt;It would be interesting if the machine is hung if you try a remote login to it and run top or performance management to see whats running at the time it is supposedly hung.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 04 May 2006 09:11:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/application-hang-up/m-p/3782646#M263487</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-05-04T09:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Application Hang-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/application-hang-up/m-p/3782647#M263488</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;To check your application / process&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep &lt;PROCEES&gt;&lt;BR /&gt;&lt;BR /&gt;also, check the # top 10 command to see CPU utilization and see which process is taking the maximum resources.&lt;BR /&gt;&lt;BR /&gt;there could be lot of other reasons like your network connections , disk utilization , memory etc for the " hang up"s.&lt;BR /&gt;&lt;BR /&gt;rgds / James&lt;BR /&gt;&lt;/PROCEES&gt;</description>
      <pubDate>Thu, 04 May 2006 09:11:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/application-hang-up/m-p/3782647#M263488</guid>
      <dc:creator>James George_1</dc:creator>
      <dc:date>2006-05-04T09:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Application Hang-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/application-hang-up/m-p/3782648#M263489</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is the OS version ?&lt;BR /&gt;You can use ps -eaf to see all the processes running on your system.&lt;BR /&gt;You can use glance - but since its a work station I am not sure if you will have glance installed - just check if you have /opt/perf/bin/glance - thats a wonderful utility.&lt;BR /&gt;You can see which are the max CPU using processes as&lt;BR /&gt;UNIX95= ps -e -o "pid,user,pcpu,args" | sort -nr -k 3 | more&lt;BR /&gt;&lt;BR /&gt;Are there any error logs in syslog ?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Thu, 04 May 2006 09:13:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/application-hang-up/m-p/3782648#M263489</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2006-05-04T09:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Application Hang-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/application-hang-up/m-p/3782649#M263490</link>
      <description>Thanks for all the inputs. By the way, using the ps command, how can you tell if a certain application is still running. For example, a user will report that his application is not anymore working, he can't even click on the menu button...he wants to know if his apps is still processing or not. &lt;BR /&gt;&lt;BR /&gt;I hope my question makes since. Thanks.</description>
      <pubDate>Mon, 08 May 2006 20:37:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/application-hang-up/m-p/3782649#M263490</guid>
      <dc:creator>bven</dc:creator>
      <dc:date>2006-05-08T20:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Application Hang-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/application-hang-up/m-p/3782650#M263491</link>
      <description>Thanks for all the inputs. By the way, using the ps command, how can you tell if a certain application is still running. For example, a user will report that his application is not anymore working, he can't even click on the menu button...he wants to know if his apps is still processing or not. &lt;BR /&gt;&lt;BR /&gt;I hope my question makes sense. Thanks.</description>
      <pubDate>Mon, 08 May 2006 20:37:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/application-hang-up/m-p/3782650#M263491</guid>
      <dc:creator>bven</dc:creator>
      <dc:date>2006-05-08T20:37:20Z</dc:date>
    </item>
  </channel>
</rss>

