Troubleshooting
Problem
This document provides a fast path to installing WAS 8.0 (WebSphere Application Server) on IBM i. It details which parts to download and how to assemble them to do an installation with a local repository. A local repository implies that the install files are on the system where WAS is being installed.
Resolving The Problem
This document does not cover every installation scenario. It provides sample commands for doing a full installation (without samples) of the WebSphere Application Server 8.0 Base edition. As you read through these instructions, it may be helpful and necessary to also be referring to the Installation instructions found in the Information Center:
http://publib.boulder.ibm.com/infocenter/wasinfo/v8r0/topic/com.ibm.websphere.installation.base.iseries.doc/info/iseries/ae/welcome_installing.html
Installation:
If you are downloading the parts from IBM Passport Advantage, the following parts lists should help you find what you are looking for:
Reminder: All editions of WebSphere Application Server V8.0 use the Installation Manager to install and maintain the product.
-
IBM WebSphere Application Server - Express V8.0
o IBM WebSphere Application Server - Express V8.0 (1 of 4) for Multiplatform Multilingual (CZM9EML)
o IBM WebSphere Application Server - Express V8.0 (2 of 4) for Multiplatform Multilingual (CZM9FML)
o IBM WebSphere Application Server - Express V8.0 (3 of 4) for Multiplatform Multilingual (CZM9GML)
o IBM WebSphere Application Server - Express V8.0 (4 of 4) for Multiplatform Multilingual (CZVG2ML)
-
IBM WebSphere Application Server V8.0 (Base Edition)
o IBM WebSphere Application Server V8.0 (1 of 4) for Multiplatform Multilingual (CZM9HML)
o IBM WebSphere Application Server V8.0 (2 of 4) for Multiplatform Multilingual (CZM9IML)
o IBM WebSphere Application Server V8.0 (3 of 4) for Multiplatform Multilingual (CZM9JML)
o IBM WebSphere Application Server V8.0 (4 of 4) for Multiplatform Multilingual (CZVG3ML)
-
IBM WebSphere Application Server Network Deployment V8.0
o IBM WebSphere Application Server Network Deployment V8.0 (1 of 4) for Multiplatform Multilingual (CZM9KML)
o IBM WebSphere Application Server Network Deployment V8.0 (2 of 4) for Multiplatform Multilingual (CZM9LML)
o IBM WebSphere Application Server Network Deployment V8.0 (3 of 4) for Multiplatform Multilingual (CZM9MML)
o IBM WebSphere Application Server Network Deployment V8.0 (4 of 4) for Multiplatform Multilingual (CZVG4ML)
| 1. | After getting everything downloaded, you can begin the installation process. Expand the Installation Manager assembly (zip file) to your IBM i system. An example directory would be: /home/WAS8/im/ The Installation Manager can be installed using one of the following methods: HTTP Web Administration Installation: NOTE: For this method to work properly the HTTP group PTF (V7R1 - SF99368, V6R1- SF99115) needs to be at the most current level. See the following URL for the current levels available: http://www-912.ibm.com/s_dir/sline003.nsf/GroupPTFs?OpenView&view=GroupPTFs A) Open a web browser and go to the following URL (replace systemname with your IBM i system name or IP address): http://systemname:2001/HTTPAdminB) Click on the 'Manage' Tab at the top and then click on the 'Installations' tab underneath. C) You should see a screen that looks similar to the following: ![]() D) Click the 'Install' button. E) You then should see a screen similar to the following that prompts for the Installation Manager package location: ![]() F) Type the location where the installation manager zip file was expanded and click Next. G) You should see a screen similar to the following (NOTE: In the screen below the location where Installation Manager was expanded was '/home/rklarsen/im' ![]()
Run the following commands from Qshell (assuming the example directory is used): a) cd /home/WAS8/im b) umask 022 c) installc -acceptLicense -log ../im.install.log.txt This will install the Installation Manager product into /QIBM/ProdData/InstallationManger/ directory. |
| 2. | Expand the four WebSphere Application Server zip files into a common directory. After all files are unzipped to a single directory, the directory should look similar to the picture shown below: ![]() |
| 3. | Begin the Websphere product installation: NOTE: If you chose to install Installation Manager via the IBM Web Administration interface it will lead right into the product installation. The following documentation shows the product installation screens of the IBM Web Administration: http://www.ibm.com/developerworks/ibmi/library/i-webSphere_spplication_server_installation/index.html To Install the product via the IBM i command line the following steps can be done: Important: Check the QALWOBJRST system value and make sure it is set to *ALL. This will ensure that all objects are properly installed. Once the install finishes you can change the value back. The following sample commands will help get the installation started. a) STRQSH b) cd /QIBM/ProdData/InstallationManager/eclipse/tools c) Run the imcl command for the edition (BASE, ND or EXPRESS) of the product you are installing: For BASE use: imcl install com.ibm.websphere.BASE.v80 -repositories /home/pauls/was8install/was8/ -sharedResourcesDirectory /QIBM/UserData/IMShared -acceptLicense -showProgress For ND use: imcl install com.ibm.websphere.ND.v80 -repositories /home/pauls/was8install/was8/ -sharedResourcesDirectory /QIBM/UserData/IMShared -acceptLicense -showProgress For EXPRESS use: imcl install com.ibm.websphere.EXPRESS.v80 -repositories /home/pauls/was8install/was8/ -sharedResourcesDirectory /QIBM/UserData/IMShared -acceptLicense -showProgress The imcl commands above show the commands used to install to the default location in the file system. If you are attempting to customize the install location, the imcl command should look similar to the following: imcl install com.ibm.websphere.BASE.v80 -repositories /home/pauls/was8install/was8/ -installationDirectory /QIBM/ProdData/W ebSphere/AppServer/V8/Base -properties was.install.os400.profile.location=/QIBM/UserData/Websphere/Appserver/V8/Base -sharedRe sourcesDirectory /QIBM/UserData/IMShared -acceptLicense -showProgress Notes: 1. The installation can take 30 minutes or more to complete. In this example, the installation log was created in the following directory: /qibm/proddata/websphere/appserver/v8/Base/logs/postinstall/ 2. You can also look in the following directory for installation histories: /QIBM/UserData/InstallationManager/histories/ |
| 4. | Use the following command to create the default profile: manageprofiles -create -profileName default -serverName server1 -defaultPorts -isDefault |
Historical Number
602542931
Was this topic helpful?
Document Information
Modified date:
18 December 2019
UID
nas8N1011488



