<?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: Install DB2 on Mac OS X and give us feedback</title>
	<atom:link href="http://programmingzen.com/2009/01/20/installing-db2-on-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://programmingzen.com/2009/01/20/installing-db2-on-mac-os-x/</link>
	<description>Meditations on programming, startups, and technology</description>
	<lastBuildDate>Thu, 10 May 2012 04:53:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Roberto</title>
		<link>http://programmingzen.com/2009/01/20/installing-db2-on-mac-os-x/#comment-27481</link>
		<dc:creator>Roberto</dc:creator>
		<pubDate>Sun, 06 May 2012 10:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/?p=544#comment-27481</guid>
		<description>Hi Daniel

I have the same problem on OSX 10.6.8

I fixed it creating a symlink to the OSX Java home and now db2fs works.

 ln -s  /Library/Java/Home ~/sqllib/java/jdk64/jre

Regards

Roberto</description>
		<content:encoded><![CDATA[<p>Hi Daniel</p>
<p>I have the same problem on OSX 10.6.8</p>
<p>I fixed it creating a symlink to the OSX Java home and now db2fs works.</p>
<p> ln -s  /Library/Java/Home ~/sqllib/java/jdk64/jre</p>
<p>Regards</p>
<p>Roberto</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://programmingzen.com/2009/01/20/installing-db2-on-mac-os-x/#comment-27296</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sat, 14 Apr 2012 08:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/?p=544#comment-27296</guid>
		<description>Sorry.. typo.. 

my Java is located in /Library/Java/Home/bin/java

Daniel.</description>
		<content:encoded><![CDATA[<p>Sorry.. typo.. </p>
<p>my Java is located in /Library/Java/Home/bin/java</p>
<p>Daniel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://programmingzen.com/2009/01/20/installing-db2-on-mac-os-x/#comment-27295</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sat, 14 Apr 2012 08:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/?p=544#comment-27295</guid>
		<description>Hi Antonio,

Great blog.

I seem to be running into Stefan&#039;s problem above (your reply 23 Mar 10:13). My OS is OS X 10.6. I have run (per your suggestion):

db2 update dbm cfg using JDK_PATH /Library/Java/Home

but I get this error when running db2fs:

sh: /Library/Java/Home/jre/bin/java: No such file or directory DB2JAVIT : RC = 127

The problem is that my Java is located in /Library/Java/Home/jre/bin/java (i.e. I don&#039;t have the &#039;jre&#039; bit).

How could I correct that?

Thanks,

Daniel.</description>
		<content:encoded><![CDATA[<p>Hi Antonio,</p>
<p>Great blog.</p>
<p>I seem to be running into Stefan&#8217;s problem above (your reply 23 Mar 10:13). My OS is OS X 10.6. I have run (per your suggestion):</p>
<p>db2 update dbm cfg using JDK_PATH /Library/Java/Home</p>
<p>but I get this error when running db2fs:</p>
<p>sh: /Library/Java/Home/jre/bin/java: No such file or directory DB2JAVIT : RC = 127</p>
<p>The problem is that my Java is located in /Library/Java/Home/jre/bin/java (i.e. I don&#8217;t have the &#8216;jre&#8217; bit).</p>
<p>How could I correct that?</p>
<p>Thanks,</p>
<p>Daniel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://programmingzen.com/2009/01/20/installing-db2-on-mac-os-x/#comment-27282</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Wed, 28 Mar 2012 15:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/?p=544#comment-27282</guid>
		<description>Hi, db2 is up and running ...  :-)

Now I tried to install DBD::DB2 for perl DBI (DBI already installed).

As I have to sudo cpan, db2_home etc is not defined.

Did s.o. get DBD::DB2 running on Mac OS X ?

regards Stefan</description>
		<content:encoded><![CDATA[<p>Hi, db2 is up and running &#8230;  <img src='http://programmingzen.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Now I tried to install DBD::DB2 for perl DBI (DBI already installed).</p>
<p>As I have to sudo cpan, db2_home etc is not defined.</p>
<p>Did s.o. get DBD::DB2 running on Mac OS X ?</p>
<p>regards Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio Cangiano</title>
		<link>http://programmingzen.com/2009/01/20/installing-db2-on-mac-os-x/#comment-27279</link>
		<dc:creator>Antonio Cangiano</dc:creator>
		<pubDate>Fri, 23 Mar 2012 14:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/?p=544#comment-27279</guid>
		<description>Hi Stefan,

try the following:

&lt;pre class=&quot;highlight&quot;&gt;db2 get dbm cfg &#124;grep JDK&lt;/pre&gt;

If it&#039;s not pointing in the right place, you can set it with:

&lt;pre class=&quot;highlight&quot;&gt;db2 update dbm cfg using JDK_PATH your/jdk/path&lt;/pre&gt;

For example, mine is set for:

&lt;pre class=&quot;highlight&quot;&gt;/Users/db2inst1/sqllib/java/jdk64&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Hi Stefan,</p>
<p>try the following:</p>
<pre class="highlight">db2 get dbm cfg |grep JDK</pre>
<p>If it&#8217;s not pointing in the right place, you can set it with:</p>
<pre class="highlight">db2 update dbm cfg using JDK_PATH your/jdk/path</pre>
<p>For example, mine is set for:</p>
<pre class="highlight">/Users/db2inst1/sqllib/java/jdk64</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://programmingzen.com/2009/01/20/installing-db2-on-mac-os-x/#comment-27278</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Fri, 23 Mar 2012 14:01:53 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/?p=544#comment-27278</guid>
		<description>java is in /usr/bin/java . dont know why db2 does not recognize that</description>
		<content:encoded><![CDATA[<p>java is in /usr/bin/java . dont know why db2 does not recognize that</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://programmingzen.com/2009/01/20/installing-db2-on-mac-os-x/#comment-27277</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Fri, 23 Mar 2012 13:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/?p=544#comment-27277</guid>
		<description>but then, db2 comes up. but naked. no node dir, no db directory ... well. That happens if you are used to the mainframe guys that normally do that job for me LOL</description>
		<content:encoded><![CDATA[<p>but then, db2 comes up. but naked. no node dir, no db directory &#8230; well. That happens if you are used to the mainframe guys that normally do that job for me LOL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://programmingzen.com/2009/01/20/installing-db2-on-mac-os-x/#comment-27276</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Fri, 23 Mar 2012 13:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/?p=544#comment-27276</guid>
		<description>Arrgghh ... forgot the first line in sysctl.conf &lt;:o(</description>
		<content:encoded><![CDATA[<p>Arrgghh &#8230; forgot the first line in sysctl.conf &lt;:o(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio Cangiano</title>
		<link>http://programmingzen.com/2009/01/20/installing-db2-on-mac-os-x/#comment-27275</link>
		<dc:creator>Antonio Cangiano</dc:creator>
		<pubDate>Fri, 23 Mar 2012 13:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/?p=544#comment-27275</guid>
		<description>Hi Stefan, do you have Java installed in that specified path? Did you get the memory error after changing the kernel parameters and rebooting?</description>
		<content:encoded><![CDATA[<p>Hi Stefan, do you have Java installed in that specified path? Did you get the memory error after changing the kernel parameters and rebooting?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://programmingzen.com/2009/01/20/installing-db2-on-mac-os-x/#comment-27274</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Fri, 23 Mar 2012 13:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/?p=544#comment-27274</guid>
		<description>What happens after install is:

Colibri:exp ssc$ . $HOME/sqllib/db2profile
Colibri:exp ssc$ 
Colibri:exp ssc$ db2fs
sh: /Users/ssc/sqllib/java/jdk64/jre/bin/java: No such file or directory DB2JAVIT : RC = 127
Colibri:exp ssc$ db2start
SQL1220N  The database manager shared memory set cannot be allocated.
Colibri:exp ssc$</description>
		<content:encoded><![CDATA[<p>What happens after install is:</p>
<p>Colibri:exp ssc$ . $HOME/sqllib/db2profile<br />
Colibri:exp ssc$<br />
Colibri:exp ssc$ db2fs<br />
sh: /Users/ssc/sqllib/java/jdk64/jre/bin/java: No such file or directory DB2JAVIT : RC = 127<br />
Colibri:exp ssc$ db2start<br />
SQL1220N  The database manager shared memory set cannot be allocated.<br />
Colibri:exp ssc$</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.179 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-16 15:38:04 -->
<!-- Compression = gzip -->
