<?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; Client</title> <atom:link href="http://newpush.com/tag/client/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 the DB2 9.5 Client on AIX 6.1</title><link>http://newpush.com/2009/06/installing-the-db2-95-client-on-aix-61/</link> <comments>http://newpush.com/2009/06/installing-the-db2-95-client-on-aix-61/#comments</comments> <pubDate>Sun, 07 Jun 2009 18:32:54 +0000</pubDate> <dc:creator>Balazs</dc:creator> <category><![CDATA[AIX]]></category> <category><![CDATA[DB2]]></category> <category><![CDATA[AIX 6.1]]></category> <category><![CDATA[Client]]></category> <category><![CDATA[DB2 9.5]]></category> <category><![CDATA[IBM]]></category> <category><![CDATA[Install]]></category><guid isPermaLink="false">http://www.wdream.com/?p=305</guid> <description><![CDATA[In case an application such as the IBM Systems Director needs the DB2 client to be installed, the process has a couple of pitfalls. Here are steps that make the installation very simple. Download the DB2 client from IBM: http://www.ibm.com/software/data/db2/9/download.html &#8230; <a href="http://newpush.com/2009/06/installing-the-db2-95-client-on-aix-61/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<ul><li>In case an application such as the IBM Systems Director needs the DB2 client to be installed, the process has a couple of pitfalls.  Here are steps that make the installation very simple.</li></ul><ul><li>Download the DB2 client from IBM: <a href="http://www.ibm.com/software/data/db2/9/download.html">http://www.ibm.com/software/data/db2/9/download.html</a></li><li>Create a directory and unpack the tarball in that directory, and install the client:<code><br /> wget 'https://www6.software.ibm.com/sdfdl/v2/regs2/smkane/dsclients/IBM_DATA_SERVER_CLIENT/Xa.2/Xb.YZomhqTjd0WgkJqNENbocjIpCoqHi4eEhNMEPXE/Xc.v9.5_aix64_client.tar.gz/Xd./Xf.LPr.D1vk/Xg.4962564/Xi.swg-idsc11/XY.regsrvs/XZ.JOzao7W3aaunX0L_IE0SvHPww1I/v9.5_aix64_client.tar.gz'<br /> mkdir db2<br /> cd db2<br /> gtar xvzf ../v9.5_aix64_client.tar.gz<br /> cd client<br /> ./db2_install</code></li><li>Create users in the system for the client to use:<code><br /> mkgroup -'A' id='999' db2iadm1<br /> mkgroup -'A' id='998' db2fadm1<br /> mkgroup -'A' id='997' dasadm1<br /> useradd -u 1004 -g db2iadm1 -m -d /home/db2inst1 db2inst1<br /> useradd -u 1003 -g db2fadm1 -m -d /home/db2fenc1 db2fenc1<br /> useradd -u 1002 -g dasadm1 -m -d /home/dasusr1 dasusr1</code></li><li>Create a client instance for the client to use:<code><br /> /opt/ibm/db2/V9.5/instance/db2icrt -a server -u db2fenc1 db2inst1</code></li><li>Add the db2 profile to the default profile:<code><br /> echo ". /home/db2inst1/sqllib/db2profile" &gt;&gt; /etc/profile</code></li><li>Test the db2 client:<code><br /> su - someuser<br /> db2</code></li><li>Add DB2 servers to the catalog:<code><br /> db2 catalog tcpip node <em>node_name</em> remote <em>fqdn_of_db2_server</em> server <em>port_number_of _server_instance</em><br /> db2 catalog database <em>database_name</em> at node <em>node_name</em> authentication server</code></li><li>At that point you are ready to test the database connection:<code><br /> db2 connect to <em>database_name</em> user <em>user_name</em> using <em>user_password</em></code></li></ul> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2009/06/installing-the-db2-95-client-on-aix-61/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: newpush.com @ 2012-02-09 22:22:20 by W3 Total Cache -->
