<?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: HMA startup issue on AIX &#8211; Hawk 4.5.1</title>
	<atom:link href="http://tibcoadmin.com/tibco/hawk/hma-startup-issue-on-aix-hawk-4-5-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://tibcoadmin.com/tibco/hawk/hma-startup-issue-on-aix-hawk-4-5-1/</link>
	<description>thoughts and actions</description>
	<lastBuildDate>Thu, 19 Jan 2012 22:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Serge</title>
		<link>http://tibcoadmin.com/tibco/hawk/hma-startup-issue-on-aix-hawk-4-5-1/#comment-1187</link>
		<dc:creator>Serge</dc:creator>
		<pubDate>Mon, 26 Dec 2011 10:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://tibcoadmin.com/uncategorized/hma-startup-issue-on-aix-hawk-4-5-1/#comment-1187</guid>
		<description>Hi Srinivas,
I can advise you to prepare a script that calls appmanage utility like this:
appmanage -stop -app  -domain  -user admin -pw 
for every deployed service. Then you can execute the script using Custom:execute method whenever you need.
If appmanage doesn&#039;t work as expected, you have to check the log file in tra/domain//logs folder.</description>
		<content:encoded><![CDATA[<p>Hi Srinivas,<br />
I can advise you to prepare a script that calls appmanage utility like this:<br />
appmanage -stop -app  -domain  -user admin -pw<br />
for every deployed service. Then you can execute the script using Custom:execute method whenever you need.<br />
If appmanage doesn&#8217;t work as expected, you have to check the log file in tra/domain//logs folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manukonda Srinivas Chakravarth</title>
		<link>http://tibcoadmin.com/tibco/hawk/hma-startup-issue-on-aix-hawk-4-5-1/#comment-1186</link>
		<dc:creator>Manukonda Srinivas Chakravarth</dc:creator>
		<pubDate>Mon, 26 Dec 2011 07:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://tibcoadmin.com/uncategorized/hma-startup-issue-on-aix-hawk-4-5-1/#comment-1186</guid>
		<description>Not sure Where to post my Message so i am Keeping my Post Here,

Hi All,Want to Create Hawk Rule to stop all the services that are deployed on mySolaris server.could someone help me out in creating the Hawk Rule to stop all thedeployed/running services on my server.I have created sample Hawk to Stop the service but i am not getting theexpected result and the component is not going down. Atatched Sample Hawk that I have created (i have written only for one component tought to add another components after this works). Thanks for your support and help.Regards,Srinivas Chakravarthy</description>
		<content:encoded><![CDATA[<p>Not sure Where to post my Message so i am Keeping my Post Here,</p>
<p>Hi All,Want to Create Hawk Rule to stop all the services that are deployed on mySolaris server.could someone help me out in creating the Hawk Rule to stop all thedeployed/running services on my server.I have created sample Hawk to Stop the service but i am not getting theexpected result and the component is not going down. Atatched Sample Hawk that I have created (i have written only for one component tought to add another components after this works). Thanks for your support and help.Regards,Srinivas Chakravarthy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Serge</title>
		<link>http://tibcoadmin.com/tibco/hawk/hma-startup-issue-on-aix-hawk-4-5-1/#comment-49</link>
		<dc:creator>Serge</dc:creator>
		<pubDate>Thu, 11 Mar 2010 16:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://tibcoadmin.com/uncategorized/hma-startup-issue-on-aix-hawk-4-5-1/#comment-49</guid>
		<description>You can also enable higher tracing to Hawk, set -tsm_tracelevel -1 in your &lt;install-path&gt;\tibco\tra\domain\&lt;domain-name&gt;\hawkagent.cfg and restart your Hawk Agent. The logs will be under &lt;install-path&gt;\tibco\tra\domain\&lt;domain-name&gt;\logs\tsm.log by default, you can define it using -tsm_traceLogFile parameter.</description>
		<content:encoded><![CDATA[<p>You can also enable higher tracing to Hawk, set -tsm_tracelevel -1 in your <install -path>\tibco\tra\domain\<domain -name>\hawkagent.cfg and restart your Hawk Agent. The logs will be under <install -path>\tibco\tra\domain\<domain -name>\logs\tsm.log by default, you can define it using -tsm_traceLogFile parameter.</domain></install></domain></install></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhishek bhatia</title>
		<link>http://tibcoadmin.com/tibco/hawk/hma-startup-issue-on-aix-hawk-4-5-1/#comment-48</link>
		<dc:creator>abhishek bhatia</dc:creator>
		<pubDate>Thu, 11 Mar 2010 15:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://tibcoadmin.com/uncategorized/hma-startup-issue-on-aix-hawk-4-5-1/#comment-48</guid>
		<description>Yes, I am starting the process as tibco user at both instances. From inittab I call the startup script.

Startup script switches to tibco user before starting the hawk agent. So, in case of server restart or starting agent manually, the user stays the same.

The variables containing lib path and jre are set correctly.

It is a good idea to log the output of the hawkagent_domain command to a startup log file because I was putting that to dev/null.  But, I had a question here, doesn&#039;t it automatically log any errors or startup problems to HAWK.log under /tra/domain//logs and /hawk/log folders??

I will try logging the output in either case. It can reveal something.</description>
		<content:encoded><![CDATA[<p>Yes, I am starting the process as tibco user at both instances. From inittab I call the startup script.</p>
<p>Startup script switches to tibco user before starting the hawk agent. So, in case of server restart or starting agent manually, the user stays the same.</p>
<p>The variables containing lib path and jre are set correctly.</p>
<p>It is a good idea to log the output of the hawkagent_domain command to a startup log file because I was putting that to dev/null.  But, I had a question here, doesn&#8217;t it automatically log any errors or startup problems to HAWK.log under /tra/domain//logs and /hawk/log folders??</p>
<p>I will try logging the output in either case. It can reveal something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Serge</title>
		<link>http://tibcoadmin.com/tibco/hawk/hma-startup-issue-on-aix-hawk-4-5-1/#comment-47</link>
		<dc:creator>Serge</dc:creator>
		<pubDate>Thu, 11 Mar 2010 08:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://tibcoadmin.com/uncategorized/hma-startup-issue-on-aix-hawk-4-5-1/#comment-47</guid>
		<description>Just to make a supposition, is an agent comes up first time and second time under the same user? If user the same (root?), it perhaps something related to system variables: rv/lib must be in LIBPATH and LD_LIBRARY_PATH, JRE_ROOT also must be, that can be defined in users profile but not defined when system comes up. You can check system variables when you start the agent second time, then try to define these variables in your script. Also you can add to the end of line, which called the script in /etc/inittab, like hawkagent_domain &gt;/tmp/agent_start.log 2&gt;&amp;1 to enable output to the startup log file for subsequent analysis.</description>
		<content:encoded><![CDATA[<p>Just to make a supposition, is an agent comes up first time and second time under the same user? If user the same (root?), it perhaps something related to system variables: rv/lib must be in LIBPATH and LD_LIBRARY_PATH, JRE_ROOT also must be, that can be defined in users profile but not defined when system comes up. You can check system variables when you start the agent second time, then try to define these variables in your script. Also you can add to the end of line, which called the script in /etc/inittab, like hawkagent_domain >/tmp/agent_start.log 2>&#038;1 to enable output to the startup log file for subsequent analysis.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

