<?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 for DB2 LUW DBA HowTo</title>
	<atom:link href="http://www.ebenner.com/db2dba_blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.ebenner.com/db2dba_blog</link>
	<description>Useful database administration techniques for Unix (LUW/UDB) DB2</description>
	<lastBuildDate>Tue, 30 Mar 2010 02:09:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on International Relocation: In Defense of IBM and Project Match by Jeffrey</title>
		<link>http://www.ebenner.com/db2dba_blog/?p=517&#038;cpage=1#comment-264</link>
		<dc:creator>Jeffrey</dc:creator>
		<pubDate>Tue, 30 Mar 2010 02:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ebenner.com/db2dba_blog/?p=517#comment-264</guid>
		<description>@Cassie - My job has been outsourced twice. Every time I immediately found a better job that was more appropriate to a senior DBA. If your job can be offshored that easily, you may think about changing your skillset. 

Once a DBA position becomes so routine that any junior DBA can handle it, it&#039;s ripe to be offshored. I pride myself in not staying in positions that are beneath my capabilities.</description>
		<content:encoded><![CDATA[<p>@Cassie &#8211; My job has been outsourced twice. Every time I immediately found a better job that was more appropriate to a senior DBA. If your job can be offshored that easily, you may think about changing your skillset. </p>
<p>Once a DBA position becomes so routine that any junior DBA can handle it, it&#8217;s ripe to be offshored. I pride myself in not staying in positions that are beneath my capabilities.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on International Relocation: In Defense of IBM and Project Match by Cassie</title>
		<link>http://www.ebenner.com/db2dba_blog/?p=517&#038;cpage=1#comment-263</link>
		<dc:creator>Cassie</dc:creator>
		<pubDate>Mon, 29 Mar 2010 23:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ebenner.com/db2dba_blog/?p=517#comment-263</guid>
		<description>Jeffrey is clearly an IBM lap dog (for now). When his job gets offshored, I&#039;m sure he&#039;ll change his tune.</description>
		<content:encoded><![CDATA[<p>Jeffrey is clearly an IBM lap dog (for now). When his job gets offshored, I&#8217;m sure he&#8217;ll change his tune.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UPDATE: DB2 Health Monitor Problems by Jeffrey</title>
		<link>http://www.ebenner.com/db2dba_blog/?p=84&#038;cpage=1#comment-260</link>
		<dc:creator>Jeffrey</dc:creator>
		<pubDate>Sat, 16 Jan 2010 17:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ebenner.com/db2dba_blog/?p=84#comment-260</guid>
		<description>Devendra,

All i can suggest is the IBM recommendation: &quot;Set the registry variable for the instance once.

db2set  DB2ENVLIST=DB2_HMON_DFT_STACK_SZ

And set the environment variable before db2start every time.

export DB2_HMON_DFT_STACK_SZ=655360
db2start&quot;</description>
		<content:encoded><![CDATA[<p>Devendra,</p>
<p>All i can suggest is the IBM recommendation: &#8220;Set the registry variable for the instance once.</p>
<p>db2set  DB2ENVLIST=DB2_HMON_DFT_STACK_SZ</p>
<p>And set the environment variable before db2start every time.</p>
<p>export DB2_HMON_DFT_STACK_SZ=655360<br />
db2start&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UPDATE: DB2 Health Monitor Problems by Devendra</title>
		<link>http://www.ebenner.com/db2dba_blog/?p=84&#038;cpage=1#comment-259</link>
		<dc:creator>Devendra</dc:creator>
		<pubDate>Sat, 16 Jan 2010 08:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ebenner.com/db2dba_blog/?p=84#comment-259</guid>
		<description>Jeffrey,
I cannot perform the above operations suggested by IBM since DB2 server is a production server.I can only suggest to Customer the above solution,but I cannot suggest it currently since in your case HEALTH_MON is set to ON value, whereas in my case it is OFF.
We have suggested them to keep DB2_HMON_DFT_STACK_SZ = 0, since on our production server HEATLH_MON is usulally set to OFF always and  we do not want errors due to db2acd process which runs after every two hours even if HEALTH_MON is set to zero.</description>
		<content:encoded><![CDATA[<p>Jeffrey,<br />
I cannot perform the above operations suggested by IBM since DB2 server is a production server.I can only suggest to Customer the above solution,but I cannot suggest it currently since in your case HEALTH_MON is set to ON value, whereas in my case it is OFF.<br />
We have suggested them to keep DB2_HMON_DFT_STACK_SZ = 0, since on our production server HEATLH_MON is usulally set to OFF always and  we do not want errors due to db2acd process which runs after every two hours even if HEALTH_MON is set to zero.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UPDATE: DB2 Health Monitor Problems by Jeffrey</title>
		<link>http://www.ebenner.com/db2dba_blog/?p=84&#038;cpage=1#comment-258</link>
		<dc:creator>Jeffrey</dc:creator>
		<pubDate>Sat, 16 Jan 2010 05:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ebenner.com/db2dba_blog/?p=84#comment-258</guid>
		<description>Davendra,

Please read to end of article: &quot;Update February 17, 2009 from IBM&quot; which gives detailed advice. Please implement and tell me if this corrects your issue.</description>
		<content:encoded><![CDATA[<p>Davendra,</p>
<p>Please read to end of article: &#8220;Update February 17, 2009 from IBM&#8221; which gives detailed advice. Please implement and tell me if this corrects your issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UPDATE: DB2 Health Monitor Problems by Devendra</title>
		<link>http://www.ebenner.com/db2dba_blog/?p=84&#038;cpage=1#comment-257</link>
		<dc:creator>Devendra</dc:creator>
		<pubDate>Sat, 16 Jan 2010 04:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ebenner.com/db2dba_blog/?p=84#comment-257</guid>
		<description>In your case u said u found the above error when HEALTH_MON=ON was set, but in my case I found the same error when HEALTH_MON=OFF,Please suggset</description>
		<content:encoded><![CDATA[<p>In your case u said u found the above error when HEALTH_MON=ON was set, but in my case I found the same error when HEALTH_MON=OFF,Please suggset</p>
]]></content:encoded>
	</item>
</channel>
</rss>
