<?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; LinkedIn</title> <atom:link href="http://newpush.com/tag/linkedin/feed/" rel="self" type="application/rss+xml" /><link>http://newpush.com</link> <description>Server Hosting, Data Warehouse Hosting, Collaboration</description> <lastBuildDate>Fri, 20 Apr 2012 10:25:44 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Installing IBM Systems Director on an AIX 6.1 LPAR with a DB2 back-end</title><link>http://newpush.com/2009/06/installing-ibm-systems-director-on-an-aix-61-lpar-with-a-db2-back-end/</link> <comments>http://newpush.com/2009/06/installing-ibm-systems-director-on-an-aix-61-lpar-with-a-db2-back-end/#comments</comments> <pubDate>Tue, 09 Jun 2009 04:36:12 +0000</pubDate> <dc:creator>Balazs</dc:creator> <category><![CDATA[AIX]]></category> <category><![CDATA[DB2]]></category> <category><![CDATA[AIX 6.1]]></category> <category><![CDATA[DB2 9.5]]></category> <category><![CDATA[IBM]]></category> <category><![CDATA[IBM Systems Director]]></category> <category><![CDATA[ISD]]></category> <category><![CDATA[LinkedIn]]></category><guid isPermaLink="false">http://www.wdream.com/?p=308</guid> <description><![CDATA[IBM Systems Director is a very powerful management tool that comes free with PowerVM (that is: free to anyone that purchases a Power System). I have gathered here the different steps. Most of the information comes from the official documentation: &#8230; <a href="http://newpush.com/2009/06/installing-ibm-systems-director-on-an-aix-61-lpar-with-a-db2-back-end/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>IBM Systems Director is a very powerful management tool that comes free with PowerVM (that is: free to anyone that purchases a Power System).  I have gathered here the different steps.  Most of the information comes from the official documentation: <a href="http://publib.boulder.ibm.com/infocenter/director/v6r1x/index.jsp?topic=/director.install_6.1/fqm0_t_installing.html">Installing IBM Systems Director on the management server</a>.  In this guide I focus on the installation using AIX 6.1 in an LPAR with <b>DB2</b> as the back-end database server.</p><ul><li>First, prepare the database as described in <a href="http://publib.boulder.ibm.com/infocenter/director/v6r1x/index.jsp?topic=/director.install_6.1/fqm0_t_installing.html">Preparing the IBM DB2 Universal Database</a>.  The DB2 client can be installed following the steps described in <a href="http://www.wdream.com/archives/305">Installing the DB2 9.5 Client on AIX 6.1</a></li><li>Then, make a note of the following configuration parameters for the Director installer:<br /><blockquote><p> <code><br /> DbmsApplication = DB2<br /> DbmsServerName = fqdn_of_db2_server<br /> DbmsTcpIpListenerPort=database_port (for example 50000)<br /> DbmsDatabaseName = database_name<br /> DbmsDatabaseAppHome = path_to_sqllib (for example /home/db2inst1/sqllib)<br /> DbmsUserId = database_user_name<br /> DbmsPassword = (encrypted_user_password populated by  /opt/ibm/director/bin/configDB.sh)<br /> </code></p></blockquote><p>Create a database for IBM Systems Director (ISD), and make sure you can connect to the DB2 database from the AIX LPAR that will serve for the ISD install.</li><li>Next, the network is prepared, as described in <a href="http://publib.boulder.ibm.com/infocenter/director/v6r1x/index.jsp?topic=/director.install_6.1/fqm0_t_installing.html">Preparing firewalls and proxies for IBM Systems Director</a>.  Remember to also open up access from the management server to the other LAPRs and servers that ISD will have to access.</li><li>make sure the ports needed for ISD are available:<code><br /> netstat -an | grep LISTEN | egrep "951(0|4|5)"<br /> </code>If the ports are in use, modify them as follows:<code><br /> netstat -an | grep LISTEN | egrep "991(0|4|5)"<br /> </code>if there is no output, then:<code><br /> /var/opt/tivoli/ep/runtime/agent/toolkit/bin/configure.sh -unmanaged -port 9910 -jport 9914 -nport 9915 -force</code></li><li>Next, AIX needs to be patched if necessary, as described in <a href="http://publib.boulder.ibm.com/infocenter/director/v6r1x/index.jsp?topic=/director.install_6.1/fqm0_t_installing.html">Preparing to install IBM Systems Director Server on AIX</a>.  Since we are on AIX 6.1, there is little to do if all the fixpacks are up to date.  Installing CSM is one step I recommend if you have IVM managed systems (having csm.hc_utils already installed from the install CD is necessary):<br /><blockquote><p><code><br /> mkdir csm<br /> wget 'ftp://ftp.software.ibm.com/software/server/csm/csm-aix-1.7.0.19.power.tar.gz'<br /> gtar xvzf csm-aix-1.7.0.19.power.tar.gz<br /> cd installp/ppc<br /> inutoc .<br /> installp -acgXYd . csm.hc_utils<br /> cd ../../../director (where you unpacked the director download see below if you haven't done that part yet)<br /> installp -acgXYd . Director.Server.ext.FSPProxy.rte<br /> </code></p></blockquote></li><li><a href="http://www.ibm.com/systems/management/director/downloads/">Download IBM Systems Director</a> if not already done from IBM, unpack it, and run the installer:<code><br /> mkdir director<br /> gtar xvzf path_to_download/SysDir6_1_Server_AIX.tar.gz<br /> server/dirinstall.server</code></li><li>Configure the database access:<code><br /> cd /opt/ibm/director/proddata/<br /> cp cfgdbcmd.rsp cfgdbcmd.rsp-dist<br /> vi cfgdbcmd.rsp<br /> </code><br /> Edit the file cfgdbcmd.rsp and select the lines that apply to DB2.  Then populate the password with:<code><br /> /opt/ibm/director/bin/configDB.sh<br /> /opt/ibm/director/bin/cfgdbcmd.sh -dbAdmin db2_instance_user -dbAdminPW db2_instance_user_pass<br /> </code> this will take a while to complete, as there are over 1,000 tables to create, with constraints and indexes, and then the tables are pre-populated.</li><li>Then a final configuration to create the resource manager user ID<code><br /> /opt/ibm/director/bin/configAgtMgr.sh<br /> </code>This is very simple, just provide a user id and a password for the ISD to use internally.</li><li>Now you are ready to start the ISD:<code><br /> /opt/ibm/director/bin/smstart<br /> </code>This will take a while, and it will probably hang if you don&#8217;t have enough memory.  A minimum of 2GB is necessary.</li><li>Follow the startup progress:<code><br /> /opt/ibm/director/bin/smstatus -r<br /> </code>The output should be as follows:<code><br /> Inactive<br /> Starting<br /> Active<br /> </code>I didn&#8217;t time, but it takes over 10 minutes for the ISD to become ready in a small LPAR on a p5</li></ul><p>That&#8217;s it, from here, you can continue on with the ISD documentation: <a href="http://publib.boulder.ibm.com/infocenter/director/v6r1x/index.jsp?topic=/director.install_6.1/fqm0_t_installing.html">Configuring IBM Systems Director Server after installation</a>.<br /> Let me know how it goes and how you like ISD.</p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2009/06/installing-ibm-systems-director-on-an-aix-61-lpar-with-a-db2-back-end/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: newpush.com @ 2012-05-22 12:05:59 by W3 Total Cache -->
