<?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: Check Websphere is running or not in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/check-websphere-is-running-or-not/m-p/3973872#M95453</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Actually im a normal user i dont have permission to run  serverstatus.sh , Can you suggest some other ways to find the process which are must to run Websphere so that we can find them using PS if they are not running.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Tue, 03 Apr 2007 11:49:59 GMT</pubDate>
    <dc:creator>bruceedgar</dc:creator>
    <dc:date>2007-04-03T11:49:59Z</dc:date>
    <item>
      <title>Check Websphere is running or not</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-websphere-is-running-or-not/m-p/3973868#M95449</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;I have installed Websphere applcation server in my box, i would like to check that the Websphere application server is running or not.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance&lt;BR /&gt;&lt;BR /&gt;Bruce&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Apr 2007 14:43:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-websphere-is-running-or-not/m-p/3973868#M95449</guid>
      <dc:creator>bruceedgar</dc:creator>
      <dc:date>2007-04-02T14:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Check Websphere is running or not</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-websphere-is-running-or-not/m-p/3973869#M95450</link>
      <description>Websphere itself should have a command that tells whether or not it is running.  If nothing else, there should be a list or processes that Websphere runs.  If you know the process name, you can check for the existence of that process with the 'ps' command.  Do a 'man ps' for information on the usage of 'ps'.</description>
      <pubDate>Mon, 02 Apr 2007 15:25:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-websphere-is-running-or-not/m-p/3973869#M95450</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-04-02T15:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Check Websphere is running or not</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-websphere-is-running-or-not/m-p/3973870#M95451</link>
      <description>Hi Bruce:&lt;BR /&gt;&lt;BR /&gt;# [ -z "`UNIX95= ps -C myproc -o pid= -o comm=`" ] &amp;amp;&amp;amp; mailx -s "myproc" is not running!" root &amp;lt; /dev/null&lt;BR /&gt;&lt;BR /&gt;Substitute the 'basename' of the Websphere process for 'myproc' and you have a monitor that can be 'cron'ed if you like to alert you (here, the root user) when the process isn't running.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF... &lt;BR /&gt;</description>
      <pubDate>Mon, 02 Apr 2007 15:26:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-websphere-is-running-or-not/m-p/3973870#M95451</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-04-02T15:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Check Websphere is running or not</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-websphere-is-running-or-not/m-p/3973871#M95452</link>
      <description>Use "$WAS_HOME/bin/serverStatus.sh -all" to see what's running. It's slow, but it does query the server(s) to make sure they're responding.&lt;BR /&gt;&lt;BR /&gt;A faster way is to check the processes, but you have to be careful because java processes all look pretty much the same. You'll get a PID file in each server's log directory (ie logs/server1/server1.pid), you can try to make sure the listed PID is valid and looks like a WebSphere process.&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Apr 2007 17:09:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-websphere-is-running-or-not/m-p/3973871#M95452</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2007-04-02T17:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Check Websphere is running or not</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-websphere-is-running-or-not/m-p/3973872#M95453</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Actually im a normal user i dont have permission to run  serverstatus.sh , Can you suggest some other ways to find the process which are must to run Websphere so that we can find them using PS if they are not running.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 03 Apr 2007 11:49:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-websphere-is-running-or-not/m-p/3973872#M95453</guid>
      <dc:creator>bruceedgar</dc:creator>
      <dc:date>2007-04-03T11:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Check Websphere is running or not</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-websphere-is-running-or-not/m-p/3973873#M95454</link>
      <description>Use the PID file and see if it's a java process running from the WebSphere installation path. Depending on your setup, WebSphere may have several processes. You probably won't be able to tell different WebSphere processes apart with ps on HP-UX because the command is long enough to get truncated.&lt;BR /&gt;&lt;BR /&gt;If you can not run serverStatus.sh then I assume you are not the WebSphere admin. The application admins may be able to provide you with better information on identifying WebSphere processes in that specific environment.</description>
      <pubDate>Tue, 03 Apr 2007 15:00:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-websphere-is-running-or-not/m-p/3973873#M95454</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2007-04-03T15:00:31Z</dc:date>
    </item>
  </channel>
</rss>

