<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>NewPush &#187; Snow Leopard</title> <atom:link href="http://newpush.com/tag/snow-leopard/feed/" rel="self" type="application/rss+xml" /><link>http://newpush.com</link> <description>Server Hosting, Data Warehouse Hosting, Collaboration</description> <lastBuildDate>Mon, 30 Jan 2012 15:40:45 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Installing Informix IDS 11.x on Mac OS X</title><link>http://newpush.com/2010/09/installing-informix-ids-11-x-on-mac-os-x/</link> <comments>http://newpush.com/2010/09/installing-informix-ids-11-x-on-mac-os-x/#comments</comments> <pubDate>Mon, 20 Sep 2010 06:31:52 +0000</pubDate> <dc:creator>Pete</dc:creator> <category><![CDATA[DB2]]></category> <category><![CDATA[Java]]></category> <category><![CDATA[Mac OS X]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[IBM Informix]]></category> <category><![CDATA[Informix]]></category> <category><![CDATA[Snow Leopard]]></category><guid isPermaLink="false">http://newpush.com/?p=670</guid> <description><![CDATA[Problem Installing IDS 11 on Mac OS X Solution After installing the server, update the sqlhosts file and replace the default host name by * so that the server listens on all IPs. The sqlhosts file may be names sqlhosts.ol_server_name, &#8230; <a href="http://newpush.com/2010/09/installing-informix-ids-11-x-on-mac-os-x/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h4>Problem</h4><p>Installing IDS 11 on Mac OS X</p><h4>Solution</h4><p>After installing the server, update the <code>sqlhosts</code> file and replace the default host name by <code>*</code> so that the server listens on all IPs.   The <code>sqlhosts</code> file may be names <code>sqlhosts.ol_server_name</code>, and its contents would look like:<br /> <code><br /> ol_server_name onsoctcp * ol_server_name<br /> dr_server_name drsoctcp * dr_server_name<br /> </code></p><h4>References</h4><p>When IDS 11 is officially released, more information will be published here.  For now, the following links have pointers:</p><ul><li><a href="http://practicallyagile.com/2010/01/installing-informix-on-a-mac/">http://practicallyagile.com/2010/01/installing-informix-on-a-mac/</a></li><li><a href="http://www.xmission.com/~dbaresrc/Intro_IDS_on_Mac_v3.pdf">http://www.xmission.com/~dbaresrc/Intro_IDS_on_Mac_v3.pdf</a></li><li><a href="http://www.ibm.com/developerworks/downloads/im/ids/dev.html?S_TACT=105AGX28&#038;S_CMP=DLMAIN">http://www.ibm.com/developerworks/downloads/im/ids/dev.html?S_TACT=105AGX28&#038;S_CMP=DLMAIN</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2010/09/installing-informix-ids-11-x-on-mac-os-x/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Installing DB2 Express C 9.5 on Mac OS X 10.6</title><link>http://newpush.com/2010/01/installing-db2-express-c-9-5-on-mac-os-x-10-6/</link> <comments>http://newpush.com/2010/01/installing-db2-express-c-9-5-on-mac-os-x-10-6/#comments</comments> <pubDate>Thu, 21 Jan 2010 14:10:57 +0000</pubDate> <dc:creator>Balazs</dc:creator> <category><![CDATA[DB2]]></category> <category><![CDATA[Mac OS X]]></category> <category><![CDATA[DB2 9.5]]></category> <category><![CDATA[IBM]]></category> <category><![CDATA[OS X 10.6]]></category> <category><![CDATA[Snow Leopard]]></category><guid isPermaLink="false">http://www.wdream.com/?p=455</guid> <description><![CDATA[OS X developers do not need to use a virtual machine any longer to be able to run DB2 in their favorite development environment.  The latest version of DB2 9.5 available for download works on Snow Leopard (OS X 10.6). <a href="http://newpush.com/2010/01/installing-db2-express-c-9-5-on-mac-os-x-10-6/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h4>Summary</h4><p>DB2 Express C 9.5 is now available on OS X.  As a result OS X developers do not need to use a virtual machine any longer to be able to run DB2 in their favorite development environment.  And what more, the latest version available for download also works on Snow Leopard (OS X 10.6).</p><h4>Installation Steps</h4><p>Antonio Cangiano (see below) has created very good step by step instructions, as well as a demo of the install process.   Here are a couple of issues one might encounter:</p><ul><li>I recommend setting up a separate DB2 user to own the db2 install, for example <code>db2inst1</code></li><li>After the install or the first start, DB2 might freeze, and prevent any connections.  You might need to kill the db2* processes and start DB2 again.</li><li>Remember to source the environment required to run DB2 command line tools:<code><br /> . sqllib/db2profile </code></li><li>Profile can be loaded automatically by adding the above line to .<code>bash_profile</code> in your home directory</li><li>Allow all admin users to access the DB2 instance:<code><br /> db2 update dbm cfg using sysadm_group Admin</code></li><li>When trying <code>db2fs</code>, it will crash on Firefox 3, the easiest fix is to download and old version of Firefox, and give the path to that version when prompted by <code>db2fs</code></li><li>Make sure TCP/IP service in correctly configured in <code>/etc/services</code> and in DB2:<code><br /> db2 update dbm cfg using SVCENAME db2c_db2inst1<br /> db2set DB2COMM=tcpip</code></li><li>Add catalog entries for your remote databases:<code><br /> db2 catalog tcpip node DBNAME remote db2box.domain.com server 5000X</code></li></ul><h4>References</h4><ul><li><a href="http://antoniocangiano.com/2009/01/20/installing-db2-on-mac-os-x/">Install DB2 on Mac OS X and give us feedback</a> by <a href="http://antoniocangiano.com/about">Antonio Cangiano</a></li><li><a href="http://it.toolbox.com/blogs/db2luw/db2-expressc-now-available-on-mac-os-x-30590">DB2 Express-C Now Available on Mac OS X</a> by <a href="http://it.toolbox.com/people/ceaton55/">Chris Eaton</a></li><li><a href="http://antoniocangiano.com/2009/04/27/screencast-on-how-to-install-db2-express-c-on-mac-os-x/">Screencast on how to install DB2 Express-C on Mac OS X</a> by <a href="http://antoniocangiano.com/about">Antonio Cangiano</a></li><li><a href="http://antoniocangiano.com/2009/08/28/db2-on-mac-os-x-snow-leopard/">DB2 on Mac OS X Snow Leopard</a> by <a href="http://antoniocangiano.com/about">Antonio Cangiano</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2010/01/installing-db2-express-c-9-5-on-mac-os-x-10-6/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
<!-- Served from: newpush.com @ 2012-02-09 10:09:15 by W3 Total Cache -->
