<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Script to auto-start Websphere services on RHEL after a reboot</title>
	<atom:link href="http://www.oracledbasupport.co.uk/script-to-auto-start-websphere-services-after-a-reboot/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oracledbasupport.co.uk/script-to-auto-start-websphere-services-after-a-reboot/</link>
	<description>This is my (Sagar PATIL ) blog to list day to day issues</description>
	<lastBuildDate>Tue, 06 Dec 2011 11:08:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Sagar Patil</title>
		<link>http://www.oracledbasupport.co.uk/script-to-auto-start-websphere-services-after-a-reboot/#comment-27</link>
		<dc:creator>Sagar Patil</dc:creator>
		<pubDate>Sat, 15 May 2010 18:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/?p=1783#comment-27</guid>
		<description>Small Caveat:
The above script starts services as root . At many places you may not hvae root privs to stop/kill DMGR, Nodeagent and JVM processes.

To start services by respective WAS user (was61) edit script and add following option

sudo -u was61 -c &quot;$WAS_HOME/dmgr/bin/startManager.sh&quot;
sudo -u was61 -c $WAS_HOME/Node/bin/start_nodeagent.sh
sudo -u was61 -c $WAS_HOME/Node/bin/start_server_member1.sh
sudo -u was61 -c $WAS_HOME/Node/bin/start_server_member2.sh</description>
		<content:encoded><![CDATA[<p>Small Caveat:<br />
The above script starts services as root . At many places you may not hvae root privs to stop/kill DMGR, Nodeagent and JVM processes.</p>
<p>To start services by respective WAS user (was61) edit script and add following option</p>
<p>sudo -u was61 -c &#8220;$WAS_HOME/dmgr/bin/startManager.sh&#8221;<br />
sudo -u was61 -c $WAS_HOME/Node/bin/start_nodeagent.sh<br />
sudo -u was61 -c $WAS_HOME/Node/bin/start_server_member1.sh<br />
sudo -u was61 -c $WAS_HOME/Node/bin/start_server_member2.sh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sagar Patil</title>
		<link>http://www.oracledbasupport.co.uk/script-to-auto-start-websphere-services-after-a-reboot/#comment-26</link>
		<dc:creator>Sagar Patil</dc:creator>
		<pubDate>Fri, 30 Apr 2010 16:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/?p=1783#comment-26</guid>
		<description>I have tested this on one my websphere server today , everything went well. Use it if you need it.</description>
		<content:encoded><![CDATA[<p>I have tested this on one my websphere server today , everything went well. Use it if you need it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

