Introduction to IBM Tivoli Directory Server 6.0 – Installation and Configuration Using AIX Native Utilities Excerpt taken from presentation given on April 10, 2007Installation and configuration of the Web Administration Tool (WAT) using AIX native utilities Introduction to IBM Tivoli Directory Server 6.0 – Installation and Configuration Using AIX Native Utilities Excerpt taken from presentation given on April 10, 2007 Installation and configuration of the Web Administration Tool (WAT) using AIX native utilities Installation –Native – Manually installing and configuring the Web Admin tool Installation –Native – Manually installing and configuring the Web Admin tool There are two steps to the webadmin: Installation Configuration These steps are covered in detail in the Install and Configuration Guide for ITDS in the section entitled: Appendix H. Installing, configuring, and uninstalling the embedded version of WebSphere Application Server - Express Manually installing the Websphere Application Server Manually installing the Websphere Application Server cd to the directory where you extracted the C84FUML.tar file. cd to the “appsrv” directory Once inside the appsrv (application server) directory, simply run the following command to install the Websphere Application Server. #./install.sh -installRoot /opt/IBM/ldap/V6.0/appsrv -hostName localhost What I saw from command line: ==> ls appsrv itds license doc itdsLangpack tools [ root@ldapaixc1:/opt/IBM/native/server/itdsV60 ] ==> cd appsrv [ root@ldapaixc1:/opt/IBM/native/server/itdsV60/appsrv ] ==> ls COPYRIGHT.TXT etc lib properties bin install.sh license temp classes installableApps logs tmp config java optionalLibraries util [ root@ldapaixc1:/opt/IBM/native/server/itdsV60/appsrv ] ==> ./install.sh -installRoot /opt/IBM/ldap/V6.0/appsrv -hostname localhost [ root@ldapaixc1:/opt/IBM/native/server/itdsV60/appsrv ] I now notice in my /opt/IBM/ldap/V6.0 that an appsrv now exists Installing appsrv is only ˝ the battle, you must now configure! Installing appsrv is only ˝ the battle, you must now configure! By running the install script in the previous slide we have installed the appsrv, but we must now configure (or deploy the IDSWebApp.war) for use. We must first get the IDSWebApp.war in the correct location to deploy: #cd /opt/IBM/ldap/V6.0/appsrv #mkdir installableApps #cp /opt/IBM/ldap/V6.0/idstools/IDSWebApp.war /opt/IBM/ldap/V6.0/appsrv/installableApps/ Deploying the IDSWebApp.war Deploying the IDSWebApp.war To deploy the webapp we need to run the following command: #cd /opt/IBM/ldap/V6.0/appsrv/bin #./wsadmin.sh -conntype NONE -c "\$AdminApp install {/opt/IBM/ldap/V6.0/appsrv/installableApps/IDSWebApp.war} {-configroot \"/opt/IBM/ldap/V6.0/appsrv/config\" -node DefaultNode -usedefaultbindings -nodeployejb -appname IDSWebApp.war -contextroot \"IDSWebApp\"} “ This will run for some time, but upon completion you should see the message: ADMA5013I: Application IDSWebApp.war installed successfully. Now we can start the server1 process: Now we can start the server1 process: Once we have successfully deployed the war file we can proceed to start application server, server1. #cd /opt/IBM/ldap/V6.0/appsrv/bin Issue the following command to start the application server #./startServer.sh server1 Output you will see: ADMU0116I: Tool information is being logged in file /opt/IBM/ldap/V6.0/appsrv/logs/server1/startServer.log ADMU3100I: Reading configuration for server: server1 ADMU3200I: Server launched. Waiting for initialization status. ADMU3000I: Server server1 open for e-business; process id is 344128 We can now access the Web Administration tool. Now we can proceed to create and configure our ITDS server. Copyright and trademark information Copyright and trademark information © Copyright IBM Corporation 2000 - 2007. All rights reserved. U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. IBM web site pages may contain other proprietary notices and copyright information which should be observed. IBM trademarks http://www.ibm.com/legal/copytrade.shtml#ibm Fair use guidelines for use and reference of IBM trademarks http://www.ibm.com/legal/copytrade.shtml#fairuse General rules for proper reference to IBM product names http://www.ibm.com/legal/copytrade.shtml#general Special attributions IBM, the IBM logo and DB2 are trademarks of International Business Machines Corporation in the United States, other countries, or both. MMX, Pentium, and ProShare are trademarks of Intel Corporation in the United States, other countries, or both. Microsoft and Windows NT are trademarks of Microsoft Corporation in the United States, other countries, or both. Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both. UNIX is a registered trademark of The Open Group in the United States and other countries. Linux is a registered trademark of Linus Torvalds in the United States, other countries, or both. Other company, product or service names may be trademarks or service marks of others.